/*
    Theme Name: Calvert High School
    Author: Brian Habib, Web Developer 
    Author URI: http://brianmhabib.com
    Created: October 5, 2021
*/
#main-header {
    width: 100%;
    background: #ffffff;
}
@media(min-width: 768px) {
    #main-header  {
        
    }
}
#site-nav {
    /*box-shadow: 0px 5px 5px 0px #bbbbbb;*/
    box-shadow: 0 1px 2px 0 rgb(68 68 68 / 30%), 0 1px 3px 1px rgb(68 68 68 / 15%);
}
@media(min-width: 768px) {
    #site-mast {
        height: 25vh;
        position: relative;
        width: 100%;
        background: #6689C2;
        background-size: cover;
        background-repeat: no-repeat;
        background-position: center;
        -webkit-transition: opacity 300ms cubic-bezier(.694,0,.335,1);
        -o-transition: opacity 300ms cubic-bezier(.694,0,.335,1);
        transition: opacity 300ms cubic-bezier(.694,0,.335,1);
        background-image: url('http://calverthighschoolclassof1980.com/wp-content/uploads/2021/10/Calvert-County.jpg');
    }
    #site-nav {
        
        position: relative;
        display: flex;
        align-items: end;
        justify-content: center;
        height: 175px;
    }
}
#site-logo {
    display: flex;
    justify-content: center;
}
@media(min-width: 768px) {
    #site-logo {
        position: absolute;
        left: 50%;
        transform: translate(-50%, -50%);
    }
}
#site-logo img {
    background: #ffffff;
    width: 150px;
    height: 150px;
    margin-bottom: 5px;
}
@media(min-width: 768px) {
    #site-logo img {
        border-radius: 50%;
        border: 5px solid #ffffff;
        box-shadow: 0px 0px 5px 0px #bbbbbb;
    }
}
#menu-top-menu {
    justify-content: center;
    margin: auto;
    padding-top: 15px;
    padding-bottom: 15px;
}

@media(min-width: 768px) {
    #menu-top-menu {
        flex-direction: row;
    }
}

.menu-item {
    padding: 5px 10px;
    font-size: 1.5rem;
    text-align: center;
}
.menu-item a:hover {
    text-decoration: none;
}
@media(min-width: 768px) {
    .menu-item { 
        
    }
}
