@charset "utf-8";
/* CSS Document */
body {
    font-family: 'Montserrat', Helvetica, Arial, sans-serif;
    color: #000;
    font-size: 22px;
    line-height: 24px;
    font-weight: 400;
}

a {
    color: #80c41c; /* not sweet at all */
}

    a:hover {
        color: #000;
    }

img {
    max-width: 100%;
    height: auto;
}

.header {
    background: #000;
    padding-top: 5px;
    padding-right: 0px;
    padding-left: 0px;
    padding-bottom: 5px;
}

.logo img {
    max-width: 257px;
}

.hero_banner {
    background: url(../images/main-home.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    height: 590px;
}

.overlay-light {
    background-color: #f5f5f5;
    color: #000;
    opacity: 0.9;
    padding: 2em 1.5em;
}

.banner-image {
    background-image: url(../images/main-info-bg.jpg);
    background-position: center top;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 3em 0;
}

.overlay-dark {
    background-color: #333;
    color: #fff;
    opacity: 0.9;
    padding: 2em 1.5em;
    height: 100%;
}

.flare {
    background-image: url(/images/nav-bg-flare.jpg);
    background-repeat: no-repeat;
    background-size: 700px auto;
}

.header .navbar {
    padding: 8px 0px 0px;
}

    .header .navbar ul {
        width: 100%;
        -webkit-box-pack: flex-end;
        -webkit-justify-content: flex-end;
        -ms-flex-pack: flex-end;
        justify-content: flex-end;
    }

    .header .navbar li {
        margin-left: 4px;
    }

    .header .navbar a {
        border: 0 none;
        color: #fff;
        cursor: pointer;
        display: inline-block;
        font-size: 16px;
        font-weight: normal;
        text-transform: uppercase;
        padding: 10px 30px;
        line-height: 34px;
        letter-spacing: .1rem;
    }

        .header .navbar a:hover {
            color: #80c41c;
            text-decoration: none;
        }

.padding2 {
    padding-top: 2em;
    padding-bottom: 2em;
}

h1, h2, h3, h4, h5 {
    font-family: 'Cabin', sans-serif;
	text-align: center;
}

h1 {
    font-size: 50px;
    line-height: 60px;
    font-weight: 300;
    margin-bottom: 20px;
}

h2 {
    font-size: 34px;
    text-align: center;
	margin: 20px;
}

h4 {
    font-size: 30px;
    font-weight: 300;
    margin-bottom: 20px;
    line-height: 40px;
}

h5 {
    font-size: 24px;
    line-height: 36px;
    font-weight: 300;
    margin-bottom: 20px;
}

.grey-full {
    background-color: #dfdfdf;
    padding: 2em 0;
}

.box {
    margin-bottom: 40px;
}

    .box p {
        margin-bottom: 0px;
    }

.grey-full .btn {
    background-color: #80c41c;
    border: 0 none;
    color: #fff;
    cursor: pointer;
    display: inline-block;
    font-size: 18px;
    font-weight: normal;
    margin: 10px 0 10px 0;
    text-transform: uppercase;
    border-radius: 0px;
    padding: 0px 30px;
    line-height: 38px;
}

.center {
    text-align: center;
}

hr {
    margin-top: 30px;
    margin-bottom: 35px;
}

.about-us p {
    margin-bottom: 0px;
}

.navbar-light .navbar-toggler {
    border-color: #333;
}

.navbar-light .navbar-toggler-icon {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 32 32' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(255, 255, 255, 0.7)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 8h24M4 16h24M4 24h24'/%3E%3C/svg%3E");
}

.footer {
    background: #2d2f2f;
    font-size: 12px;
    text-align: center;
    padding: 3em 0 5em;
    color: #fff;
}

@media (min-width: 1201px) {
    .container {
        width: 100%;
    }
}

@media (max-width: 1600px) {
    .hero_banner {
        height: 500px;
    }
}

@media (max-width: 1599px) {
    .hero_banner {
        height: 450px;
    }
}

@media (max-width: 1365px) {
    .hero_banner {
        height: 400px;
    }
}

@media (max-width: 1279px) {
    .hero_banner {
        height: 350px;
    }
}

@media (max-width: 991px) {
    .header .navbar {
        padding: 0px;
    }

        .header .navbar .navbar-toggler {
            position: absolute;
            right: 0px;
            top: -66px;
        }

        .header .navbar .navbar-collapse {
            padding-top: 10px;
        }

        .header .navbar li {
            margin-bottom: 10px;
        }

    .hero_banner {
        height: 290px;
    }
}

@media (max-width: 767px) {
    .header {
        padding: 10px 0px;
    }

    .logo img {
        max-width: 195px;
    }

    .flare {
        background-size: 590px auto;
    }

    .header .navbar .navbar-toggler {
        top: -38px;
    }

    h1 {
        font-size: 34px;
        line-height: 40px;
        margin-bottom: 10px;
    }

    h4 {
        font-size: 24px;
        line-height: 30px;
        margin-bottom: 10px;
    }

    h5 {
        font-size: 20px;
        line-height: 24px;
        margin-bottom: 10px;
    }

    hr {
        margin-top: 20px;
        margin-bottom: 25px;
    }

    .box {
        margin-bottom: 10px;
    }

        .box .col-md-4 {
            margin-bottom: 20px;
        }

    .misc-sec .col-md-3 {
        margin-bottom: 20px;
    }

    .pics-sec .col-md-2 {
        margin-bottom: 20px;
    }

    .banner-image .overlay-dark .col-md-6:first-child {
        margin-bottom: 20px;
    }

    .hero_banner {
        height: 225px;
    }

    .footer {
        padding: 25px 0px;
    }
}

@media (max-width: 575px) {
    .banner-image .overlay-dark {
        padding: 2em 0px;
        margin-left: 0px;
        margin-right: 0px;
    }

    .hero_banner {
        height: 190px;
    }
}

@media (max-width: 479px) {
    .hero_banner {
        height: 155px;
    }
}

label {
    display: inline;
}

.btn-green {
    background-color: #80c41c;
    border: 0 none;
    color: #fff;
    cursor: pointer;
    display: inline-block;
    font-size: 18px;
    font-weight: normal;
    margin: 10px 0 10px 0;
    text-transform: uppercase;
    border-radius: 0px;
    padding: 0px 30px;
    line-height: 38px;
}