*{
    margin: 0;
    padding: 0;
    font-family: "Open Sans", sans-serif;
}

nav.header-parent{
    height: 10%;
    width: 94%;
    padding-left: 3%;
    padding-right: 3%;
    display: flex;
    flex-direction: row;
    align-items: center;
    position: relative;
    box-shadow: 0px 0px 10px 2px rgba(50, 50, 50, 0.1);
    z-index: 100;
}
nav.header h1{
    font-family: "Nunito", sans-serif;
}
div.header{
    position: relative;
    display: flex;
    flex-direction: row;
    align-items: center;
    overflow: visible;
}
div#headerLogo{
    cursor: pointer;
}
img.header_logo{
    line-height: 1;
    display: flex;
    align-items: center;
    max-height: 4vh;
    overflow: hidden;
}
img#header_logo{
    margin-right: 2vw;
}
h1.header_text{
    font-size: 2em;
    color: rgb(200, 200, 200);
}
#engineeringsSpan{
    font-size: 2em;
    margin-right: 2vw;
    margin-left: 2vw;
    margin-top: 0.2vh;
    margin-bottom: 0.2vh;
    color: gray;
    cursor: pointer;
    height: 6vh;
    width: 3vw;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-around;
    background-color: white;
    box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.3);
    overflow: visible;
    border-radius: 50%;
}
#gotohomebutton{
    position: absolute;
    right: 2vw;
}
span{
    overflow: hidden;
}
.NOSHOW{
    background: none;
    border: none;
}
.levels{
    height: 10%;
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-around;
    z-index: 1;
}
.whatlevel{
    font-size: 2.5em;
    color: rgba(255, 89, 0, 0.5);
}