html {
    height: 100%;
    width: auto;
}
        
body {
    font-family: Gotham, 'Helvetica Neue', Helvetica, Arial, 'sans-serif';
    margin: auto;
    height: 100%;
}

/* Sidenav Styling */

.sidenav {
    height: 100%;
    width: 0;
    position: fixed;
    z-index: 1;
    top: 0;
    left: 0;
    background-color: #06C;
    overflow-x: hidden;
    transition: 0.5s;
    padding-top: 60px;
    white-space: nowrap;
}

.button {
    border: none;
    background: none;
    font-size: 25px;
    color: #ffffff;
    height: 47px;
    position: relative;
    top: 4px;
    padding-left: 32px;
    display: block;
}


#closebtn {
    position: absolute;
    top: 0;
    right: 25px;
    font-size: 36px;
    margin-left: 50px;
}



#searchdiv {
    width: 100%;
    overflow: hidden;
}

.searchElement {
    width: 100%;
    float: left;
    margin-right: -100%;
}

#searchBar {
    width: 100%;
    height: 47px;
    box-sizing: border-box;
    transition: width 0.4s ease-in-out;
    font-size: 25px;
    visibility: hidden;
    position: absolute;
}

#searchBar:focus {
    width: 100%;
}

#submitbtn {
	display:none;
}

#settingsSubmenu {
    display: none;
}

#darkmodeButton {
    padding-right: 30px;
    font-size: 24px;
    width: 100%;
}

#directionsDiv {
    width: 100%;
    overflow: hidden;
}

.directionsElement {
    width: 100%;
    float: left;
    margin-right: -100%;
}

#directionsBar {
    width: 100%;
    height: 47px;
    box-sizing: border-box;
    transition: width 0.4s ease-in-out;
    font-size: 25px;
    visibility: hidden;
    position: absolute;
}

#intMapSubmenu {
    display: none;
}


#searchButtonImg {
    padding-left: 75px;
}

#settingsButtonImg {
    padding-left: 65px;
}

#waypointsButtonImg {
    position: relative;
    top: 4px;
    padding-left: 45px;
}

#interiormapsButtonImg {
    position: relative;
    top: 4px;
    padding-left: 10px;
}

#logoImg {
    position: relative;
    padding-top: 60%;
}



/* Main Area Styling */

#openbtn {
    font-size: 40px;
    cursor: pointer;
    padding: 2%;
}

#map {
    position: relative;
    margin-left: 2%;
    margin-bottom: 2%;
    margin-right: 2%;
    height: 90%;   
    display: block; 
    transition: margin-left 0.5s;
}

#imap {
    display: none;
}

#lvl1BackBtn {
    cursor: pointer;
}


/* Screen size ratio changes */

@media screen and (max-height: 450px) {
    .sidenav .button {padding-top: 10px;}
    #logoImg {
        display: none;
    }
}