#header {
    background-color: #a0cf96 !important;
    border-bottom: 0px !important;
}

body {
    background-color: #dddddd;
    
}


#navigation a {
    font-weight: bold;
    
}

#header .container h5 {
    float: left;
    text-align: center;
}

.jumbotron {
    padding: 2rem 1rem !important;
    font-size: 50px !important;
    border-radius: 0px;
    background-color: transparent;
    font-family: Tahoma, Geneva, sans-serif;
    font-weight: bold;
}

.jumbotron h1 {
    font-weight: bold !important;
    font-size: 3rem;
    text-align: center;
    text-shadow: 0 1px 0.5px #fff;
    color: grey;
}

.container a {
    font-weight: bold;
    color: #d89608;
}

#main-container {
    position: relative;
    top: -30px;
}

.text-selected {
    background-color: #456b34;
    border-radius: 5px;
    color: #a0cf96 !important;
}

.text-dark:hover {
    background-color: #537a4c !important;
    border-radius: 5px;
    color: #a0cf96 !important;
    text-decoration: none;
}

#navigation {
    position: relative;
    float: right;
    text-align: center;
    font-size: 16px;
    line-height: 38px;
    top: 30px;
}


#header-jumbotron {
    text-align: left;
}

.area-image {
    position: relative;
    top: -20px;
    left: -20px;
   
    height: 200px;
    width: calc(100% + 40px);
    display: table;
}

.area-text {
    display: table-cell;
    margin: 0px auto;
    height: 200px;
    width: 50%;
    font-size: 30px;
    vertical-align: middle;
    color: #fff;
    opacity: 0.3;
}

.card-header h4 {
    text-shadow: 0 1px 0.5px #fff;
    font-weight: bold !important;
    font-size: 1.3rem;
}

.spacer-top {
    margin-bottom: 40px;
}

.spacer-bottom {
    margin-top: 40px;
    margin-bottom: 40px;
}

.org-email {
    background-image: url(../img/bg/cta.png);
}

.heading {
    font-weight: bold;
    font-size: 20px;
    text-shadow: 0 1px 0.5px #fff;
    color: grey;
    display: block;
    margin-bottom: 15px;
}

.small-screen-line-break {
    display: none;
}

.heading-gap {
    margin-top: 15px;
}

.big-screen-line-break {
    display: block;
}

.result-picture-image {
    height: 149px;
    width: 111px;
}

#mobile-navigation {
    display: none;
}

.description-rest-of-text, .description-see-less {
    display: none;
}

.description-see-less, .description-see-more {
    background-color: #456b34;
    color: #d89608 !important;
    padding: 2px;
    margin: 5px;
    border-radius: 3px;
    cursor: pointer;
}

@media all and (max-width: 667px){
    #header .container h5 {
        width: 100%;
        text-align: center;
    }
    
    #navigation {
        top: 10px;
        width: 100%;
        left: 20px;
    }
    
    .big-screen-line-break {
        display: none;
    }
    
    .big-screen-line-break::after {
        content: " ";
    }
    
    .small-screen-line-break {
        display: block;
    }
}

@media all and (max-width: 1200px) {
    .small-screen-line-break {
        display: block;
    }
    .big-screen-line-break {
        display: none;
    }
    .big-screen-line-break::after {
        content: " ";
    }
    #navigation {
        top: 10px;
    }
    
}

#loading-wheel-container {
    width: 100%;
    text-align: center;
}