@font-face {
    font-family: stredovek; 
    src: url("vinque.ttf"); 
}
nav {font: 50px stredovek;}
body {margin:0;}

nav {
  overflow: hidden;
  background-color: #0059b3;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 11;
}

nav a {
  float: left;
  display: block;
  text-align: center;
  padding: 14px 16px;
  text-decoration: none;
  font-size: 21.5px;
  color: white;
}

nav a:hover {
  background: darkblue;
  color: white;
}

section {
  padding: 16px;
  margin-top: 0px;
}


@media screen and (max-width: 1081px) {
nav {position: relative; float: none;}
}

 
