*{
    padding: 0;
    margin:0;
    box-sizing: border-box;
}
header{
    width: 100%;
    height: 7vh;
    text-align: center;
    background-color: #eaeaea;
    line-height: 7vh;
    font-family: 'PT Sans', sans-serif;
    font-size: 3vh;
    font-weight: bold;
    position: relative;
}
aside{
    position: absolute;
    top: 7vh;
    height: 85vh;
    left: -40vw;
    width: 40vw;
    z-index: 10;
    background-color: beige;
    text-align: center;
    font-family: 'PT Sans', sans-serif;
    overflow: auto;
    display: none;

}
aside h3{
    height: 10vh;
    line-height: 10vh;
}
aside p{
    height: 8vh;
    line-height: 8vh;
    border-top: 1px lightgrey solid;
}
.menu{
    position: absolute;
    left: 4vw;
    top: 2vh;
    height: 3vh;
}
h3{
    text-align: center;
}
main{
    width: 100%;
    height:93vh;
    position: relative;
    overflow: auto;
}
main section{
    position: absolute;
    width: 100%;
    height: 100%;

}
.staticMap{
    height: 85vh;
}

.mapContainer{
    display: none;
}
.aboutContainer{
    display: none;
    padding: 5vh 5vw;
}







nav{
    width: 100%;
    height: 8vh;
    display: flex;
    position: fixed;
    bottom: 0;
}
nav div{
    flex: 1;
    text-align: center;
    background-color: #eaeaea;
    font-family: 'PT Sans', sans-serif;
    padding-top: 1vh;
}
nav div p{
    margin-top: -1vh;
    font-size: 0.8rem;
}


.nav_icon{
    font-size: 4vh;
}

.nav1{
    color: #406aab;
}

.showheading{
    position: absolute;
    right: 2vw;
    top: 1vh;
    width: 70px;
    height: 30px;
    background-color: yellow;
    z-index: 20;
}
