header {
    width: 100%;
    height: 12%;
    background-color: black;
}



header li {
    display: inline-block;
    padding-left: 20px;
    padding-right: 20px;
    font-family: 'Open Sans', sans-serif;
    font-weight: bold;
    font-size: 20px;
}

header a {
    text-align: center;
    text-decoration: none;
}

header a:link {
    color: white;
}

header a:visited {
    color: white;
}

header a:hover {
    color: blue;
}

#siteLogo {
    height: 100%;/**/
    position: absolute;
    top: 50%;
    margin-top: 0px;

}
#siteNav-wrap {
    float: right;
    padding-top: 20px;
    /*padding-bottom: 30px;*/
}

@media screen and (min-width: 0px) and (max-width: 800px) {
    #siteNavList { display: none; }   /* hide the header links on mobile */
}

#siteNavMenuBtn {
    background-image: url("images/pngwing.png");
    height: 25px; width: 25px;  /*must match the background img size*/
    border: none;
    background-color: transparent;
}

@media screen and (min-width: 800px)  {
    #siteNavMenuBtn { display: none !important; }   /* hide the menu button on desktop*/
}

#navObject {
    position: relative; /**/
    width: 90%;
    height: 50%;
    margin: 0 auto;
}

header #siteLogo img{
    max-width: 100%;
    max-height: 100%;
    vertical-align: bottom; /*-10px*/
}

#siteLogoName {
    color: blue;
    margin-left: 10px;
    font-family: 'Josefin Sans', sans-serif;
    max-height: 100%;
    max-width: 100%;
    font-size: xx-large;
}