.top-bars {
    padding: .5rem;
}

.top-nav-wrap {
    padding: .5rem;
}

.navbar-collapse {
    flex-basis: unset;
    flex-grow: unset;
}

.header-text1 {
    font-size: 32px;
    font-weight: 700;
    color: black;
    font-family: Georgia;
    margin-bottom: 0px;
}

.header-text2 {
    font-size: 26px;
    font-weight: 700;
    color: #eb3856;
    font-family: Georgia;
    margin-bottom: 0px;
}

.contact-sec {
    padding-top: 50px;
    border: 0;
}

.contact-sec .container {
    max-width: 33rem;
}

.contact-sec h3 {
    font-weight: 700;
    font-size: 20px;
    color: black;
    font-family: Raleway, Helvetica, Arial, Lucida, sans-serif;
}

.footer-wrap {
    height: 200px;
    background-color: white;
    background: url('../../images/footer.png');
    background-size: cover;
    padding: 2rem 0;
}

.footer-icons {
    margin-top: 3rem;
}

#header a.logo>img {
    height: unset;
}

.btn-main {
    color: white;
    background-color: #5cb85c;
    font-weight: 700;
    font-size: 14px;
    border-radius: 12px;
    font-family: Raleway, Helvetica, Arial, Lucida, sans-serif;
    transition: .3s ease-in-out;
    -webkit-transition: .3s ease-in-out;
    -moz-transition: .3s ease-in-out;
    -ms-transition: .3s ease-in-out;
    -o-transition: .3s ease-in-out;
}

.btn-main:hover {
    opacity: .8;
    background-color: #FBB169;
    color: rgb(0, 0, 0);

}

.pt-20 {
    padding-top: 20px;
}

@media only screen and (max-width: 768px) {
    section div.row>div.header-text-wrap {
        margin-bottom: 0rem;
    }

    .header-text1 {
        font-size: 26px;
    }

    .header-text2 {
        font-size: 20px;
    }

    .footer-wrap {
        height: 231px;
    }

    .footer-icons {
        margin-top: 1rem;
    }

    #header #topNav a.logo>img {
        width: 17rem;
        /* max-height: 60px !important; */
    }
}

@media only screen and (max-width: 568px) {
    .top-bars .container {
        flex-direction: column-reverse;
    }

    #topBar ul.top-links>li {
        border-right: none;
    }



}

@media only screen and (max-width: 480px) {
    .header-text1 {
        font-size: 22px;
    }

    .header-text2 {
        font-size: 18px;
    }

}

@media only screen and (max-width: 375px) {

    #header #topNav a.logo>img {
        width: 15rem;
        height: auto !important;

    }
}