.w-layout-blockcontainer {
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

@media screen and (max-width: 991px) {
  .w-layout-blockcontainer {
    max-width: 728px;
  }
}

@media screen and (max-width: 767px) {
  .w-layout-blockcontainer {
    max-width: none;
  }
}

.body {
  background-color: #1b1b1b;
  padding-top: 40px;
}

.splash-text-2026 {
  color: #e6e6e6;
  text-align: center;
  padding-left: 20px;
  padding-right: 20px;
  font-family: Droid Serif, serif;
  font-size: 21px;
  font-weight: 400;
  line-height: 30px;
}

.larger-splash {
  color: #fa7b55;
  font-size: 24px;
  font-weight: 700;
  line-height: 30px;
}

.splash-container-2026 {
  text-align: center;
  background-color: #000;
  border-radius: 20px;
  padding-top: 40px;
  padding-bottom: 40px;
}

.image {
  margin-top: 10px;
  margin-bottom: 20px;
}

.splash-small-2026 {
  font-size: 18px;
  line-height: 18px;
}

.splash-p-2026 {
  color: #e5e5e5;
  text-align: center;
  padding-left: 10px;
  padding-right: 10px;
  font-family: Droid Serif, serif;
  font-size: 14px;
  line-height: 18px;
}

.splash-button {
  text-transform: uppercase;
  background-color: #006066;
  border-radius: 20px;
  margin-top: 10px;
  margin-bottom: 60px;
  font-family: Droid Sans, sans-serif;
  font-size: 18px;
}

.splash-button:hover {
  background-color: #00a2ac;
}

.paragraph {
  font-family: Droid Sans, sans-serif;
  font-size: 24px;
  font-weight: 400;
}

.enter-link-2026 {
  color: #e5e5e5;
  font-family: Droid Sans, sans-serif;
  font-size: 18px;
}

.enter-link-2026:hover {
  text-decoration: none;
}


