body { font-family: 'Lato', sans-serif; } .overlay { height: 100%; width: 50%; position: fixed; z-index: 1; top: 0; left: 100%; right: 0; background-color: white; border-left-style: solid; border-width: 2px; overflow-x: hidden; transition: 0.5s; } .nav-bar{ width: 100%; margin: auto; } #menubtn { padding: 8px; float:right; } .overlay-content { position: relative; top: auto; width: 33%; text-align: left; padding-top: 80px; margin-left: 8px; } .overlay span { padding: 8px; text-decoration: none; font-size: 36px; color: black; display: block; transition: 0.3s; float:right; } .overlay h2 { padding: 8px; font-size: 48px ; color: black; display: block; transition: 0.3s; float:left; } .overlay a { padding: 8px; text-decoration: none; font-size: 36px; color: black; display: block; transition: 0.3s; } .overlay a:hover, .overlay a:focus { color: #f1f1f1; } .overlay .closebtn { position: absolute; top: 20px; right: 45px; font-size: 60px; } @media screen and (max-height: 450px) { .overlay h2 {font-size: 32px} .overlay a {font-size: 20px} .overlay-content {font-size: } .overlay .closebtn { font-size: 40px; top: 15px; right: 35px; } }