/* General Styles */

html, body{
    margin: 0;
    padding: 0;
    height: 100%;
    width: 100%;
}

* {
    margin:0;
    padding: 0;
    border:0;
    text-decoration: none;
}

a{
    font-family: 'Raleway', sans-serif;
    text-decoration: none;
    font-weight: 300;
    font-style: normal;
    color: white;
    transition: 0.3s ease;
}

a:hover{
    color:white;
}

.text-opacity-link{
    transition: 0.3s ease;
}

.text-opacity-link:hover{
    opacity: 0.7
}

.fa{
    transition: 0.3s ease;
}

.fa:hover{
    opacity: 0.8;
}

.fa-facebook{
    margin-left: 0;
}

#aspect-ratio-inside{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}


#clearing{
    clear:both;
}




/* HEADER */

    #hero-and-menu-section{
        position: relative;
        width: 100%;
    }

    .carousel-item {
        height: 100vh;
/*        background: no-repeat center center scroll;*/
        -webkit-background-size: cover;
        -moz-background-size: cover;
        -o-background-size: cover;
        background-size: cover;
        overflow: hidden;
        background-position: center;
        background-size: cover; 
    }



/* Website Top Header within Hero 100% Background Image */

    #header-outer{
        top: 0;
        width: 100%;
        background: rgb(0, 114, 206);
        color: white;
        padding-bottom: 10px;
        padding-top: 10px; /* Controls how far header content is from the top */
    }

    #header-inner{
        margin: auto;
        position: relative;
        display: table;
        width: 90%;
    }

    #header-inner-small-screen{
        display: none;
    }

    #web-title{
        display: table-cell;
        vertical-align: middle;
        text-decoration: none;
        font-family: 'Raleway', sans-serif;
        text-decoration: none;
        font-weight: 600;
        font-style: normal;
        font-size: 30px;
        line-height: 30px;
    }

    #hamburger-box{
        display: table-cell;
        vertical-align: middle;
        float: right;
        cursor: pointer;
        padding: 0;
    }

    #hamburger-icon{
        font-size: 30px;
        padding-bottom: 6px; /* Needed in order to vertically center menu icon */
    }


/* Slide Menu */

    #close-button-wrapper{
        width: 90%;
        margin: 0 auto;
        margin-top: 30px;
    }

    #slide-menu-wrapper{
        margin: 0 auto;
        width: 90%;
        height: 80%;
        margin-top: 10%;
        color: white;
    }

    #slide-menu-title-wrapper{
        width: 100%;
        margin-bottom: 40px;
    }

    #slide-menu-title{
        margin: 0;
        font-family: 'Raleway', sans-serif; 
        font-weight: 500;
    }

    #slide-menu-title-small{
        display: none;
    }

    #slide-menu-column{
        float: left;
    }

    .slide-left{
        padding-right: 30px;
    }

    .slide-middle{
        padding: 0 30px;
        border-style: solid;
        border-width: 0px 2px 0px 2px;
        border-color: white;
    }

    .slide-right{
        padding-left: 30px;
    }

    #slide-menu-link{
        padding: 0;
        font-size: 20px;
        margin-bottom: 20px;
        line-height: 22px;
    }

    #slide-menu-bottom-wrapper{
        margin-top: 30px;
        clear: both;
        width: 100%;
    }

    .menu-social{
        margin: 0 20px;
    }

    #menu-social-link{
        float: left; 
        font-size: 30px;
    }

    #slide-menu-link{
        text-decoration: none;
        display: block;
        transition: 0.5s ease;
    }

    .sidenav {
        padding: 0;
        height: 0%; /* 100% Full-height */
        width: 100%; /* 0 width - change this with JavaScript */
        position: fixed; /* Stay in place */
        z-index: 1; /* Stay on top */
        top: 0; /* Stay at the top */
        right: 0;
        background-color: rgba(0, 114, 206,0.9); /* Black*/
        overflow-x: hidden; /* Disable horizontal scroll */
        overflow-y: hidden; /* Disable horizontal scroll */
        transition: 0.5s ease; /* 0.5 second transition effect to slide in the sidenav */
    }

    /* The navigation menu links */
    .sidenav a {
        text-decoration: none;
        font-size: 25px;
        color: white;
        display: block;
        transition: 0.5s ease;
    }

    /* When you mouse over the navigation links, change their color */
    .sidenav a:hover {
        opacity: 0.7;
    }

    /* Position and style the close button (top right corner) */
    .sidenav .closebtn {
        display: inline-block;
        float: right;
        line-height: 40px;
        font-size: 75px;
    }

    .menu-fb{
        margin-left: 0;
    }








#about-photo{
    padding-bottom: 50%;
    overflow: hidden;
    background-position: center;
    background-size: cover; 
}

#eboard{
    padding: 40px 0px 50px 0px;
}

#eboard-margin{
    margin: 0 auto;
    width: 1000px;
}

.eboard-para{
    font-family: 'Raleway', sans-serif; 
    text-align: justify;
    margin: 18px 0;
    display: block;
    line-height: 22px;
    font-size: 18px;
}

#about-title{
    font-family: 'Raleway', sans-serif;
    font-weight: 700;
}

#eboard-title{
    font-family: 'Raleway', sans-serif; 
    margin: 50px 0 20px 0;
    font-weight: 700;
}

#eb-list-wrapper{
    width: 800px;
}

#eb-single-section{
    position: relative;
    width: 100%;
    padding-bottom: 30%;
    margin-bottom: 2%;
}


#eb-single-photo{
    height: 100%;
    width: 30%;
    overflow: hidden;
    background-position: center;
    background-size: cover; 
    float: left;
}


#eb-single-text-container{
    display: table;
    float: left;
    padding: 0%;
    padding-left: 5%;
    width: 70%;
    height: 100%;
}


#eb-single-text-wrapper{
    display: table-cell;
    vertical-align: middle;
}


#eb-position{
    font-family: 'Raleway', sans-serif; 
    font-size: 20px;
    font-weight: 700;
    line-height: auto;
    margin: 0;
/*    color: rgb(0, 114, 206);*/
}

#eb-name{
    font-family: 'Raleway', sans-serif; 
    font-size: 20px;
    font-weight: 400;
    line-height: auto;
    margin: 0;
/*    color: rgb(0, 114, 206);*/
}

#eb-description{
    margin: 0;
    margin-top: 3%;
    font-family: 'Raleway', sans-serif; 
    font-size: 16px;
    font-weight: 400;
    line-height: auto;
}





/* Footer */

#footer-wrapper{
    width: 100%;
    background-color: rgb(0, 114, 206);
}

#footer-top-section-wrapper{
    margin: 0 auto;
    width: 88%;
    padding-top: 40px;
    padding-bottom: 100px;
}

#footer-column{
    float: left;
}

#footer-bottom-section-wrapper{
    float: left;
    margin-right: 100px;
}

#footer-menu-link{
    padding: 0;
    font-size: 16px;
    margin-bottom: 20px;
    line-height: 16px;
    display: block;
    clear: both;
}

.footer-middle{
    padding: 0 50px;
}

#footer-title{
    text-decoration: none;
    font-family: 'Raleway', sans-serif;
    text-decoration: none;
    font-weight: 400;
    font-style: normal;
    font-size: 20px;
    line-height: 20px;
}

#footer-social-wrapper{
    font-size: 20px;
    margin-top: 5px;
}

.footer-insta{
    margin: 0 10px;
}



/* MEDIA QUERIES */
@media (max-width: 1000px) {
    
    .carousel-inner{
        height: 0;
        padding-bottom: 60%;
    }
    
    .carousel-item{
        height: 0;
        padding-bottom: 60%;  
    }
    
    #slide-menu-column-wrapper{
        text-align: center;
    }
    
    #slide-menu-column-container{
        position: relative;
        display: inline-block;
    }
    
    #slide-menu-title-wrapper{
        text-align: center;
    }
    
    #slide-menu-column{
        width: 200px;
    }
    
    #slide-menu-wrapper{
        width: 100%;
        margin-top: 100px;
    }
        
    .slide-left{
        padding-right: 0;
        }
    
    .slide-right{
        padding-left: 0;
        }
    
    #slide-menu-bottom-wrapper{
        text-align: center;
    }
    
    #slide-menu-social-wrapper{
        display: inline-block;
        width: auto;
    }
    
    #menu-social-link{
        font-size: 50px;
    }
    
    .menu-fb{
    margin-left: 20px;
    }
    
    
    /* Non-Template Changes */
    
    #eboard-margin{
        width: 90%;
    }
    
    #eb-list-wrapper{
        width: 100%;
    }

    #eboard-list-wrapper{
        width: 100%;
    }
    
    #eb-position{
        font-size: 2.2vw;
        line-height: 2.5vw;
    }
    
    #eb-name{
        font-size: 2.2vw;
        line-height: 2.5vw;
    }
    
    #eb-description{
        font-size: 1.7vw;
        line-height: 2vw; 
    }
}

@media (max-width: 870px){
    #footer-bottom-section-wrapper{
        width: 100%;
        text-align: center;
        margin-bottom: 40px;
    }
    
    #footer-column{
        width: 33.33%;
        text-align: center;
    }
    
    .footer-middle{
        padding: 0;
    }
    
    #footer-top-section-wrapper{
        padding-bottom: 30px;
    }
}

@media (max-width: 620px) {
    
    #close-button-wrapper{
        display: table;
        width: 100%;
        margin: 0;
        height: 15%;
        padding: 0;

    }
    
    #close-button-wrapper{
        position: relative;
        text-align: center;
        height: 15%;
        background-color: red;
    }
    
    #slide-menu-title-small{
        display: table-cell;
        vertical-align: middle;
        font-family: 'Raleway', sans-serif; 
        font-weight: 500;
        font-size: 40px;
        color: white;
    }
    
    .closebtn{
        position: absolute;
        display: block;
        float: right;
        right: 5%;
        top: 25%;
    }
    
    #slide-menu-column{
        clear: both;
        padding-top: 20px;
        width: 100%;
    }
    
    #slide-menu-title-wrapper{
        display: none;   
    }
    
    #slide-menu-column-wrapper{
        position: relative;
        width: 100%;
    }
    
    #slide-menu-column-container{
        margin: 0 auto;
        width: 80%;
    }
    
    .slide-middle{
        display: none;
    }
    
    .slide-right{
        display: none;
    }
    
    #slide-menu-wrapper{
        height: 85%;
        margin: 0;
    }
    
    #slide-menu-bottom-wrapper{
        margin-top: 0px;
    }
    
    #slide-menu-link{
        font-size: 40px;
        padding: 20px 0;
        margin: 0;
        height: 25%;
    }
    
    #menu-social-link{
        font-size: 35px;
    }
    

    

    
    /* Non-Template Changes */
    
    #eb-single-section{
        padding-bottom: 40%;
    }
    
    #eb-single-photo{
        width: 40%;
    }
    
    #eb-single-text-container{
        width: 60%
    }
    
    #eb-position{
        font-size:4.2vw;
        line-height: 4.8vw;
    }
    
    #eb-name{
        margin-top: 2vw;
        font-size:4.2vw;
        line-height: 4.8vw;    
    }
    
    #eb-description{
        display: none;
    }
    
}



