*, *::before, *::after {
  box-sizing: border-box; 
}

* {
  margin: 0; 
  padding: 0; 
}

ul[role='list'], ol[role='list'] {
  list-style: none; 
}

html:focus-within {
  scroll-behavior: smooth; 
}

a:not([class]) {
  text-decoration-skip-ink: auto; 
}

img, picture, svg, video, canvas {
  max-width: 100%;
  height: auto; 
  vertical-align: middle; 
  font-style: italic; 
  background-repeat: no-repeat; 
  background-size: cover;
}

input, button, textarea, select {
  font: inherit; 
}

@media (prefers-reduced-motion: reduce) {
  html:focus-within {
      scroll-behavior: auto;
  }
  *, *::before, *::after {
      animation-duration: 0.01ms !important;
      animation-iteration-count: 1 !important;
      transition-duration: 0.01ms !important;
      scroll-behavior: auto !important;
      transition: none;
  }
}

body, html {
  height: 100%; 
  scroll-behavior: smooth; 
}

.poppins-thin {
  font-family: "Poppins", sans-serif;
  font-weight: 100;
  font-style: normal;
}

.poppins-extralight {
  font-family: "Poppins", sans-serif;
  font-weight: 200;
  font-style: normal;
}

.poppins-light {
  font-family: "Poppins", sans-serif;
  font-weight: 300;
  font-style: normal;
}

.poppins-regular {
  font-family: "Poppins", sans-serif;
  font-weight: 400;
  font-style: normal;
}

.poppins-medium {
  font-family: "Poppins", sans-serif;
  font-weight: 500;
  font-style: normal;
}

.poppins-semibold {
  font-family: "Poppins", sans-serif;
  font-weight: 600;
  font-style: normal;
}

.poppins-bold {
  font-family: "Poppins", sans-serif;
  font-weight: 700;
  font-style: normal;
}

.poppins-extrabold {
  font-family: "Poppins", sans-serif;
  font-weight: 800;
  font-style: normal;
}

.poppins-black {
  font-family: "Poppins", sans-serif;
  font-weight: 900;
  font-style: normal;
}

.poppins-thin-italic {
  font-family: "Poppins", sans-serif;
  font-weight: 100;
  font-style: italic;
}

.poppins-extralight-italic {
  font-family: "Poppins", sans-serif;
  font-weight: 200;
  font-style: italic;
}

.poppins-light-italic {
  font-family: "Poppins", sans-serif;
  font-weight: 300;
  font-style: italic;
}

.poppins-regular-italic {
  font-family: "Poppins", sans-serif;
  font-weight: 400;
  font-style: italic;
}

.poppins-medium-italic {
  font-family: "Poppins", sans-serif;
  font-weight: 500;
  font-style: italic;
}

.poppins-semibold-italic {
  font-family: "Poppins", sans-serif;
  font-weight: 600;
  font-style: italic;
}

.poppins-bold-italic {
  font-family: "Poppins", sans-serif;
  font-weight: 700;
  font-style: italic;
}

.poppins-extrabold-italic {
  font-family: "Poppins", sans-serif;
  font-weight: 800;
  font-style: italic;
}

.poppins-black-italic {
  font-family: "Poppins", sans-serif;
  font-weight: 900;
  font-style: italic;
}


header {
  min-height: 80vh;
  background: #e4a386 url('/images/header-bg.avif') no-repeat center center/cover;
  background-attachment: fixed;
  text-align: center;
  padding: 50px 0;
  position: relative;
}

nav {
  background: #e4a386;
  display: flex;
  justify-content: center;
  align-items: center;
}

nav ul {
  display: flex;
  justify-content: space-between;
  align-items: center;
  list-style: none;
  width: 550px;
  padding: 40px 0;
}

nav a {
  color: #f8f6f1;
  text-decoration: none;
  text-transform: uppercase;
}

nav a:hover {
}

.container {
  width: 100%;
  max-width: 1024px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.about {
  background: #161616;
  color: #fcf7e8;
  display: flex;
  justify-content: center;
  align-items: center;
}

.about .container {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  padding: 90px 10px 140px 10px;
}

.about-text {
  margin: 0 90px 0 0;
}

.about-image {
  min-width: 246px;
}

.about h3 {
  color: #fcf7e8;
  font-size: 1rem;
}

.about p {
  color: ##fcf7e8;
  font-size: 0.75rem;
}

.creators {
  background: #fbf7ed;
  display: flex;
  justify-content: center;
  align-items: center;
  fill: currentColor;
}

.creators .container {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 90px 10px 90px 10px;
  flex-direction: column;
}

.creators-columns {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  gap: 70px;
  margin: 75px 0 90px 0;
}

.creators-columns div {
  flex-basis: 100%;
}

.creators h2 {
  color: #040302;
  font-size: 1.5rem;
}

.creators h3 {
  color: #000000;
  margin: 0 0 20px 0;
  font-size: 1.125rem;
}

.creators p {
  color: #000000;
  font-size: 0.75rem;
  line-height: 1.5rem;
}
 
.social-links {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 25px;
  margin: 0 0 70px 0;
}

.footer {
  text-align: center;
  max-width: 90%;
}

.credits, .credits a {
  font-size: 0.563rem !important;
  text-decoration: none;
  margin: 30px 0 0 0;
  color: #000000;
}

@media screen and (max-width: 1023px){
  header {
    background-attachment: scr;
  }
  nav ul {
    margin: 0 20px;
  }
  
  .container {
    margin: 0 20px;
  }

  .about .container {
    flex-direction: column-reverse;
  }

  .about-image {
    margin: 0 0 80px 0;
  }

  .about-text {
    margin: 0;
  }

  .creators-columns {
    flex-direction: column;
  }

  header {
    background-attachment: scroll;
  }
} 