html{
    scroll-behavior: smooth;
}


body{
    display: block;
    margin: auto;
    width: 100%;
    height: auto;
    padding: 0;
    overflow-x: hidden;
    font-family: 'Nanum Gothic';
    top: 0;
    position: relative;
}

header{
    display: block;
    width: 100%;
    min-height: 450px;
    margin: auto;
    background-image: url('../img/bardmoor1.jpg');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: top center;
    text-align: center;
    padding-top: 0;
    margin-top: 0;
    position: relative;

}

header .content{
    display: block;
    min-height: 450px;
    width: 100%;
    top: 0;
    left: 0;
    background: rgba(0,0,0,0.7);
    color: white;
    position: relative;
    animation-name: bg-fadein;
    animation-duration: 1s;
    animation-iteration-count: 1;
}

header .content h1{
    font-size: 65px !important;
    margin-top: 50px;
    padding-top: 100px;
    animation-name: fadein;
    animation-duration: 3s;
    animation-iteration-count: 1;

}

/* fadein animations */
@keyframes bg-fadein{
    from{background: rgba(0,0,0,.9);}
    to{background: rgba(0,0,0,0.7);}
}

@keyframes fadein{
    from{opacity: 0;}
    to{opacity: 1;}
}

#myNavbar{
    background-color: #1d1d1d !important;
    z-index: 2;
}
#myNavbar ul li a{
    color: white !important;
    font-size: 13px !important;
}

#myNavbar ul li a i{
    color: grey !important;
}
#myNavbar ul li a:hover{
    color: #CB5432 !important;
    transition: .3s ease;
}

.navbar{
    background-color: #1d1d1d !important;
    min-height: 75px;
}

.quick-access{
    display: block;
    width: 100%;
    margin: auto;
    height: auto;
    background-color: #1d1d1d;
    padding-top: 100px;
    position: absolute;
    z-index: 1;
    border-top: solid 2px #CB5432;
    border-bottom: solid 2px #CB5432;
}

.quick-access h1{
    text-align: center;
    display: block;
    margin: auto;
    height: 70px;
    margin-top: -170px;
    width: 45%;
    color: white;
    background-color: #1d1d1d;
    padding: 20px;
    border: solid 2px #CB5432;
    border-bottom: none;
    font-weight: bold;
    animation-name: slideup;
    animation-duration: 1s;
    animation-iteration-count: 1;
}

@keyframes slideup{
    from{margin-top: 0; border: none;}
    to{margin-top: -170px; border-top: solid 2px #CB5432;}
}

.quick-access h1 i{
    color: #CB5432;
    font-size: 45px;
}

.quick-access .bottom{
    text-align: center;
    display: block;
    margin: auto;
    height: 70px;
    margin-bottom: -170px;
    width: 45%;
    color: white;
    background-color: #1d1d1d;
    padding: 20px;
    border: solid 2px #CB5432;
    border-top: none;
    font-weight: bold;
    padding-bottom: 25px;
}

.quick-access h3{
    line-height: 35px;
}

@media screen and (max-width: 800px){
    .quick-access h1, .quick-access .bottom{
        width: 70%;
    }
    
    .quick-access h3{
        font-size: 17px !important;
    }
}
.quick-access a{
    text-decoration: none;
    color: white !important;
}

.quick-link{
    text-align: center;
    color: #1d1d1d;
    padding: 10px 20px;
    border: solid 2px silver;
    margin-bottom: 25px;
}

.quick-link a{
    color: #1d1d1d;
    text-decoration: none;
}

@media screen and (max-width: 1000px){
    .quick-link{
        color: white;
    }
}

.quick-link i{
    font-size: 50px;
    color: #CB5432;
    display: block;
    margin: auto;
    width: 100%;
    padding-top: 15px;
}

.quick-link h2{
    color: white;
    font-size: 25px;
    font-weight: bold;
}


.quick-link:hover, .quick-link a:hover{
    cursor: pointer;
    color: white;
    background-color: #4c4d4d;
    border-color: #CB5432;
    transition: .3s ease;
}

.quick-link:hover ~ .quick-link p{
    opacity: 1;
}
#photos{
    display: block;
    margin: auto;
    height: auto;
    width: 100%;
    margin-top: 100px;
    margin-bottom: 25px;
    
}

#photos img{
    display: block;
    height: auto;
    width: 100%;
    margin: auto;
    margin-top: 25px;
}

.board-member{
    display: block;
    margin: auto;
    margin-bottom: 25px;
    padding: 20px;
    border: solid 2px silver;
}

.board-member i{
    font-size: 60px;
    color: #CB5432;
    padding-top: 30px;
}

.board-member h2{
    font-size: 20px;
    height: 35px;
    color: white;
}

.board-member h3{
    font-size: 17px;
    color: grey;
}

.board-member:hover{
    border-color: #CB5432;
    transition: .3s ease;
}

.management, .contact{
    color: white;
}

.management h2, .contact h2{
    font-weight: bold;
}

.management h2 i, .contact h2 i{
    color: #CB5432;
    margin-right: 20px;
}

.management small{
    color: #CB5432;
}

.management a{
    text-decoration: none;
    color: silver;
    font-size: 20px;
}

.management a:hover{
    color: #CB5432;
    transition: .3s ease;
}

.resources{
    text-align: right;
}

.resources h3{
    color: #CB5432;
}

.resources a:hover{
    margin-right: 10px;
    transition: .3s ease;
}


@media screen and (max-width: 900px){
    .board-member, .management, .resources, .contact{
        text-align: center;
    }
    
    .board-member i , .management h2 i{
        display: block;
        width: 100%;
        margin: auto;
    }
}

.documents h3{
    font-size: 30px;
    color: #CB5432;
    font-weight: bold;
}

.documents ul{
    list-style-type: none;
    line-height: 50px;
    font-size: 30px;
    padding-left: 0 !important;
    margin-left: 0 !important;
}

.documents ul li{
    cursor: pointer;
    color: silver;
    margin-top: 15px;
}

.documents ul li:hover{
    color: #CB5432;
    transition: .3s ease;
    margin-left: 10px;
}

@media screen and (max-width: 800px){
    .documents ul{
        font-size: 25px;
        text-align: center;
    }
    
    .documents h3{
        text-align: center;
    }
}

.btn-primary{
    background: #1d1d1d;
    border: solid 2px #CB5432;
    color: white;
}

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

    
}

#contact-management{
    margin-top: 50px;
    font-size: 17px;
    color: silver;
}

#contact-management i{
    color: #CB5432;
    font-size: 20px;
}

#contact-management a{
    color: #CB5432;
    text-decoration: none;
}

footer{
    text-align: center;
    min-height: 250px;
    padding-top: 100px;
    color: white;
    border-top: solid 2px #CB5432;
}

footer span{
    color: #CB5432;
}
