@font-face {
  font-family: "Verlag Bold";
  src: url("../fonts/Verlag\ Bold.otf");
}

nav,
a {
  font-family: "Verlag Bold";
  text-transform: uppercase;
  text-decoration: none;
  color: #cfad67;
}
a:hover {
  text-decoration: underline;
}

nav ul li {
  font-size: 14px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  line-height: 28px;
  padding: 0 10px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

nav ul li.socials {
  font-size: 14px;
}

span.number {
  font-size: 18px;
}

ul {
  list-style: none;
}

ul,
li {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
}
body {
  margin: 0px;
  background-color: rgb(36, 16, 2);
}
.background {
  height: 100vh;
  background-image: url("../images/desktop.png");
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-attachment: fixed;
}
.wrapper {
  margin: 0 auto;
  max-width: 1200px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
header {
  height: 80vh;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
header > img {
  width: 283px;
  height: 255px;
}
main {
  height: 20vh;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

main > nav {
  width: 100%;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  margin-bottom: -30px;
  padding: 30px;
}

@media screen and (max-width: 1100px) {
  nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  nav > ul {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
  }
}

@media screen and (max-width: 760px) {
  header img {
    content: url("../images/logo_mobile.png");
    width: 166px;
    height: 150px;
  }
  .background {
    background: url("../images/mobile.png") no-repeat center center fixed;
    background-size: 100% 100%;
  }
  header {
    height: 70vh;
  }
  main {
    height: 30vh;
  }
  nav ul li {
    font-size: 2vw;
    line-height: 4vw;
  }

  nav ul li.socials {
    font-size: 2vw;
  }

  span.number {
    font-size: 2.4vw;
  }
}
@media screen and (max-width: 600px) {
  nav > ul:first-child {
    width: 100%;
  }
  nav > ul:first-child > li {
    width: 100%;
    text-align: center;
  }
  nav ul li {
    font-size: 2.5vw;
    line-height: 4.5vw;
  }

  nav ul li.socials {
    font-size: 2.1vw;
  }

  span.number {
    font-size: 3.1vw;
  }
}
@media screen and (max-width: 480px) {
  nav ul li {
    font-size: 3vw;
    line-height: 6vw;
  }

  nav ul li.socials {
    font-size: 2.6vw;
  }

  span.number {
    font-size: 3.6vw;
  }
}
