@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap');

.fullscreen-cover h1 {
  font-family: "Montserrat", Helvetica, sans-serif;
  font-size: 3.5vw;
  font-weight: 600;
  display: block;
}

.red {
  background:#ae080e;
  font-size: 1.2vw !important;
  display:block; width:100%; text-align:center; z-index:9999999999999;
}

.gold
{
  text-transform: uppercase;
  letter-spacing: 3px;
  display: block;
  margin: 0 0 10px 0;
  color: #ebd7b2;
  font-weight: 600;
   display:block; width:100%; text-align:center; z-index:9999999999999;
}

.fullscreen-cover h2 {
  color: #ffffff !important;
  font-family: "Montserrat", Helvetica, sans-serif;
  font-size: 2vw;
  display: block;
  clear: both;
  /* Større tekst */
  font-weight: 600;
  text-align: center;
  margin: 0 auto;
  max-width: 70%;
  /* Sørger for at teksten ikke overstiger 70% av skjermen */
  z-index: 999;
  opacity: 0;
  /* Start usynlig */

  /* Legg til tekstskyggene for ekstra effekt */
  text-shadow: 0 0 10px rgba(0, 0, 0, 0.7),
    0 0 20px rgba(0, 0, 0, 0.5),
    0 0 30px rgba(0, 0, 0, 0.3);

  /* Animasjon for fade-in */
  animation: fadeIn 2s ease-out forwards;
}