/* Mobile first 480px */
body {
  font-family: "Roboto", sans-serif;
  margin: 0;
  padding: 0;
  height: 100%;
  box-sizing: border-box;
  line-height: 1.5;
}

.main-header {
  display: flex;
  box-sizing: border-box;
  align-items: center;
  background-color: #011827;
  color: #FFFFFF;
}
.main-header .logo img {
  min-width: 128px;
  min-height: 82px;
  margin: 26px 0 36px 27px;
  border-radius: 17px 0 0 0;
}
.main-header .headline {
  color: #FFFFFF;
  font-size: 24px;
  font-weight: 700;
  display: grid;
  width: 78px;
  height: 84px;
  margin: 25px 13px 35px;
  line-height: 28.13px;
}

.menubutton {
  font-size: 24px;
  color: white;
  background: none;
  border: none;
  cursor: pointer;
}

.headermenu .menubutton {
  position: absolute;
  top: 20px;
  right: 10px;
}
.headermenu p {
  display: none;
}

.headermenu.show p {
  display: block;
}

#overlay.hidden {
  display: none;
}

#overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  background: rgba(255, 255, 255, 0.5);
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 1000;
  opacity: 0;
  transition: opacity 0.5s ease, visibility 0s 0.5s;
  visibility: hidden;
}
#overlay .menubutton {
  display: none;
}
#overlay #closeButton {
  background-color: #011827;
  color: #011827;
  padding: 0;
  position: absolute;
  top: 10px;
  right: 10px;
  border: none;
  opacity: 0;
  transition: opacity 0.5s ease;
}
#overlay .modal.show #closebutton {
  opacity: 1;
}
#overlay p {
  color: #FFFFFF;
  font-size: 36px;
  font-family: "Roboto", sans-serif;
  font-weight: 700;
  margin-top: 100px;
  margin-bottom: 10px;
  line-height: 42px;
}

.show {
  opacity: 1;
  visibility: visible;
  transition: opacity 0.5s ease;
}

.modal {
  width: 90vw;
  max-width: 410px;
  height: 730px;
  background: #011827;
  padding: 20px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
  position: relative;
  text-align: center;
  opacity: 0;
  transition: opacity 0.5s ease;
}

.modal.show {
  opacity: 1;
}

.image2 {
  height: auto;
  width: 100%;
}

.image2desktop {
  display: none;
}

.container1,
.container3 {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 30px;
  font-weight: 700;
  font-size: 24px;
}

.onlinered {
  display: none;
}

.onlinered2 {
  display: none;
}

.component1,
.component2,
.component4,
.component5,
.component6 {
  width: 308px;
  height: 66px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 24px;
  font-weight: 700;
  border: none;
  box-shadow: none;
}

.component1,
.component2 {
  background-color: #8ACFE5;
  border-radius: 3px;
}

.component4 {
  background-color: #011827;
  color: #8ACFE5;
  border: 2px solid #8ACFE5;
  border-radius: 3px;
  align-items: center;
  margin-top: 15px;
}

.component5,
.component6 {
  background-color: #E3170A;
  color: #FFFFFF;
  border-radius: 3px;
  margin-bottom: 80px;
  margin-right: 130px;
}

.onlinechallenges {
  display: flex;
  justify-content: center;
  margin-top: 20px;
  margin-bottom: 20px;
  font-weight: 700;
  font-size: 16px;
  line-height: 18.75px;
}

a:visited {
  color: #36769D;
}

.imgcontainer {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 20px;
}
.imgcontainer .image3:nth-of-type(2),
.imgcontainer .textimage3:nth-of-type(2) {
  display: none;
}

.secondimage,
.textimage3 {
  max-width: 100%;
  margin-right: 20px;
  margin-left: 15px;
  height: auto;
  font-size: 24px;
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  line-height: 28.13px;
}
.secondimage p,
.textimage3 p {
  margin-bottom: 5px;
}
.secondimage .image3,
.textimage3 .image3 {
  margin-right: 20px;
}
.secondimage .johndoe,
.textimage3 .johndoe {
  font-weight: 400;
  font-size: 18px;
  margin-top: 5px;
}

.secondimage {
  display: none;
}

.h2 {
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  margin-left: 35px;
  font-size: 32px;
}

.container2 {
  display: flex;
  margin-left: 50px;
  gap: 20px;
  background-color: #FFFFFF;
  overflow: hidden;
}

.starsgroup {
  display: flex;
  align-items: center;
  margin-top: -22px;
  margin-left: 22px;
}
.starsgroup .star,
.starsgroup .star5 {
  margin-left: 2px;
  width: 23.08;
  height: auto;
  margin: 3px;
}

.group4,
.group5,
.group6 {
  width: 100%;
  height: 466px;
  margin-right: 3px;
  background-color: #FFFFFF;
  border: 3px solid rgba(0, 0, 0, 0.089);
  border-radius: 8px;
  box-sizing: border-box;
}
.group4 .group5,
.group5 .group5,
.group6 .group5 {
  width: 80%;
}
.group4 .group6,
.group5 .group6,
.group6 .group6 {
  width: 100%;
}
.group4 h3,
.group5 h3,
.group6 h3 {
  font-size: 28px;
  font-weight: 400;
  line-height: 32.81px;
  margin-top: 10px;
  margin-left: 20px;
  margin-bottom: 10px;
}
.group4 p,
.group5 p,
.group6 p {
  font-weight: 400;
  font-size: 18px;
  margin-left: 20px;
  line-height: 21.09px;
  margin-right: 15px;
  margin-top: 10px;
}
.group4 .participants,
.group5 .participants,
.group6 .participants {
  font-size: 14px;
}
.group4 .rectangle7-button,
.group5 .rectangle7-button,
.group6 .rectangle7-button {
  background-color: #E3170A;
  width: 179.26px;
  height: 44px;
  border-radius: 4px;
  font-family: "Roboto", sans-serif;
  font-weight: 700;
  color: #FFFFFF;
  margin-left: 170px;
  border: none;
}

.text-section {
  height: 500px;
  width: 100%;
  background-color: #011827;
  color: #FFFFFF;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.text-section .middlequote {
  font-size: 28px;
  align-items: center;
  justify-content: center;
  font-weight: 400;
  margin-left: 20px;
  margin-top: 20px;
  margin-bottom: 10px;
  text-align: center;
}

.h3build {
  margin-left: 20px;
  line-height: 37.5px;
  font-size: 32px;
}

.nesapicdesktop {
  display: none;
}

.kellypicdesktop {
  display: none;
}

.pbuild,
.pvenue {
  font-weight: 400;
  margin-left: 20px;
  margin-right: 20px;
  font-size: 24px;
  font-family: "Roboto", sans-serif;
  line-height: 28.13px;
}

.venue {
  margin-left: 20px;
  line-height: 37.5px;
  margin-right: 20px;
  font-size: 32px;
}

.footer {
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: 566px;
  background: #011827;
  color: #FFFFFF;
  font-family: "Roboto", sans-serif;
}
.footer .esch3 {
  margin-top: 30px;
  margin-left: 21px;
}
.footer h3 {
  margin-left: 21px;
  margin-bottom: 20px;
}
.footer p {
  margin-left: 21px;
  font-weight: 400;
  font-size: 18px;
  margin-right: 20px;
  display: block;
  margin-top: 2px;
  margin-bottom: 2px;
  line-height: 21.09px;
}
.footer .ecstext {
  margin-top: -15px;
}
.footer .site h3 {
  margin-bottom: 5px;
}
.footer .follow {
  height: 220px;
}
.footer .follow h3 {
  margin-bottom: 5px;
}

@media (min-width: 768px) {
  .headline {
    font-size: 36px;
    white-space: nowrap;
    text-align: left;
  }
}
@media (min-width: 1280px) {
  .h2 {
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .logo img {
    margin: 40px 0 50px 30px;
  }
  .headermenu {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 130px;
    gap: 50px;
    font-weight: 700;
    font-family: "Roboto", sans-serif;
    font-size: 24px;
  }
  .headermenu p {
    margin-top: 40px;
    padding: 0 15px;
    display: block;
  }
  .headermenu p:hover {
    color: #8ACFE5;
  }
  .headermenu .menubutton {
    display: none;
  }
  .group4,
  .group5,
  .group6 {
    width: 366px;
  }
  .starsgroup p {
    margin-left: 120px;
  }
  .text-section {
    display: flex;
    justify-content: center;
  }
  .middlequote {
    text-align: center;
    max-width: 600px;
  }
  .onlinechallenges {
    display: none;
  }
  .headline {
    text-align: center;
    margin-bottom: 40px;
    margin-top: 40px;
  }
  .container1 {
    position: relative;
    margin-bottom: 20px;
  }
  .component1 {
    position: absolute;
    bottom: 50%;
    left: 50%;
    transform: translate(10%, 0%);
  }
  .onlinered {
    position: relative;
    display: block;
    font-family: "Roboto", sans-serif;
    font-weight: 700;
    background: #E3170A;
    font-size: 24px;
    color: #FFFFFF;
    width: 308px;
    height: 66px;
    margin-right: 10px;
    border-radius: 4px;
    border: none;
    position: absolute;
    bottom: 50%;
    left: 51.5%;
    transform: translate(-100%, 0%);
  }
  .container3 {
    display: flex;
    margin-top: 40px;
    margin-bottom: 20px;
    align-items: center;
    justify-content: center;
    margin-left: 50px;
  }
  .onlinered2 {
    display: block;
    font-family: "Roboto", sans-serif;
    font-weight: 700;
    background: #E3170A;
    font-size: 24px;
    color: #FFFFFF;
    width: 308px;
    height: 66px;
    margin-right: 10px;
    border-radius: 4px;
    border: none;
  }
  .main-header {
    height: 216px;
  }
  .main-header .headline {
    font-size: 40px;
    align-items: center;
  }
  .image2desktop {
    display: flex;
    height: auto;
    width: 100%;
  }
  .container2 {
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .image2 {
    display: none;
  }
  .imgcontainer {
    display: flex;
    justify-content: center;
    flex-direction: row;
    margin-left: 100px;
  }
  .imgcontainer .image3:nth-of-type(2),
  .imgcontainer .textimage3:nth-of-type(2) {
    display: block;
  }
  .imgcontainer .textimage3 {
    margin-right: 110px;
  }
  .imgcontainer .image3:nth-of-type(2) {
    margin-left: -50px;
  }
  .containergrid {
    display: grid;
    grid-template-columns: 1fr 1fr;
  }
  .nesapicdesktop {
    display: grid;
    grid-column: 1/2;
    grid-row: 1;
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  .nesapic {
    display: none;
  }
  .rightside {
    grid-column: 2/3;
    grid-row: 1;
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .rightside .container1 {
    margin-top: 10px;
  }
  .h3build {
    margin-top: 60px;
    margin-right: 90px;
    width: 400px;
  }
  .pbuild {
    margin-right: 60px;
    margin-bottom: 5px;
    width: 416px;
  }
  .component5 {
    margin-bottom: 10px;
  }
  .venue {
    margin-top: 60px;
    margin-right: 20px;
    margin-left: 60px;
    width: 400px;
  }
  .pvenue {
    margin-right: 60px;
    margin-left: 60px;
    width: 416px;
  }
  .component6 {
    margin-right: 220px;
    margin-bottom: 140px;
  }
  .kellypicdesktop {
    display: grid;
    grid-column: 2/3;
    grid-row: 2;
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  .kellypic {
    display: none;
  }
  .nesapicdesktop img,
  .kellypicdesktop img {
    width: 100%;
    height: auto;
  }
  .footer {
    height: 467px;
    flex-direction: row;
    align-items: center;
    gap: 100px;
  }
  .footer .escaperooms {
    width: 500px;
    margin-right: 80px;
  }
  .footer .escaperooms .ecstext {
    width: 420px;
  }
  .footer .escaperooms .footer h3 {
    margin-bottom: 10px;
  }
}

/*# sourceMappingURL=styles.css.map */
