HTML
Home
Schedule

Gallery
Contact

CSS
*,
*::after,
*::before {
box-sizing:border-box;
font-family: "Oswald", sans-serif;
font-optical-sizing: auto;
font-weight: 500;
font-style: normal;
margin: 0;
padding: 0;
}
body {
margin:0;
}
header {
width:100%;
position:relative;
}
#logo {
width:100%;
z-index:2;
position: fixed;
}
.topnav {
text-align:center;
position:relative;
padding:5px;
background:#141B47;
position: fixed;
}
.topnav a {
float: none;
display: inline-block;
color: #f2f2f2;
text-align: center;
padding: 14px 16px;
text-decoration: none;
font-size: 17px;
}
@media (min-width: 1060px) {
.navLeft {
float:left;
}
.navRight {
float:right;
}
}
Подробнее здесь: https://stackoverflow.com/questions/793 ... split-menu
Мобильная версия