header {
  display: flex;
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  margin-inline: auto;
  justify-content: center;
  z-index: 1;
  padding-top: 2.35rem;
  padding-bottom: 2.45rem;
}

nav ul {
  display: flex;
  flex-wrap: nowrap;
  list-style: none;
  font-size: 1.5rem;
  align-items: center;
  margin-left: 0.25em;
}

.nav-dot {
  font-weight: 900;
  margin-right: -0.02em;
  padding: 0.57em 0em 0.43em;
}

nav a {
  font-weight: 500;
  letter-spacing: 0.2em;
  margin-right: -0.2em;
  padding: 1.9em 0.4em;
}

#artists {
  letter-spacing: 0.21em;
  margin-right: -0.21em;
}

#contact {
  margin-left: -0.01em;
}

nav a:hover {
  text-shadow: var(--halos);
  transition: 0.5s;
}

section {
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
  margin: 8.08rem auto 0;
  width: 1152px;
  height: 576px;
  max-width: 100%;
  background-color: #f0ece7;
}

.gay-art-collection-fade img {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  margin: 8.08rem auto 0;
  width: 1152px;
  height: 576px;
  max-width: 100%;
  object-fit: cover;
  opacity: 0;
  background-color: transparent;
  transition: 4s ease-in-out;
}

#gay-art-collection-tom-of-finland {
  object-fit: contain;
  left: -404px;
}

main {
  z-index: 1;
  border-radius: 0.4em;
  padding: 1.5em 1.2em 0em 2em;
  background-color: rgba(0, 0, 0, 0.4);
  animation: 4s ease-in-out fade;
  animation-fill-mode: forwards;
  animation-delay: 1s;
  visibility: hidden;
}

@keyframes fade {
  0% {
    opacity: 0;
  }
  100% {
    visibility: visible;
    opacity: 1;
  }
}

main:hover {
  background-color: #484848;
  transition: 0.8s;
}

#gay-art-collection-copyright {
  display: flex;
  justify-content: center;
  background-color: transparent;
}

#gay-art-collection {
  font-size: 2.3rem;
  font-weight: 400;
  border: 0.05em solid;
  padding: 0.05em 0.03em 0.01em 0.32em;
  margin-left: 0.03em;
  background-color: transparent;
  text-shadow: var(--halo);
  box-shadow: var(--halo);
}

strong {
  font-size: 1.03em;
  font-weight: 800;
  letter-spacing: 0.33em;
  margin-right: -0.04em;
  background-color: transparent;
}

span#G {
  letter-spacing: 0.27em;
  background-color: transparent;
}

span#A {
  letter-spacing: 0.2em;
  background-color: transparent;
}

span#Y {
  letter-spacing: 0.24em;
  background-color: transparent;
}

span#COLLECTION {
  letter-spacing: 0.31em;
  background-color: transparent;
}

#gay-art-collection:hover {
  border: 0.05em solid #fef;
  box-shadow: var(--halos);
  transition: 0.5s;
}

#gay-art-collection-copyright-logo {
  align-self: flex-start;
  font-size: 1rem;
  color: #eee;
  margin: -0.2em 0 0 0.07em;
  background-color: transparent;
  text-shadow: var(--halo);
}

#male-figurative-art {
  font-size: 1.4rem;
  font-weight: 500;
  letter-spacing: 0.37rem;
  margin-right: 0.28em;
  padding: 0.6em 1em 0.7em;
  background-color: transparent;
  text-shadow: var(--halo);
}

#male-figurative-art:hover {
  color: #fef;
  text-shadow: var(--halos);
  transition: 0.5s;
}

footer {
  position: fixed;
  left: 0;
  right: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 1;
  height: 12dvw;
  max-height: 7.2em;
}

footer img {
  width: 24px;
  aspect-ratio: 1 / 1;
  margin: 0em 0.16em;
}

footer a img:hover {
  border: 0;
}

#hidden-link-mobile {
  display: none;
}

@media (max-width: 1152px) {
  #gay-art-collection-tom-of-finland {
    left: calc(315px - 70dvw);
  }
}

@media (max-width: 1024px) {
  header {
    padding-top: clamp(0.42rem, 3.2dvw + 0.1rem, 1.95rem);
    padding-bottom: clamp(0.3rem, 3.4dvw + 0.1rem, 2.05rem);
  }

  nav a {
    padding: 2.4rem 0.4em;
  }

  section,
  .gay-art-collection-fade img {
    margin: clamp(0.3rem, 12.9dvw + 0.1rem, 7.25rem) auto 0;
  }
}

@media (max-width: 800px) {
  header {
    padding-top: clamp(0.8rem, 1.8dvw + 0.1rem, 1.8rem);
    padding-bottom: clamp(0.9rem, 1.9dvw + 0.1rem, 1.9rem);
  }

  nav a {
    padding: 1.3rem 0.4em;
  }

  section,
  .gay-art-collection-fade img {
    margin: clamp(4.9rem, 10.5dvw + 0.1rem, 5.5rem) auto 0;
  }
}

@media (max-width: 720px) {
  #hidden-link-mobile {
    display: inline;
  }

  #hidden-link {
    display: none;
  }
}

@media (max-width: 580px) {
  header {
    padding-top: clamp(0.05rem, 3.8dvw + 0.1rem, 0.5rem);
    padding-bottom: clamp(0.06rem, 4.9dvw + 0.1rem, 0.65rem);
  }

  nav ul {
    font-size: clamp(1.05rem, 5.3dvw + 0.1rem, 2.2rem);
    margin: auto;
    margin: 0 0 0 0;
  }

  .nav-dot {
    margin-right: 0;
    padding: 0.2em 0em 0.1em;
  }

  nav a {
    font-weight: 400;
    letter-spacing: 0.1em;
    margin-right: -0.1em;
    padding: 0.16em 0.25em 0.4em;
  }

  #artists {
    letter-spacing: 0.13em;
    margin-right: -0.13em;
    padding-left: 0.54em;
  }

  #contact {
    padding-right: 0.5em;
  }

  section,
  .gay-art-collection-fade img {
    margin: clamp(3.2rem, 11.5dvw + 0.1rem, 4.15rem) auto 0;
    width: 560px;
  }

  #gay-art-collection-tom-of-finland {
    object-fit: cover;
    left: 0;
  }

  main {
    padding: 1.1em 1.2em 0.1em 2em;
    background-color: rgba(0, 0, 0, 0.5);
    margin-right: 0.2em;
  }

  #gay-art-collection {
    font-size: clamp(1.1rem, 6.9dvw + 0.1rem, 2.75rem);
    padding: 0.05em 0.048em 0.01em 0.25em;
    margin-left: 0.05em;
  }

  strong {
    letter-spacing: 0.17em;
  }

  span#G {
    letter-spacing: 0.14em;
  }

  span#A {
    letter-spacing: 0.1em;
  }

  span#Y {
    letter-spacing: 0.1em;
  }

  span#COLLECTION {
    letter-spacing: 0.2em;
  }

  #gay-art-collection-copyright-logo {
    font-size: clamp(0.4rem, 2.6dvw + 0.1rem, 1.2rem);
  }

  #male-figurative-art {
    font-size: clamp(0.2rem, 4.2dvw + 0.1rem, 1.5rem);
    letter-spacing: 0.16em;
    margin-right: 0.3em;
  }

  footer {
    min-height: 4.8em;
  }
}

@media (max-width: 380px) {
  main {
    padding: 1em 1.2em 0em 2em;
  }

  #gay-art-collection {
    font-size: clamp(1.1rem, 6.75dvw + 0.1rem, 2.75rem);
  }

  footer {
    bottom: 0;
    min-height: 0;
  }

  footer img {
    width: 20px;
    margin-top: 0.4em;
  }
}

@media (max-width: 340px) {
  main {
    padding: 0.8em 1.2em 0em 2em;
  }

  #gay-art-collection {
    font-size: clamp(1.1rem, 6.65dvw + 0.1rem, 2.75rem);
  }

  section,
  .gay-art-collection-fade img {
    margin: clamp(2.6rem, 14dvw + 0.1rem, 3rem) auto 0;
  }
}
