body {
    font-family: 'Roboto', sans-serif;
}

.container {
    max-width:880px;
}

.bg-nav-green {
    background-color:rgb(176, 194, 6);
}

a:hover {
    color: rgb(176, 194, 6);
}

.nav-link {
    color: white;
    font-size: 20px;
    font-weight: 500;
    padding-left:0 !important;
    padding-right:20px !important;
}

.brand {
    padding-top:10px;
    padding-bottom: 10px;
    position: fixed;
    left:0px;
    right:0px;
    top:0px;
    background-color: white;
    z-index: 20;
}

.fixed-top {
    position: fixed;
    top: 120px;
    right: 0;
    left: 0;
    z-index: 1030;
}

.headline {
    font-size: 44px;
    font-family: 'Merriweather', serif;
}

.subheadline {
    font-size: 26px;
    font-family: 'Merriweather', serif;
}

#content .container {
    margin-top:50px;
    font-weight:300;
    font-size:20px;
    line-height:35px;
    margin-bottom:50px;
    text-align: justify;
}

.slogan {
    position: absolute;
    z-index: 10;
    padding: 20px;
    background: rgba(255,255,255,0.7);
    margin-top: -140px;
    left: 50%;
    margin-left: 400px;
}

@media (min-width:992px) {
    .navbar-expand-lg .navbar-nav {
        flex-direction: row;
    }
}

#footer {
    background-color: rgb(176, 194, 6);
    padding-top:20px;
    padding-bottom:20px;
    border-top: 1px solid #e3e3e3;
    color: #ffffff;
    font-weight: 100;
}

#footer a {
    text-decoration: none;
    color: #ffffff;
}

/* Zoom effect */

.header-img {
    overflow: hidden;
}

.header-img-sub {
    margin-top:100px;
    max-height:500px;
}

.header-img-sub img {
    margin-top: -450px;
}

@media(min-width: 2500px) {
    .slogan {
        display:none;
    }
}


@media(max-width:1800px) {
    .header-img-sub img {
        margin-top: -250px;
    }
}

@media(max-width:1600px) {
    .slogan {
        margin-left: 200px;
    }

    .header-img-sub img {
        margin-top: -150px;
    }
}

@media(max-width:1300px) {
    .header-img div {
        top:300px !important;
        display: none;
    }

    .slogan {
        margin-left: 200px;
        top: inherit !important;
    }

    .header-img-sub img {
        margin-top: -250px;
    }
}

@media(max-width: 1100px) {

    .header-img div {
        display: none;
    }

    .header-img-sub img {
        margin-top: -0px;
    }

    .slogan {
        display: none !important;
    }
}

@keyframes zoominoutsinglefeatured {
    0% {
        transform: scale(1,1);
    }
    50% {
        transform: scale(1.2,1.2);
    }
    100% {
        transform: scale(1,1);
    }
}

#himg {
    animation: zoominoutsinglefeatured 45s ease-in;
}

/* h1 - h6 */

h1 {

    font-family: 'Merriweather', serif;
}

h2 {

    font-family: 'Merriweather', serif;
    line-height: 60px;
    text-align: left;
}

h1 .largeletter {
    font-family: 'Merriweather', serif;
    font-size: 58px;
}

a {
    color: rgb(176, 194, 6);
    text-decoration: none;
}
