html {
  font-family: "Futura", sans-serif;
  cursor: none;
}

body {
  margin: 0;
}

main {
  text-align: center;
}

button {
  cursor: none;
}
a {
  cursor: none;
}
a:focus-visible {
  outline-offset: 4px;
  outline-color: black;
  outline-width: 4px;
  border-radius: 1px;
}

.main-photo {
  width: 100%;
  max-width: 24px;
  transition-duration: 0.3s;
  transition-timing-function: ease-in-out;
}

.main-photo:hover {
  transform: scale(5) rotate(360deg);
}

/* PVD */
.pvd {
  margin: 0 auto;
  align-items: center;
  max-width: 14rem;
  margin-bottom: 10rem;
  display: flex;
  flex-direction: column;
  margin-top: 4rem;
}

.pvd h1 {
  display: none;
}

.pvd h2 {
  font-weight: unset;
  font-size: 1rem;
  text-transform: uppercase;
  transform: rotate(90deg);
  margin-bottom: 56px;
  margin-left: -400px;
}

.pvd p,
.pvd ol {
  padding: 0;
  margin-bottom: 7rem;
  text-align: justify;
  transform: translateX(80px);
  line-height: 1.5;
}

.pvd ol {
  list-style: none;
}

.pvd-map {
  width: 640px;
  margin-bottom: 200px;
}

@media (max-width: 560px) {
  .pvd-map {
    width: 360px;
  }
}
.glastonbury-button {
  display: none;
  background: blue;
  color: white;
  padding: 8px 12px;
  border-radius: 2px;
  margin-top: 2rem;
  text-decoration: none;
  border: 2px solid blue;
  width: 100%;
  text-align: center;
}

@media (hover: hover) {
  .glastonbury-button {
    display: block;
  }
}

/* LOGO */
.amlogo svg {
  width: 2rem;
  margin-top: 4rem;
  margin-bottom: 7rem;
}

.amlogo:hover svg {
  animation: spin 1.4s;
}

.amlogo:hover svg .a-group path {
  fill: red;
}

.amlogo:hover svg .m-group path {
  fill: blue;
}

@keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

@media (max-width: 600px) {
  .pvd h2 {
    margin-left: 0px;
    margin-bottom: 0px;
    transform: rotate(0deg);
    text-align: end;
  }

  .pvd p,
  .pvd ol {
    transform: unset;
  }
}

/* CURSOR */
.cursor {
  width: 16px;
  height: 16px;
  border-radius: 100%;
  background-color: black;
  position: fixed;
  transform: translate(-50%, -50%);
  pointer-events: none;
  transition: width 0.3s, height 0.3s, opacity 0.3s;
  z-index: 100;
  mix-blend-mode: exclusion;
  display: none;
}

.hover {
  background-color: red;
  outline-offset: 4px;
  width: 16px;
  height: 16px;
  outline: 2px solid red;
  transition-duration: 0.2s;
}

/* GLASTONBURY */
html {
  /* --font-size: clamp(2rem, 4vw, 6rem); */
  --font-size: 2rem;
}

.glastonbury {
  margin: 3rem;
  padding-bottom: 6rem;
  font-size: var(--font-size);
}

.glastonbury h1 {
  margin: 0;
  margin-right: 1.5rem;
  font-size: var(--font-size);
  font-weight: 400;
  line-height: 100%;
  display: inline-block;
}

.glastonbury button {
  font-size: var(--font-size);
  background: none;
  border: none;
  margin: 0 0.24rem;
  color: blue;
  text-decoration: underline;
  font-family: Futura, sans-serif;
  line-height: 100%;
  text-align: start;
  padding: 0;
}

.glastonbury a {
  font-size: var(--font-size);
  line-height: 100%;
  color: red;
  margin: 0 0.24rem;
}

.glastonbury p {
  font-size: var(--font-size);
  margin: 0;
  text-wrap: pretty;
  padding-bottom: 1rem;
}

.glastonbury .gb-highlight {
  background-color: rgba(255, 255, 0, 0.7);
  font-size: 1.5rem;
  font-family: monospace;
}

.glastonbury li {
  margin-bottom: 1rem;
}

.glastonbury .countdown {
  padding: 0 0.4rem;
}

.tabcontent {
  display: none;
  margin-top: 4rem;
}

.glastonbury a:focus-visible,
.glastonbury button:focus-visible {
  outline: unset;
  box-shadow: inset 0px 0px 0 4px inherit;
}

@media (max-width: 700px) {
  .glastonbury {
    margin: 1.5rem;
  }
}

@media (hover: hover) {
  .cursor {
    display: unset;
  }
}
