:root {
  --yellow: #fcf50a;
  --medium-violet-red: #bb598c;
}

body {
  color: #333;
  font-family: Impact, sans-serif;
  font-size: 4.875rem;
  font-weight: 700;
  line-height: 100%;
}

h2 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 32px;
  font-weight: bold;
  line-height: 36px;
}

a {
  color: var(--yellow);
  width: 100%;
  text-decoration: none;
}

a:hover {
  color: #e3ebec;
  text-shadow: -3px 2px 14px var(--yellow);
}

img {
  object-fit: cover;
  width: auto;
  max-width: none;
  height: 100%;
  display: inline-block;
}

.background {
  z-index: 1;
  width: 100%;
  height: 100vh;
  position: fixed;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.background.image {
  background-color: #f55443;
  background-image: url('../images/lola-boum_2024.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.content {
  z-index: 100;
  letter-spacing: .5px;
  width: 100%;
  max-width: 90%;
  height: auto;
  margin-left: auto;
  margin-right: auto;
  font-size: 3vw;
  line-height: 110%;
  position: relative;
}

.content.margin-bottom {
  margin-bottom: 5.5vw;
  font-size: 3vw;
}

.content.margin-bottom-3x {
  letter-spacing: 1px;
}

.content.big {
  font-size: 5.5vw;
  line-height: 100%;
}

.content.big.margin-bottom {
  margin-top: 0;
  margin-bottom: 5.5vw;
}

.content.big.margin-bottom-3x {
  margin-top: 0;
  margin-bottom: 16.5vw;
}

.heading {
  color: var(--yellow);
  text-align: center;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 5%;
  font-size: 14vw;
  line-height: 100%;
}

.hero {
  justify-content: center;
  align-items: center;
  height: 100vh;
  display: flex;
}

.scrolling-text {
  width: 100%;
  height: auto;
  margin-left: auto;
  margin-right: auto;
}

.body {
  color: var(--yellow);
  text-align: center;
  margin-bottom: 14.625rem;
}

.link {
  width: 100%;
  display: block;
}

.link.big {
  font-size: 5.5vw;
  line-height: 100%;
}

.link.big.margin-bottom-3x {
  margin-bottom: 16.5rem;
}

.link.big.margin-bottom-3x:hover {
  color: #d0eff3;
}

.link.big.margin-bottom {
  margin-bottom: 5.5vw;
}

.link.big.margin-bottom:hover {
  color: #d0eff3;
}

.margin-bottom {
  margin-bottom: 4.875rem;
}

.margin-bottom-2x {
  margin-bottom: 9.75rem;
}

.margin-bottom-3x {
  margin-bottom: 14.625rem;
  display: block;
}

.big {
  letter-spacing: .5px;
  font-size: 3rem;
  line-height: 110%;
}

.hover {
  transform-style: preserve-3d;
}

.hover:hover {
  transform: scale3d(1.5, 1, 1);
}

@media screen and (min-width: 1280px) {
  a:hover {
    color: #d0eff3;
  }

  .content {
    max-width: none;
  }

  .hero, .scrolling-text {
    max-width: 90%;
    margin-left: auto;
    margin-right: auto;
  }
}

@media screen and (max-width: 991px) {
  .content {
    font-size: 4vw;
  }

  .content.margin-bottom {
    margin-bottom: 10vw;
    font-size: 4vw;
  }

  .content.big {
    font-size: 10vw;
  }

  .content.big.margin-bottom {
    margin-bottom: 10vw;
  }

  .content.big.margin-bottom-3x {
    margin-bottom: 30vw;
  }

  .heading {
    font-size: 20vw;
  }

  .link.big {
    font-size: 10vw;
  }

  .link.big.margin-bottom-3x {
    margin-bottom: 30vw;
  }
}

@media screen and (max-width: 767px) {
  .scrolling-text {
    padding-left: 2vw;
    padding-right: 2vw;
  }
}



@font-face {
  font-family: 'Impact';
  src: url('../fonts/impact.woff') format('woff');
  font-weight: 700;
  font-style: normal;
  font-display: block;
}