html{
    scroll-behavior: smooth;
}

body{
    margin: 0;
    padding: 0;
}

#header{
    display: block;
    background-image: url('http://dunedinpalms.org/img/img-19.png');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: top center;
    min-height: 450px;
    width: 100%;
    overflow: visible;
}

#transparent{
    height: auto;
    background-color: rgba(0,0,0,0.5);
    padding: 0;
    margin: 0;
    margin-top: 50px;
    overflow: visible;
}

#transparent h1{
    padding: 0;
    margin: 0;
}
.sidebar{
    height: 100%;
    width: 0;
    position: fixed;
    z-index: 1;
    top: 0;
    left: 0;
    background-color: black;
    overflow-x: hidden;
    transition: .3s ease;
    padding-top: 60px;
}

.sidebar h2{
    text-align: center;
    color: white;
}


.sidebar a{
    padding: 8px 8px 8px 25px;
    text-decoration: none;
    color: grey;
    font-size: 20px;
    display: block;
    
}

.sidebar a:hover{
    color: white;
    transition: .3s ease;
}

.sidebar a i{
    color: #857303;
    margin-right: 10px;
}

.sidebar .closebtn{
    position: absolute;
    top: 0;
    right: 25px;
    font-size: 40px;
    margin-left: 50px;
}

.openbtn{
    font-size: 25px;
    cursor: pointer;
    background-color: black;
    color: grey;
    padding: 10px 15px;
    border: none;
    position: fixed;
    overflow: inherit;
}


.openbtn:hover{
    color: #857303;
    transition: .3s ease;
}

.closebtn{
    float: left !important;
}

#main{
    position: relative;
    margin-left: 0;
    transition: margin-left .5s;
    padding: 16px;
    overflow: visible;
    overflow-x: hidden;
}

#myCarousel{
    height: auto;
}

.btn-primary{
    background: black;
    border-color: black;
    color: white;
    margin-bottom: 20px;
}

.btn-primary:hover{
    background: #857303;
    border-color: #857303;
    transition: .3s ease;
}

.btn-secondary{
    background: #857303;
    border-color: #857303;
    color: white;
    text-decoration: none;
}

.btn-secondary:hover{
    background: none;
    color: #857303;
    transition: .3s ease;
}

@media screen and (max-height: 450px){
    .sidebar{padding-top: 15px;}
    .sidebar a{font-size: 18px;}
}


@media screen and (max-width: 500px){
    #main{
        margin-left: 0;
    }
}

#home-icon{
    font-size: 50px;
    color: #857303;
}

#home-img{
    display: block;
    height: 150px;
    width: 175px;
    border-radius: 50%;
    margin: auto;
}

.board-announcements{
    height: auto;
    border-style: solid;
    border-width: 1px;
    border-color: #857303;
    border-radius: 12px;
    padding: 10px;
    margin-top: 50px;
}

.management-preview {
    display: block;
    width: 100%;
    min-height: 450px;
    background:
        linear-gradient(rgba(0,0,0,0.3), rgba(0,0,0,0.3)),
        url('http://dunedinpalms.org/img/img-17.png');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    color: white;
    margin-top: 100px;
}

.management-preview p{
    width: 300px;
    display: block;
    margin: auto;
}


.management-preview a{
    margin-top: 25px;
}



.documents{
    display: block;
    width: 100%;
    min-height: 500px;
    background: black;
    color: white;
    margin-top: 100px;
    overflow: visible;
    
}

#documents{
    overflow: visible;
}

.documents i{
    padding-top: 30px;
}

.meetings{
    margin-top: 50px;
    margin-bottom: 50px;
}

.panel-heading{
    background: black !important;
    color: white !important;
    font-size: 25px !important;
}

.panel-title{
    font-size: 25px;
    overflow: visible;
}

.page-header{
    border: none !important;
    font-size: 50px !important;
}

.minutes{
    margin-bottom: 50px;
}

.newsletter{
    width: 100%;
    min-height: 300px;
    background: black;
    color: white;
    padding-bottom: 50px;
}

.newsletter h1{
    padding-top: 50px;
}

.management{
    margin-bottom: 50px;
}
.management i{
    font-size: 40px !important;
    margin-right: 25px;
}

.contact{
    background: black;
    color: white;
    padding-top: 50px;
    padding-bottom: 50px;
}

.contact input:focus, .contact textarea:focus{
    outline: none !important;
    border-style: solid !important;
    border-width: 2px !important;
    border-color: #857303 !important;
}
#copyright{
    text-align: center;
    padding-top: 100px;
    
}

footer {
    height: 200px;
    margin-top: 20px;
    margin-bottom: 0;
    padding-bottom: 0;
}