.background-1 {
    background-image: url("../assets/hft-nav/background-1.png");
}

.background-2 {
    background-image: url("../assets/hft-nav/background-2.png");
}

.nav-logo {
    max-width: 150px;
    height: auto;
    padding-top:15px;
    padding-bottom:15px;
}

.background-1-img,
.background-2-img {
    background-repeat: no-repeat;
    background-size: cover;
    height: 600px;
    width: auto;
}

.background-text {
    text-align: center;
    font-size: 40px;
    font-family: museo-sans;
    font-weight: 100;
    line-height: 1.1;
    color: white;
}

.background-1-padding {
    padding-top: 300px;
    padding-bottom: 20px;
}

.background-2-padding {
    padding-top: 30px;
}
.background-2-text {
    text-align: center;
    font-size: 22px;
    font-family: museo-sans;
    font-weight: 300;
    color: white;
}


.section-padding {
    padding-top: 80px;
}

.section-padding-bottom {
    padding-bottom: 40px;
}

.sub-section-padding {
    padding-top: 20px;
    padding-right: 60px;
}

.align-logo {
    margin-left: 30px;
}


.img-padded {
    padding: 0px 30px 30px 30px;
}

p,
li {
    font-weight: 200;
}

li {
    line-height: 1.8;
}

.btn-primary,
.btn-primary:hover,
.btn-primary:active,
.btn-primary:visited {
    background-color: #016268 !important;
    border-radius: 0px;
    font-size: 14px;
    letter-spacing: smaller;
    font-family: museo-sans;
}

.nav-item {
    font-family:museo-sans;
    font-weight: 700;
    color:black

}

@media only screen and (min-width: 992px) {
    .navbar .navbar-nav .nav-item .nav-link {
        padding: 0 0.5em;
        line-height: 1;
    }


    .navbar .navbar-nav .nav-item:not(:last-child) .nav-link {
        border-right: 1px solid #000000;
    }

}

@media(min-width:767px) {
    .margin-80 {
        margin-left:110px;
    }

    .margin-50 {
        margin-left: 50px;
    }
    input[type="text"] {
        width: 500px;
    }

}

@media(max-width:766px) {
    .stats-bottom-margin {
        margin-bottom: 30px;
    }
    br.responsive {
        display: none;
    }
    input[type="text"] {
        max-width: 500px;
    }
}

.sub-heading-1 {
    font-family: museo-sans;
    font-weight: 700;
    font-size: 28px;
    line-height: 1.1;
    color: #444445;
}

.sub-section-text {
    font-family: museo-sans;
    font-weight: 300;
    font-size: 16px;
    color: #444445;
    padding-top: 15px;
}
.sub-section-text-form {
    font-family: museo-sans !important;
    font-weight: 300;
    font-size: 16px;
    color: #444445;
    padding-top: 7px;
}

.sub-section-text-bold {
    font-family: museo-sans;
    font-weight: 700 !important;
    font-size: 16px;
    color: #444445;
}

ul {
    padding-left: 8px;
}

li {
    padding-bottom: 15px;
}

.email-us {
    white-space: nowrap;
}

.stats-background {
    background-color: #444445;
}
.stats-padding {
    padding: 50px;
}
.stats-images {
    max-width: 60%;
    height: auto;
}

.horz-center {
    margin-top:30px;
}

/* FOOTER */

.background-footer {
    background-image: url("../assets/hft-nav/background-footer.png");
}

.background-footer-img {
    background-repeat: no-repeat;
    background-size: cover;
    max-height: auto;
}


.footer-padding {
    padding-top: 25px;
    margin-left: 15px;
}

.footer-padding-top {
    padding-top: 30px;

}


.footer-text {
    font-size: 16px;
    line-height: 1.4;
    color: white;
    font-family: museo-sans;
    font-weight: 500;
    margin-right:10px;
}

.footer-bold {
    font-size: 16px;
    line-height: 1.4;
    color: white;
    font-family: museo-sans;
    font-weight: 700;
}

.footer-links {
    color: white;
    background-color: transparent;
    text-decoration: underline;
    font-family: museo-sans;
    font-weight: 500;
    font-size: 15px;
}

.social {
    margin-left: 5px;
}

.footer-social-thumbs {
    width: 40px;
    margin-top: -10px;
}

input[type="text"] {
    background-color: #d1d1d1;
    border-radius: 0px;
}


.padd-right {
    margin-right:10px;
}

a:hover {
    color: #016268 !important;
}