@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Manrope:wght@200..800&display=swap');

body{
    font-family: "Manrope", sans-serif;
    font-size: 16px;
}

body::-webkit-scrollbar{
    width: 5px;
}

body::-webkit-scrollbar-track{
    background: #f1f1f1;
}

body::-webkit-scrollbar-thumb{
    background: #888;
}

body::-webkit-scrollbar-thumb:hover{
    background: #555;
}

.header{
    padding-top: 20px;
    padding-bottom: 20px;
    z-index: 100000;
}

.header a.nav-link{
    font-weight: 600;
}

.header a.nav-link:hover{
    color: #069A8E;
}

.header.border-bottom{
    border-color: #dee2e6;
}

.header.transparent a.nav-link{
    color: #fff;
}

.header.transparent a.nav-link:hover{
    color: #069A8E;
}

.header.tborder-bottom.transparent{
    border-bottom: 1px solid #FFFFFF1A;
}

a{
    color: #005555;
    font-weight: 500;
}

a:hover, a:active{
    color: #069A8E;
}

a:active, a:link{
    text-decoration: none;
}

.btn-primary{
    background-color: #005555;
    border-color: #005555;
    color: #fff;
}

.btn-primary:hover, a.nav-link.btn-primary:hover{
    background-color: #069A8E;
    border-color: #069A8E;
    color: #fff;
}

nav.transparent .nav-link.btn-primary{
    background-color: #069A8E;
    border-color: #069A8E;
    color: #fff;
}

nav.transparent .nav-link.btn-primary:hover{
    background-color: #005555;
    border-color: #005555;
    color: #fff;
}

main{
    margin-top: 100px;
    margin-bottom: 100px;
}

h1, h2, h3, .heading{
    font-weight: 700;
}

h1{
    font-weight: 800;
    font-size: 50px;
}

.section{
    padding-top: 100px;
    padding-bottom: 100px;
}

textarea{
    min-height: 50px;
}

.overlay{
    position: absolute;
    top: 0px;
}

#hero{
    position: relative;
    height: 780px;
    overflow: hidden;
}

#hoverlay{
    position: absolute;
    top: 0px;
    background-color: #000;
    opacity: .7;
    height: 100%;
    width: 100%;
    z-index: 10
}

#hero-content{
    position: absolute;
    z-index: 100;
    color: #fff;
    width: 100%;
    text-align: center
}

#hero-content h1{
    font-size: 80px;
}

#hero-content p{
    font-size: 27px;
}

#hero-search{
    background-color: #fff;
    border-radius: 4px;
    padding: 30px 20px;
    margin-top: 50px
}

.form-control, .form-select, #hsearch{
    padding: 13px 20px
}

#listings{
    background-image: url(../images/bg3.png);
    background-position: top center;
    background-repeat: repeat-x;
    padding-bottom: 50px;
}

.listing{
    border: none;
}

.listing > .card-body > h3 > a{
    font-size: 20px;
    font-weight: 800;
    color: #069A8E
}

.listing-phone{
    letter-spacing: 0.7px
}

.listing-location, .listing-phone{
    font-size: 15px;
    margin-bottom: 10px
}

.listing-name, .listing-location, .listing-phone, .listing-phone > a{
    color: #787878;
    font-weight: normal
}

.listing-location > span, .listing-phone > span{
    font-size: 16px;
    margin-right: 5px;
    color: #069A8E;
    font-weight: 700
}

footer{
    position: relative;
    background-color: #005555;
    padding-top: 100px;
    padding-bottom: 0px;
    color: #fff;
    font-size: 15px;
}

footer > .overlay{
    background-image: url(../images/bg7.png);
    background-position: bottom left;
    background-repeat: no-repeat;
    opacity: .1;
}

footer > .container, footer > .copyright{
    position: relative;
    z-index: 10000;
}

footer h3{
    font-size: 18px;
    font-weight: 500;
    margin-bottom: 20px;
}

footer ul{
    list-style: none;
    padding: 0px;
}

footer ul > li{
    margin-bottom: 5px;
}

footer a, footer .copyright a{
    color: #dee2e6;
}

footer ul > li > a:hover, footer .copyright a:hover{
    color: #d9d8d8;
}

footer .copyright{
    background-color: #069A8E;
    margin-top: 60px;
    padding-top: 15px;
    padding-bottom: 15px;
}



@media (min-width: 768px){
    #hero-content{
        top: 220px;
        padding-left: 30px;
        padding-right: 30px;
    }
}

@media (min-width: 992px){
    #hero-content{
        top: 280px;
        padding-left: 100px;
        padding-right: 100px;
    }
}

@media (min-width: 1200px){
    
}


@media (max-width: 480px){
    h1{
        font-size: 40px;
    }
    
    #hero-content{
        top: 180px;
        padding-left: 30px;
        padding-right: 30px;
    }
    
    #hero-content h1{
        font-size: 42px;
    }

    #hero-content p{
        font-size: 20px;
        margin-top: 20px;
    }

    #hero-search{
        padding: 30px 20px;
        margin-top: 30px
    }
    
    #hero-search > div{
        margin-bottom: 10px;
    }
    
    #hero-search > div:last-child{
        margin-bottom: 0px;
    }
    
    #listings{
        padding-bottom: 0px;
    }
    
    .section{
        padding-top: 30px;
        padding-bottom: 30px;
    }
    
    footer{
        padding-top: 30px;
    }
    
    footer > .container > .row > div{
        margin-bottom: 20px;
    }
    
    footer > .container > .row > .col-md-1{
        margin: 0px;
    }
    
    footer .copyright{
        margin-top: 0px;
    }
    
    footer .copyright span:first-child{
        display: block;
        margin-bottom: 5px;
    }
}

@media (max-width: 767px){
    
}

@media (max-width: 991px){
    .header > .container > .navbar-toggler{
        background-color: #fff;
    }
}

@media (max-width: 1199px){
    
}