@font-face {
    font-family: 'Tangerine';
    src: url('../font/tangerine-bold.woff2') format('woff2'),
        url('../font/tangerine-bold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: block;
}

@font-face {
    font-family: 'sn-pro';
    src: url('../font/sn-pro-bold.woff2') format('woff2'),
        url('../font/sn-pro-bold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: block;
}
@font-face {
    font-family: 'sn-pro';
    src: url('../font/sn-pro-reg.woff2') format('woff2'),
        url('../font/sn-pro-reg.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: block;
}

@font-face {
    font-family: 'sansation';
    src: url('../font/sansation-reg.woff2') format('woff2'),
        url('../font/sansation-reg.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: block;
}

* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  color: rgb(236, 232, 232);
}

body {
  background-color: rgb(29, 27, 27);
  background-image: url('../img/bg.webp');
  background-size: cover;
  background-repeat: no-repeat;
  background-position-y: 40%;
  background-blend-mode: overlay;
  font-family: 'SN Pro', 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
}

div.page-wrapper {
  display: flex;
  flex-wrap: wrap;
  min-height: 100vh;
  position: relative;
}

nav {
  width: 70%;
  height: 64px;
  line-height: 64px;
  text-align: end;
  padding: 2.5rem 5rem 0 0;
  font-family: 'sn-pro', 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
}
li {
  list-style: none;
}

header {
  width: 30%;
  height: fit-content;
  padding: 2.5rem 0 0 4rem;
}
img#hero-img {
  height: 64px;
  width: 60px;
  margin-bottom: 0.1rem;
}

p.annotation {
  font-family: 'Tangerine', cursive;
  font-weight: bold;
  text-transform: capitalize;
  font-size: 5rem;
  
}
sup {
  text-transform: lowercase;
}
header p.annotation {
  font-size: 1rem;
}
main#container {
  font-size: 3rem;
}
main#container sup {
  font-size: 1.75rem;
}

main {
  display: flex;
  flex-direction: column;
  min-height: 100%;
  padding: 8rem 6rem 0 6rem;
  margin-bottom: 6rem;
}

div#event-name {
  position: relative;
  left: -0.375rem;
}
div#event-name p {
  font-size: 3.5rem;
  text-transform: uppercase;
  font-weight: 600;
  line-height: 3rem;
  letter-spacing: -1.75px;
  word-spacing: 0.375rem;
  font-family: 'sn-pro', 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
}

div#event-details {
  display: flex;
  flex-direction: row;
  line-height: 2rem;
  justify-content: space-between;
}
div#event-details p {
  font-size: 1.25rem;
  color: rgb(165, 240, 52);
  font-family: 'sansation', 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
  font-size: 1.2rem;
}

a {
  text-decoration: none;
}

nav a {
  font-size: 1.25rem;
  letter-spacing: 1.25px;
  word-spacing: 0px;
}
nav a:hover {
  font-weight: 600;
  font-size: 1.175rem;
  color: rgb(165, 240, 52);
}

span {
  font-size: 2.5rem;
  color: rgb(165, 240, 52);
}

footer {
  position: absolute;
  bottom: 0;
  background-color: rgba(245, 249, 245, 0.83);
  width: 100%;
  padding: 0.75rem 2.5rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
  column-gap: 1.5rem;
  height: fit-content;
  font-family: 'sansation', 'SN Pro', 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
}
footer p {
 color: rgb(21, 20, 20);
 font-size: 1rem;

}
div#socials-icons {
  display: flex;
  column-gap: 0.5rem;
}

/* MEDIA QUERIES */
@media (max-width: 1024px) {
  nav {
    padding: 2.5rem 3rem 0 0;
  }

  main {
    padding: 2.5rem 4rem 0 4rem;
  }
  main#container p.annotation {
    font-size: 2.75rem;
  }
  main#container sup {
    font-size: 1.25rem;
  }
  div#event-name p {
    font-size: 2.75rem;
  }

  div#event-details {
    flex-direction: column;
    line-height: 1.25rem;
  }
  div#event-details p {
    font-size: 1rem;
  }

  nav a {
    font-size: 1rem;
  }

  nav a:hover {
    font-size: 0.95rem;
  }

  span {
    font-size: 2rem;
  }

  footer p {
    font-size: 0.75rem
  }
}

@media (max-width: 728px) {
  header {
    padding: 1.75rem 0 0 1.75rem;
  }

  nav {
    padding: 2.5rem 2rem 0 0;
  }

  main {
    padding: 2.5rem 3rem 0 3rem;
  }
  main#container p.annotation {
    font-size: 2.75rem;
  }
  main#container sup {
    font-size: 1.25rem;
  }

  div#event-name {
    position: relative;
    left: -0.275rem;
  }
  div#event-name p {
    font-size: 2.5rem;
    line-height: 2.5rem;
  }

  div#event-details {
    flex-direction: column;
    line-height: 1.2rem;
  }
  div#event-details p {
    font-size: 1rem;
  }

  nav a {
    font-size: 1rem;
  }

  nav a:hover {
    font-size: 0.95rem;
  }

  span {
    font-size: 2rem;
  }

  footer p {
    font-size: 0.75rem
  }
}

@media (max-width: 480px) {
  nav {
    padding: 2.5rem 1.5rem 0 0;
  }

  main {
    padding: 2.5rem 2rem 0 2rem;
    padding: 3rem 1.75rem 4rem 1.5rem;
  }
  main#container p.annotation {
    font-size: 2.5rem;
  }
  main#container sup {
    font-size: 1rem;
  }

  div#event-name p {
    font-size: 2rem;
    line-height: 2rem;
  }

  div#event-details {
    flex-direction: column;
    line-height: 1.2rem;
  }
  div#event-details p {
    font-size: 1rem;
  }

  nav a {
    font-size: 1rem;
  }

  nav a:hover {
    font-size: 0.95rem;
  }

  span {
    font-size: 2rem;
  }

  footer {
    flex-direction: column;
    row-gap: 0.5rem;
  }
  footer p {
    font-size: 0.75rem;
    text-align: center;
  }
}