*{
  margin: 0;
  padding:0;
}

body{
  background-image:url("img189 Panorama - Copy.jpg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  width: 100vw;
  height: 100vh;
  margin: 0;
  padding: 0;
}

@media only screen and (orientation:portrait){
  body{
    background-position: -40vw 30vh;
  }
}

@font-face {
    font-family: 'bebas_neueregular';
    src: url('bebasneue-regular-webfont.woff2') format('woff2'),
         url('bebasneue-regular-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

.nav{
  position: fixed;
  width: 100%;
  font-family: Georgia, serif;
  top:0;
}

h1{
  color:red;
  position: absolute;
  bottom: 0;
  right:0;
  font-family: 'bebas_neueregular', sans-serif;
  font-weight: bold;
  text-transform: uppercase;
  font-size: 3em;
}

ul{
    list-style-type: none;
    margin: 0;
    padding: 0;
    background-color: black;
}

li{
    display:inline-block;
    margin-right: -5px;
}

li a{
    display:block;
    color: white;
    text-align: center;
    font-weight: bold;
    text-transform: uppercase;
    font-size: 20px;
    padding: 16px 24px;
    text-decoration: none;
}

li a:hover{
    background-color: white;
    color: black;
}
