html{
    scroll-behavior: smooth !important;
}

body{
    display: block;
    margin: auto;
    padding-top: 0;
    margin-top: 0;
    /*background: #1e292b !important;*/
    overflow-x: hidden;
}

nav{
    margin-top: 0px;
    padding-top: 7px;
    margin-bottom: 0;
    background: none;
    color: black;
    min-height: 80px !important;
}

#news-section{
    display: block;
    width: 80%;
    margin: auto;
    border: solid 2px #CA4E2C;
    text-align: center;
    border-radius: 7px;
    padding: 10px 20px;
    
}

#news-section h3 i{
    font-size: 55px;
    color: #007390;
}

.page-header{
    font-weight: bold;
    font-size: 40px !important;
    padding-bottom: 15px;
    border-bottom: solid 2px #CA4E2C;
}
.navbar{
    margin-bottom: 0;
    background: #13292b;
    border-bottom: solid 5px #CA4E32;
}

.navbar-brand{
    font-size: 17px;
}
.navbar-brand img{
    height: 60px;
    width: 90px;
    margin-top: -20px;
}

.nav li a:hover, .navbar-brand:hover{
    color: white;
    transition: .4s;
}

.nav li a{
    font-size: 12px;
}

.nav li a i{
    color: #007390 !important;
    margin-right: 3px;
}


.login-btn{
    display: block;

}

.login-btn a{
    float: right;
}


.login-links{
    background: #007390;
    min-height: 100px;
    padding: 10px;
    color: white;
    box-shadow: 2px 2px 4px black;
}

.login-links h3{
    text-shadow: 2px 2px 4px black;
}

.login-links:hover{
    background: #CA4E2C;
    transition: .3s ease;
}
.container{
    bottom: 0;
}

#mainphoto{
    display: block;
    width: 100%;
    height: 350px;
    background-image: url('https://villageonthegreenhoa.net/img/header.jpg');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    margin: auto;
    margin-top: 0;
    padding-top: 0;
    color: white;
}

#mainphoto h1{
    font-size: 60px;
    padding-top: 50px;
    
}

#mainphoto h2{
    font-size: 25px;

}

#main-content p{
    font-size: 17px;

}

#mainphoto1{
    display: block;
    width: 100%;
    height: 250px;
    background-image: url('https://villageonthegreenhoa.net/img/header.jpg');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    margin: auto;
    margin-top: 0;
    padding-top: 0;
    color: white;
}

#mainphoto1 h1{
    font-size: 60px;
    padding-top: 40px;
    
}

#mainphoto1 h2{
    font-size: 30px;

}

@media screen and (max-width: 600px){
    
    #mainphoto h1, #mainphoto1 h1{
        font-size: 55px;
        text-align: center;
    }
    #mainphoto h2, #mainphoto1 h2{
        font-size: 20px;
        text-align: center;
    }
}


#our-community{
    float: none;
    margin: 0 auto;
    display: block;
    width: 100%;
    color: white !important;
    background-image: linear-gradient(to top right, #13292b, #007390);
    border-radius: 12px;
    padding: 20px;
    margin-top: -70px;
}

#our-community h1{
    font-size: 40px !important;
    border-bottom: solid 2px #CA432C;
    padding-bottom: 25px;
}

#our-community p{
    font-size: 23px !important;
    line-height: 40px;
}


#buttons{
    text-align: center;
}

#buttons a{
    width: 100% !important;
    min-height: 50px;
    padding-top: 15px;
    padding-bottom: 15px;
    margin-bottom: 15px;
}
.card{
    margin-bottom: 50px;
    border-radius: 25px;
    padding-bottom: 10px;
}

.card img{
    height: auto;
    width: 100%;
    border-radius: 25px 25px 0px 0px;
}

.card h2{
    padding: 10px;
    padding-left: 20px;
    display: block;
    width: 100%;
    height: auto;
    margin: auto;
    margin-top: 0;
    background-color: #007390;
    border-top: solid 2px #ca4e2c;
    text-shadow: 2px 2px 4px black;
    color: white;
}
.card p{
    height: 100px;
    font-size: 17px;
    margin-top: 20px;
}

.card a,.card p{
    margin-left: 20px;
}

.card span{
    display: block;
    width: auto;
    margin: auto;
}

.card .content{
    text-align: center;
    display: block;
    margin: auto;
}

.card .content h1{
    height: 50px;
}

.card .content h2{
    text-align: center;
    background: white;
    color: #131f1f;
    display: block;
    margin-left: auto;
    margin-right: auto;
    height: 50px;
}
.card .content h3{
    color: grey;
}

#amtechlogo{
    height: 65px;
    width: 65px;
    border-radius: 50%;
}


.btn-primary{
    background-color: #1e292b;
    color: white;
    border-color: #1e292b;
    font-size: 17px;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
}

.btn-primary:hover{
    background-color: #029962;
    border-color: #029962;
    transition: .4s;
}

.btn-secondary{
    background-color: #CA4E2C;
    color: white;
    border-color: #CA4E2C;
    font-size: 17px;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
}

.btn-secondary:hover{
    transform: scale(1.05);
    color: white!important;
    background-color: #b54526;
    transition: .4s ease;
}

.text-primary{
    color: #007390;
}

#text-secondary{
    color: #007390;
}

.panel-heading{
    border-style: solid;
    border-width: 3px;
    border-color: black;
}

#homesforsale img{
    height: 225px;
    width: 100%;
}

.listing{
    padding: 0px;
    border: solid 1.5px #CA4E2C;
    margin: 10px;
}

.listing-active{
    color: green;
    font-size: 15px;
}

.listing-pending{
    color: #b5a016;
    font-size: 15px;
}
.listing-content{
    padding: 10px;
}

.listing h2{
    font-size: 30px;
    color: #1E292B;
    font-weight: bold;
}

.listing h3{
    font-weight: bold;
    color: #029962;
}

.listing h3 a{
    float: right;
}



#amtechlogo-management{
    
    width: 100%;
    height: auto;
    border-radius: 25px;
    margin-left: 0;
    padding-left: 0;
}

#title-panel{
    font-size: 40px;
}

#committees h1{
    font-size: 40px;
}

#committees h3{
    font-size: 25px;
}

#committees ul{
    list-style-type: none;
}

#committees ul li{
    font-size: 20px;
    color: #1e292b;
}

#copyright{
    text-align: center;
    padding-top: 50px;
    color: white;
}

footer{
    margin-top: 20px;
    background: #131f1f;
    height: 100px;
    margin-bottom: 0;
}