:root {
  --paragon-orange: rgb(240, 115, 13);
  font-size: 16px;
}

body {
  padding: 0;
  margin: 0;
  background-color: rgb(23,22,26);
  font-family: 'Roboto';
  color: white;
  overflow-x: hidden;
}

h1 {
  color: white;
  font-size: 55px;
}

h2 {
  color: white;
  font-size: 45px;
}

h3 {
  font-size: 25px;
}

h4 {
  font-size: 20px;
  font-weight: normal;
}

p {
  font-size: 25px;
  font-weight: 300;
  line-height: 40px;
}

.hidden {
  opacity: 0;
}

.flex {
  display: flex;
  gap: 1rem;
}

.header {
  background-color: rgb(23,22,26);
  width: 100%;
  height: 100px;
  margin: 0;
  position: fixed;
  text-align: center;
  z-index: 1;
}

#header-logo {
  height: 80px;
  width: 391px;
  object-fit: cover;
  object-position: left;
  margin-top: 10px;
}

#return-button {
  position: absolute;
  top: 28px;
  left: 15px;
}

#return-button p, i {
  display: inline;
}

#return-button i {
  position: relative;
  top: 3px;
  margin-right: 10px;
}

@media screen and (max-width:1122px) {
  #return-button p {
    display: none;
  }
}

@media screen and (max-width:490px) {
  .header {
    background-color: rgb(23,22,26);
    width: 100%;
    height: 100px;
    margin: 0;
    position: fixed;
    text-align: center;
  }

  #header-logo {
    height: 80px;
    width: auto;
    margin-top: 10px;
    content: url("media/new-paragon-logo-logoOnly-duoWhite-2x.png");
  }
}

.navigation {
  width: 100%;
  height: 80px;
  position: fixed;
  background-color: #17161A;
  display: flex;
  justify-content: space-between;
  align-items: center;
  z-index: 999;
}

#nav-logo {
  margin: auto 30px;
}

.nav-ul  {
  list-style: none;
  justify-content: right;
  margin-right: 10px;
}

.nav-ul li {
  display: inline-block;
  margin-right: 10px;
  margin-left: 10px;
}

.mobile-nav-toggle {
  display: none;
}



@media only screen and (max-width: 1020px) {
  #nav-logo {
    display: none;
  }

  .navigation {
    height: 100vh;
    width: auto;
    inset: 0 0 0 30%;

    transform: translateX(100%);
    transition: transform 350ms ease-out;

    background: hsl(0 0% 0% / 0.95);
  }

  @supports (backdrop-filter: blur(1rem)) {
    .navigation {
      background: hsl(0 0% 0% / 0.5);
      backdrop-filter: blur(1rem);
    }
  }

  .navigation[data-visible="true"] {
    transform: translateX(0%);
  }

  .nav-ul  {
    list-style: none;
    justify-content: right;
    margin: 0 auto;
    padding: 10px;
  }

  .nav-ul li {
    display: block;
    margin-right: 0px;
    margin-left: 0px;
    font-size: 1.8rem;
    margin: 20px 0;
    text-align: center;
  }

  .mobile-nav-toggle {
    display: flex;
    position: fixed;
    top: 2rem;
    right: 2rem;
    height: 2rem;
    width: 2rem;
    background: hsl(0 0% 0% / 0.5);
    box-shadow: 0px 0px 10px 10px rgb(0 0 0 / 50%);
    border-radius: 50%;
    padding: 0;
    border: none;
    color: white;
    z-index: 999;
  }
}

.welcome-block {
  height: 100vh;
  width: 100%;
  background:
    url("media/new-paragon-logo-top-duoWhite-2x.png") center no-repeat,
    url("media/welcome-background-pharaohs.png") right no-repeat;
  background-size: 40vw auto, cover;
  box-shadow: 0px 0px 20px 0px black;

}

.arrow-container {
  position: absolute;
  bottom: 0;
  width: 100%;
  height: auto;
  text-align: center;
}

#welcome-arrow {
  color: var(--paragon-orange);
  vertical-align: bottom;
  position: relative;
  float: bottom;
}

/* blinking animation */
.flashing {
  animation: flashing 1.5s infinite linear;
}

@keyframes flashing {
  0%   {bottom: 10px}
  50%  {bottom: 20px}
  100% {bottom: 10px}
}


@media only screen and (max-width: 1340px) {
  .welcome-block {
    height: 100vh;
    width: 100%;
    background:
      url("media/new-paragon-logo-top-duoWhite-2x.png") center no-repeat,
      url("media/welcome-background-pharaohs.png") right top no-repeat;
    background-size: 40vw auto, cover;
    box-shadow: 0px 0px 20px 0px black;
    text-align: center;
    line-height: 100%;
  }
}

@media only screen and (max-width: 1020px) {
  .welcome-block {
    height: 100vh;
    width: 100%;
    background:
      url("media/new-paragon-logo-top-duoWhite-2x.png") center no-repeat,
      url("media/welcome-background-pharaohs-centered.webp") top no-repeat;
    background-size: 60vw auto, cover;
    box-shadow: 0px 0px 20px 0px black;
    text-align: center;
    line-height: 100%;
  }
}

@media only screen and (max-width: 890px) {
  .welcome-block {
    height: 100vh;
    width: 100%;
    background:
      url("media/new-paragon-logo-top-duoWhite-2x.png") center no-repeat,
      url("media/welcome-background-pharaohs-centered.webp") top no-repeat;
    background-size: 60vw auto, cover;
    box-shadow: 0px 0px 20px 0px black;
    text-align: center;
    line-height: 100%;
  }
}

@media only screen and (max-width: 768px) {
  .welcome-block {
    height: 100vh;
    width: 100%;
    background:
      url("media/new-paragon-logo-top-duoWhite-2x.png") center no-repeat,
      url("media/welcome-background-pharaohs-centered.webp") top no-repeat;
    background-size: 60vw auto, cover;
    box-shadow: 0px 0px 20px 0px black;
    text-align: center;
    line-height: 100%;
  }
}

@media only screen and (max-width: 530px) {
  .welcome-block {
    height: 100vh;
    width: 100%;
    background:
      url("media/new-paragon-logo-top-duoWhite-2x.png") center no-repeat,
      url("media/welcome-background-pharaohs-centered.webp") top no-repeat;
    background-size: 80vw auto, cover;
    box-shadow: 0px 0px 20px 0px black;
    text-align: center;
    line-height: 100%;
  }
}

.info-block {
  height: auto;
  width: 100%;
  text-align: center;
  background-color: rgb(30, 29, 34);
}

.info-block h1 {
  letter-spacing: 2px;
  margin: 0;
}

.info-block h2 {
  color: var(--paragon-orange);
  font-size: 35px;
}

.info-table {
  text-align: center;
  margin-left: auto;
  margin-right: auto;
  border-spacing: 30px;
}

.openings {
  height: auto;
  width: auto;
  vertical-align: top;
}

.age-restrictions {
  height: auto;
  width: auto;
  vertical-align: top;
}

@media only screen and (max-width: 714px) {
  .info-table {
    border-spacing: 0;
  }

  .info-table tr, td {
    display: block;
  }
}

@media only screen and (max-width: 378px) {
  .info-table p {
    font-size: 18px;
  }
}

@media only screen and (max-width: 288px) {
  .info-table p {
    font-size: 16px;
  }
}

.games-block {
  height: auto;
  width: 100%;
  text-align: center;
  line-height: 40px;
  padding-top: 45px;
}

.games-block h1 {
  letter-spacing: 2px;
  margin-top: auto;
  margin-bottom: auto;
  text-align: center;
}

.games-block h2 {
  color: var(--paragon-orange);
  font-size: 35px;
}

@media only screen and (max-width: 620px) {
  .games-block h1 {
    letter-spacing: 2px;
    margin-top: auto;
    margin-bottom: auto;
    text-align: center;
    font-size: 45px;
  }

  .games-block h2 {
    color: var(--paragon-orange);
    font-size: 25px;
  }
}

.learn-more-button {
  height: 50px;
  width: 180px;
  margin: 5px;
  display: inline-block;
  border: 1px solid var(--paragon-orange);
  color: var(--paragon-orange);
  letter-spacing: 2px;
  line-height: 50px;
  text-align: center;
  font-weight: 900;
}

.learn-more-button:hover {
  border: 1px solid white;
  background-color: white;
  color: var(--paragon-orange);
  cursor: pointer;
}

.book-button {
  height: 50px;
  width: 180px;
  margin: 5px;
  display: inline-block;
  border: 1px solid var(--paragon-orange);
  background-color: var(--paragon-orange);
  color: white;
  letter-spacing: 2px;
  line-height: 50px;
  text-align: center;
  font-weight: 900;
}

.book-button:hover {
  border: 1px solid white;
  background-color: white;
  color: var(--paragon-orange);
  cursor: pointer;
}

.coming-soon-button {
  height: 50px;
  width: 180px;
  margin: 5px;
  display: inline-block;
  border: 1px solid var(--paragon-orange);
  background-color: var(--paragon-orange);
  color: white;
  letter-spacing: 2px;
  line-height: 50px;
  text-align: center;
  font-weight: 900;
}

.coming-soon-button:hover {
  border: 1px solid white;
  background-color: white;
  color: var(--paragon-orange);
  cursor: pointer;
}

.game-info {
  display: inline-block;
  text-align: center;
  position: relative;
  top: 20px;
  margin-left: 5px;
  color: rgb(187, 187, 187);
}

.player-count {
  display: inline-block;
  margin-left: 5px;
}

.player-count-icon {
  margin-left: 5px;
  margin-right: 5px;
}

.player-count-text {
  margin-top: 5px;
  margin-bottom: 0;
}

.time-allowed {
  display: inline-block;
  margin-left: 5px;
}

.time-allowed-icon {
  margin-left: 5px;
  margin-right: 5px;
}

.time-allowed-text {
  margin-top: 5px;
  margin-bottom: 0;
}

.cost {
  display: inline-block;
  margin-left: 5px;
}

.cost-icon {
  margin-left: 5px;
  margin-right: 5px;
}

.cost-text {
  margin-top: 5px;
  margin-bottom: 0;
}

@media only screen and (max-width: 1436px) {
  .game-info {
    display: inline-block;
    text-align: center;
    position: relative;
    top: 20px;
    margin-left: 5px;
    color: white;
  }
}

@media only screen and (max-width: 690px) {
  .learn-more-button {
    width: 120px;
  }

  .book-button {
    width: 120px;
  }

  .coming-soon-button {
    width: 120px;
    letter-spacing: normal;
    font-size: 16px;
  }
}

@media only screen and (max-width: 540px) {
  .player-count {
    display: inline-block;
    margin-left: 17px;
    margin-right: 17px;
  }
  .time-allowed {
    display: inline-block;
    margin-left: 17px;
    margin-right: 17px;
  }
  .cost {
    display: inline-block;
    margin-left: 17px;
    margin-right: 17px;
  }
}

@media only screen and (max-width: 479px) {
  .learn-more-button {
    width: 110px;
  }

  .book-button {
    width: 110px;
  }

  .coming-soon-button {
    width: 110px;
    letter-spacing: normal;
    font-size: 16px;
  }

  .player-count {
    display: inline-block;
    margin-left: 2vw;
    margin-right: 15px;
  }
  .time-allowed {
    display: inline-block;
    margin-left: 15px;
    margin-right: 15px;
  }
  .cost {
    display: inline-block;
    margin-left: 15px;
    margin-right: 15px;
  }
}

@media only screen and (max-width: 304px) {
  .learn-more-button {
    width: 80vw;
    display: block;
    margin: none;
    margin-top: 5px;
  }

  .book-button {
    width: 80vw;
    display: block;
    margin: none;
    margin-top: 5px;
  }

  .coming-soon-button {
    width: 80vw;
    letter-spacing: normal;
    font-size: 16px;
    display: block;
    margin: none;
    margin-top: 5px;
  }

  .player-count {
    display: inline-block;
    margin-left: 3vw;
    margin-right: 3vw;
  }
  .time-allowed {
    display: inline-block;
    margin-left: 3vw;
    margin-right: 3vw;
  }
  .cost {
    display: inline-block;
    margin-left: 3vw;
    margin-right: 3vw;
  }
}

/*----------PHARAOHS----------*/
.pharaohs-block {
  height: auto;
  background:
    url("media/pharaohs-foreground-small.png") right center no-repeat,
    url("media/pharaohs-background.webp") center no-repeat;
  background-size: cover;
  box-shadow: 0px 0px 20px 0px black;
  padding-top: 30px;
  padding-bottom: 67px;
  padding-left: 17vw;
  padding-right: 41vw;
}

@media only screen and (min-width: 2300px) {
  .pharaohs-block h2 {
    font-size: 3.7rem;
  }

  .pharaohs-block p {
    font-size: 2rem;
    width: 801px;
  }
}

@media only screen and (max-width: 1260px) {
  .pharaohs-block {
    height: auto;
    background:
    url("media/pharaohs-foreground-simple.webp") right center no-repeat,
    url("media/pharaohs-background.webp") center no-repeat;
    box-shadow: 0px 0px 20px 0px black;
    padding-top: 30px;
    padding-bottom: 67px;
    padding-left: 17vw;
    padding-right: 17vw;
  }
}

@media only screen and (max-width: 880px) {
  .pharaohs-block {
    height: auto;
    background:
    url("media/pharaohs-foreground-simple.webp") right center no-repeat,
    url("media/pharaohs-background.webp") center no-repeat;
    background-position: center;
    background-size: cover;
    box-shadow: 0px 0px 20px 0px black;
    padding-top: 30px;
    padding-left: 17vw;
    padding-right: 17vw;
  }
}

@media only screen and (max-width: 836px) {
  .pharaohs-block {
    height: auto;
    background:
    url("media/pharaohs-foreground-simple.webp") right center no-repeat,
    url("media/pharaohs-background.webp") center no-repeat;
    background-position: center;
    background-size: cover;
    box-shadow: 0px 0px 20px 0px black;
    padding-top: 30px;
    padding-left: 10vw;
    padding-right: 10vw;
  }
}

@media only screen and (max-width: 692px) {
  .pharaohs-block iframe {
    width: 80vw;
  }
}

@media only screen and (max-width: 582px) {
  .pharaohs-block {
    height: auto;
    background:
    url("media/pharaohs-foreground-simple.webp") right center no-repeat,
    url("media/pharaohs-background.webp") center no-repeat;
    background-position: center;
    background-size: cover;
    box-shadow: 0px 0px 20px 0px black;
    padding-top: 30px;
    padding-left: 10vw;
    padding-right: 10vw;
  }
}

@media only screen and (max-width: 540px) {
  .pharaohs-block {
    height: auto;
    background:
    url("media/pharaohs-foreground-simple.webp") right center no-repeat,
    url("media/pharaohs-background.webp") center no-repeat;
    background-position: center;
    background-size: cover;
    box-shadow: 0px 0px 20px 0px black;
    padding-top: 30px;
    padding-left: 10vw;
    padding-right: 10vw;
    text-align: center;
  }

  @media only screen and (max-width: 460px) {
    .pharaohs-block iframe {
      height: 250px;
    }
  }

  .pharaohs-block h2 {
    font-size: 35px;
  }

  .pharaohs-block p {
    font-size: 20px;
  }
}

/*----------CLOCKWORK----------*/
.clockwork-block {
  height: auto;
  margin-top: 20px;
  background:
    url("media/clockwork-foreground-small.png") left no-repeat,
    url("media/clockwork-background.webp") center no-repeat;
    background-size: cover;
  box-shadow: 0px 0px 20px 0px black;
  padding-top: 30px;
  padding-bottom: 67px;
  padding-right: 17vw;
  text-align: right;
}

.clockwork-block p {
  font-size: 1.5rem;
}

@media only screen and (min-width: 2300px) {
  .clockwork-block {
    height: auto;
    margin-top: 20px;
    background:
      url("media/clockwork-foreground-small.png") left no-repeat,
      url("media/clockwork-background.webp") center no-repeat;
      background-size: cover;
    box-shadow: 0px 0px 20px 0px black;
    padding-top: 90px;
    padding-bottom: 90px;
    padding-right: 17vw;
    text-align: right;
  }

  .clockwork-block p {
    font-size: 2rem;
  }
}

@media only screen and (max-width: 1260px) {
  .clockwork-block {
    height: auto;
    background: url("media/clockwork-background.webp") center no-repeat;
    background-size: cover;
    box-shadow: 0px 0px 20px 0px black;
    padding-top: 30px;
    padding-bottom: 67px;
    padding-left: 17vw;
    text-align: right;
  }
  .clockwork-block p {
    padding: 0;
  }
}

@media only screen and (max-width: 930px) {
  .clockwork-block p {
    font-size: 1.2rem;
  }

}

@media only screen and (max-width: 880px) {
  .clockwork-block {
    height: auto;
    background-image: url("media/clockwork-background.webp");
    background-position: center;
    background-size: cover;
    box-shadow: 0px 0px 20px 0px black;
    padding-top: 30px;
    padding-left: 17vw;
    padding-right: 17vw;
  }
}

@media only screen and (max-width: 582px) {
  .clockwork-block {
    height: auto;
    background-image: url("media/clockwork-background.webp");
    background-position: center;
    background-size: cover;
    box-shadow: 0px 0px 20px 0px black;
    padding-top: 30px;
    padding-left: 10vw;
    padding-right: 10vw;
  }
}

@media only screen and (max-width: 540px) {
  .clockwork-block {
    height: auto;
    background-image: url("media/clockwork-background.webp");
    background-position: center;
    background-size: cover;
    box-shadow: 0px 0px 20px 0px black;
    padding-top: 30px;
    padding-left: 5vw;
    padding-right: 5vw;
    text-align: center;
  }

  .clockwork-block h2 {
    font-size: 35px;
  }

  .clockwork-block p {
    font-size: 20px;
    text-align: center;
  }
}

@media only screen and (min-width: 1260px) {
  .clockwork-block p {
    padding-left: 41vw;
  }
}

/*----------FLYTANIC----------*/
.flytanic-block {
  height: auto;
  margin-top: 20px;
  background:
    url("media/flytanic-foreground.png") right center/78.1vw no-repeat,
    url("media/flytanic-background.webp") center no-repeat;
    background-size: cover;
  box-shadow: 0px 0px 20px 0px black;
  padding-top: 30px;
  padding-bottom: 67px;
  padding-left: 17vw;
}

.flytanic-block p {
  font-size: 1.5rem;
  padding-right: 41vw;
}

@media only screen and (min-width: 2300px) {
  .flytanic-block {
    height: auto;
    margin-top: 20px;
    background:
      url("media/flytanic-foreground.png") right center/78.1vw no-repeat,
      url("media/flytanic-background.webp") center no-repeat;
      background-size: cover;
    box-shadow: 0px 0px 20px 0px black;
    padding-top: 90px;
    padding-bottom: 90px;
    padding-left: 17vw;
  }

  .flytanic-block p {
    font-size: 2rem;
  }

}

@media only screen and (max-width: 1260px) {
  .flytanic-block {
    height: auto;
    background: url("media/flytanic-background.webp") center no-repeat;
    background-size: cover;
    box-shadow: 0px 0px 20px 0px black;
    padding-top: 30px;
    padding-bottom: 67px;
    padding-left: 17vw;
    padding-right: 17vw;
  }

  .flytanic-block p {
    padding-right: 0;
  }

}

@media only screen and (max-width: 930px) {
  .flytanic-block p {
    font-size: 1.2rem;
  }

}

@media only screen and (max-width: 880px) {
  .flytanic-block {
    height: auto;
    background-image: url("media/flytanic-background.webp");
    background-position: center;
    background-size: cover;
    box-shadow: 0px 0px 20px 0px black;
    padding-top: 30px;
    padding-left: 17vw;
    padding-right: 17vw;
  }
}

@media only screen and (max-width: 582px) {
  .flytanic-block {
    height: auto;
    background-image: url("media/flytanic-background.webp");
    background-position: center;
    background-size: cover;
    box-shadow: 0px 0px 20px 0px black;
    padding-top: 30px;
    padding-left: 10vw;
    padding-right: 10vw;
  }
}

@media only screen and (max-width: 540px) {
  .flytanic-block {
    height: auto;
    background-image: url("media/flytanic-background.webp");
    background-position: center;
    background-size: cover;
    box-shadow: 0px 0px 20px 0px black;
    padding-top: 30px;
    padding-left: 10vw;
    padding-right: 10vw;
    text-align: center;
  }
  .flytanic-block h2 {
    font-size: 35px;
  }

  .flytanic-block p {
    font-size: 20px;
  }
}

@media only screen and (max-width: 420px) {
  .flytanic-block {
    height: auto;
    background-image: url("media/flytanic-background.webp");
    background-position: center;
    background-size: cover;
    box-shadow: 0px 0px 20px 0px black;
    padding-top: 30px;
    padding-left: 5vw;
    padding-right: 5vw;
  }
}


/*----------REQUIEM----------*/
.requiem-block {
  height: auto;
  margin-top: 20px;
  background:
    url("media/requiem-foreground-small.png") left center/90vw no-repeat,
    url("media/requiem-background.webp") center no-repeat;
    background-size: cover;
  box-shadow: 0px 0px 20px 0px black;
  padding-top: 30px;
  padding-bottom: 67px;
  padding-right: 17vw;
  text-align: right;
}

@media only screen and (min-width: 2300px) {
  .requiem-block {
    height: auto;
    margin-top: 20px;
    background:
      url("media/requiem-foreground-small.png") left center/90vw no-repeat,
      url("media/requiem-background.webp") center no-repeat;
      background-size: cover;
    box-shadow: 0px 0px 20px 0px black;
    padding-top: 90px;
    padding-bottom: 90px;
    padding-right: 17vw;
    text-align: right;
  }

  .requiem-block p {
    font-size: 2rem;
  }
}

@media only screen and (max-width: 1260px) {
  .requiem-block {
    height: auto;
    background: url("media/requiem-background.webp") center no-repeat;
    background-size: cover;
    box-shadow: 0px 0px 20px 0px black;
    padding-top: 30px;
    padding-bottom: 67px;
    padding-left: 17vw;
    text-align: right;
  }
  .requiem-block p {
    padding: 0;
  }
}

@media only screen and (max-width: 880px) {
  .requiem-block {
    height: auto;
    background-image: url("media/requiem-background.webp");
    background-position: center;
    background-size: cover;
    box-shadow: 0px 0px 20px 0px black;
    padding-top: 30px;
    padding-left: 17vw;
    padding-right: 17vw;
  }
}

@media only screen and (max-width: 582px) {
  .requiem-block {
    height: auto;
    background-image: url("media/requiem-background.webp");
    background-position: center;
    background-size: cover;
    box-shadow: 0px 0px 20px 0px black;
    padding-top: 30px;
    padding-left: 10vw;
    padding-right: 10vw;
  }
}

@media only screen and (max-width: 540px) {
  .requiem-block {
    height: auto;
    background-image: url("media/requiem-background.webp");
    background-position: center;
    background-size: cover;
    box-shadow: 0px 0px 20px 0px black;
    padding-top: 30px;
    padding-left: 10vw;
    padding-right: 10vw;
    text-align: center;
  }
  .requiem-block h2 {
    font-size: 35px;
  }

  .requiem-block p {
    font-size: 20px;
  }
}

@media only screen and (max-width: 420px) {
  .requiem-block {
    height: auto;
    background-image: url("media/requiem-background.webp");
    background-position: center;
    background-size: cover;
    box-shadow: 0px 0px 20px 0px black;
    padding-top: 30px;
    padding-left: 5vw;
    padding-right: 5vw;
  }
}

.requiem-block p {
  margin-right: 0;
}

@media only screen and (min-width: 1260px) {
  .requiem-block p {
    padding-left: 41vw;
  }
}

/*----------AWARDS----------*/
.awards-block {
  background-color: rgb(30, 29, 34) !important;
  padding: 30px 0px 30px 0px;
}

.awards-block h1 {
  display: flex;
  justify-content: center;
  margin-bottom: 30px;
}

@media only screen and (max-width: 530px) {
  .awards-block h1 {
    font-size: 40px;
    margin-bottom: 30px;
  }
}

@media only screen and (max-width: 438px) {
  .awards-block h1 {
    font-size: 40px;
    margin-bottom: 30px;
  }
}

@media only screen and (max-width: 314px) {
  .awards-block h1 {
    font-size: 40px;
    margin-bottom: 30px;
  }
}

#awards-container {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}

#golden-lock {
  height: 200px;
  margin-left: 50px;
  margin-right: 50px;
}

#terpeca {
  height: 200px;
  margin-left: 50px;
  margin-right: 50px;
}

#morty {
  height: 200px;
  margin-left: 50px;
  margin-right: 50px;
}

#bullseye {
  height: 250px;
  margin-left: 1px;
  margin-right: 1px;
  position: relative;
  bottom: 15px;
}

@media only screen and (max-width: 1080px) {
  #golden-lock {
    height: 160px;
    margin-left: 50px;
    margin-right: 50px;
  }

  #terpeca {
    height: 160px;
    margin-left: 50px;
    margin-right: 50px;
  }

  #morty {
    height: 160px;
    margin-left: 50px;
    margin-right: 50px;
  }

  #bullseye {
    height: 200px;
    margin-left: 1px;
    margin-right: 1px;
    position: relative;
    bottom: 15px;
  }
}

@media only screen and (max-width: 923px) {
  #golden-lock {
    height: 160px;
    margin-left: 10px;
    margin-right: 10px;
  }

  #terpeca {
    height: 160px;
    margin-left: 10px;
    margin-right: 10px;
  }

  #morty {
    height: 160px;
    margin-left: 10px;
    margin-right: 10px;
  }

  #bullseye {
    height: 200px;
    margin-left: 1px;
    margin-right: 1px;
    position: relative;
    bottom: 15px;
  }
}

@media only screen and (max-width: 683px) {
  #golden-lock {
    height: 140px;
    margin-left: 10px;
    margin-right: 10px;
  }

  #terpeca {
    height: 140px;
    margin-left: 10px;
    margin-right: 10px;
  }

  #morty {
    height: 130px;
    margin-left: 10px;
    margin-right: 10px;
  }

  #bullseye {
    height: 180px;
    margin-left: 1px;
    margin-right: 1px;
    position: relative;
    bottom: 15px;
  }
}


/*----------WHY PARAGON----------*/
.why-paragon-heading {
  width: 100%;
  height: auto;

}

.why-paragon-heading h1 {
  margin-left: 10vw;
}

.why-paragon-block {
  padding-left: 10vw;
  padding-right: 10vw;
}

.why-paragon-block h3 {
  color: var(--paragon-orange);
}

.why-paragon-block td {
  padding-right: 20px;
}

@media only screen and (max-width: 1350px) {
  .why-paragon-heading h1 {
    margin-left: 3vw;
  }
  .why-paragon-block {
    padding-left: 3vw;
    padding-right: 3vw;
  }
}

@media only screen and (max-width: 930px) {
  .why-paragon-heading h1 {
    font-size: 45px;
  }

  .why-paragon-block h3, p {
    font-size: 20px;
  }
}

@media only screen and (max-width: 530px) {
  .why-paragon-heading h1 {
    font-size: 40px;
  }

  .why-paragon-block h3, p {
    font-size: 20px;
  }
}


@media only screen and (max-width: 630px) {
  .why-paragon-block table tr td {
    display: block;
    padding-right: 0;
  }
}

#faq-block {
  background: rgb(30, 29, 34) !important;
}

#faq-block {
  padding-top: 1px;
}

#faq-block h1 {
  margin-bottom: 15px;
  margin-left: 10vw;
}

#faq-block h3 {
  margin-left: 10vw;
  margin-bottom: 0;
  color: var(--paragon-orange);
}

@media only screen and (max-width: 1080px) {
  #faq-block h1 {
    margin-bottom: 5px;
    margin-left: 5vw;
  }

  #faq-block h3 {
    margin-left: 5vw;
    margin-bottom: 0;
    color: var(--paragon-orange);
  }
}

@media only screen and (max-width: 930px) {
  #faq-block h1 {
    font-size: 45px;
  }

  #faq-block h3 {
    font-size: 20px;
  }

}

/*----------FAQ LIST----------*/
.accordion-body {
  margin-top: 30px;
  margin-left: 10vw;
  margin-right: 10vw;
  font-size: 24px;
}

.accordion .container {
  position: relative;
  margin: 10px 10px;
}

/* Positions the labels relative to the .container*/

.accordion .label {
  position: relative;
  padding: 10px 20px 10px 0px;
  padding-right: 20px;
  cursor: pointer;
}

@media only screen and (max-width: 720px) {
  .accordion .label {
    position: relative;
    padding: 10px 0;
    cursor: pointer;
    font-size: 20px;
  }
}

/* Positions the plus sign 5px from the right. Centers it using the transform property. */

.accordion .label::before {
  content: '+';
  font-family: sans-serif;
  color: white;
  position: absolute;
  top: 50%;
  right: -5px;
  font-size: 30px;
  transform: translateY(-50%);
}

/* Hides the content (height: 0), decreases font size, justifies text and adds transition */

.accordion .content {
  position: relative;
  height: 0;
  font-size: 19px;
  color: rgb(172, 172, 172);
  text-align: left;
  width: 800px;
  overflow: hidden;
  transition: 0.5s;
}

@media only screen and (max-width: 1080px) {
  .accordion .content {
    position: relative;
    height: 0;
    font-size: 19px;
    color: rgb(172, 172, 172);
    text-align: left;
    width: auto;
    padding-right: 10px;
    overflow: hidden;
    transition: 0.5s;
  }

  .accordion-body {
    margin-top: 30px;
    margin-left: 5vw;
    margin-right: 5vw;
    font-size: 24px;
  }
}

/* Adds a horizontal line between the contents */

.accordion hr {
  width: 100;
  margin-left: 0;
  border: 1px solid rgb(42, 40, 45);
}


/* Unhides the content part when active. Sets the height */

.accordion .container.active .content {
  height: auto;
}

/* Changes from plus sign to negative sign once active */

.accordion .container.active .label::before {
  content: '-';
  font-size: 30px;
}

/*----------MAP----------*/
#map-block {
  height: 500px;
  width: 100%;
}

#map-block iframe {
  width: 100%;
  height: 500px;
}

/*----------CONTACT----------*/
#contact-block {
  text-align: center;
}

#contact-block h1 {
  margin-bottom: 15px;
}

#contact-block hr {
  width: 300px;
  border: 1px solid var(--paragon-orange);
}

@media only screen and (max-width: 338px) {
  #contact-block hr {
    width: 90vw;
    border: 1px solid var(--paragon-orange);
  }
}

a {
  text-decoration: none;
  color: white;
}

@media only screen and (max-width: 1080px) {
  #contact-block h1 {
    font-size: 45px;
  }
}

@media only screen and (max-width: 640px) {
  #contact-block a {
    font-size: 19px;
  }
}

@media only screen and (max-width: 580px) {
  #contact-block a {
    font-size: 18px;
  }
  #contact-block h1 {
    font-size: 35px;
  }
}

@media only screen and (max-width: 302px) {
  #contact-block a {
    font-size: 18px;
  }
}

@media only screen and (max-width: 257px) {
  #contact-block a {
    font-size: 16px;
  }
}


a:hover {
  color: var(--paragon-orange);
  cursor: pointer;
}

/*----------TEAM BUILDING----------*/
.team-welcome-block {
  width: 100%;
  height: 500px;
  line-height: 500px;
  text-align: center;
  background: rgb(19, 18, 22);
}

.team-welcome-block h1 {
  margin: 0;
}

.team-welcome-block a {
  color: var(--paragon-orange);
  cursor: default;
}

.team-block {
  padding-top: 30px;
  background: rgb(30, 29, 34);
}

#team-building-table {
  border-spacing: 30px;
  margin-left: 10vw;
  margin-right: 10vw;
}

#team-building-table hr {
  border: 1px solid var(--paragon-orange);
}

#contact-td {
  text-align: center;
  vertical-align: top;
}

#contact-td .book-button {
  width: 250px;
  margin-left: 0;
  margin-top: 30px;
}

#team-building-table ul {
  font-size: 24px;
  line-height: 40px;
}

@media only screen and (max-width: 1300px) {
  #team-building-table tr td {
    border-spacing: 30px;
    margin-left: 3vw;
    margin-right: 3vw;
    display: block;
  }
}

@media only screen and (max-width: 830px) {
  .team-welcome-block {
    height: 180px;
    line-height: 180px;
  }
  .team-welcome-block h1 {
    font-size: 40px;
  }

  #team-building-table {
    border-spacing: 30px;
    margin-left: 0;
    margin-right: 0;
    display: block;
  }
  #team-building-table tr td {
    margin-left: 0;
    margin-right: 0;
    display: block;
  }
}

@media only screen and (max-width: 570px) {
  .team-welcome-block {
    height: 180px;
    line-height: 60px;
    padding-top: 60px;
  }
  .team-welcome-block h1 {
    font-size: 40px;
    margin-right: 20px;
    margin-left: 20px;
  }
}

@media only screen and (max-width: 520px) {
  .team-welcome-block h1 {
    font-size: 40px;
    margin-right: 0;
    margin-left: 0;
  }
}

@media only screen and (max-width: 442px) {
  #team-building-table {
    margin-left: 0;
    margin-right: 0;
  }
  #team-building-table tr td {
    margin-left: 0;
    margin-right: 0;
  }
  #contact-td h3 {
    font-size: 20px;
  }
}

@media only screen and (max-width: 343px) {
  .team-welcome-block {
    padding: 0;
  }
  .team-block p, li {
    font-size: 16px;
  }
  .team-block h3 {
    font-size: 20px;
  }
  #contact-td .book-button {
    width: 154px;
  }
  #contact-td h3 {
    font-size: 16px;
  }
  #team-desc-td h3 {
    text-align: center;
  }
}

/*----------PHARAOHS----------*/
#pharaohs-welcome-block {
  width: 100%;
  height: 500px;
  line-height: 500px;
  text-align: center;
  background-image: url("media/pharaohs-background.webp");
  background-position: center;
  background-size: cover;
}

#pharaohs-welcome-block h1 {
  margin: 0;
}

.game-desc-block {
  padding-top: 30px;
  background: rgb(30, 29, 34);
}

#game-desc-table {
  border-spacing: 30px;
  margin-left: 10vw;
  margin-right: 10vw;
}

.game-desc-block hr {
  border: 1px solid var(--paragon-orange);
}

#game-desc-td h2 {
  margin-top: 0;
}

#game-desc-td p {
  line-height: 35px;
}

#game-desc-info-td {
  text-align: center;
  vertical-align: top;
}

#game-desc-info-td h3 {
  margin-top: 20px;
  margin-bottom: 10px;
}

#game-desc-info-td h4 {
  color: var(--paragon-orange);
  margin-top: 0;
  margin-bottom: 40px;
}

#game-desc-info-td .book-button {
  width: 250px;
  margin-left: 0;
  margin-top: 0px;
}

@media only screen and (max-width: 1300px) {
  #game-desc-table tr td {
    border-spacing: 30px;
    margin-left: 3vw;
    margin-right: 3vw;
    display: block;
  }
}

@media only screen and (max-width: 1000px) {
  #game-desc-table {
    margin-left: 1vw;
    margin-right: 1vw;
  }
}

@media only screen and (max-width: 720px) {
  #pharaohs-welcome-block {
    line-height: 60px;
  }

  #pharaohs-welcome-block h1 {
    position: relative;
    top: 200px;
  }
}

@media only screen and (max-width: 433px) {
  #pharaohs-welcome-block h1 {
    font-size: 40px;
  }
}

@media only screen and (max-width: 343px) {
  .game-desc-block h2 {
    font-size: 25px;
    text-align: center;
  }
  .game-desc-block p {
    font-size: 18px;
  }
  .game-desc-block h3 {
    font-size: 20px;
  }
  #game-desc-info-td .book-button {
    width: 154px;
  }
  #game-desc-info-td h3 {
    font-size: 16px;
  }
  #team-desc-td h3 {
    text-align: center;
  }
}

/*----------CLOCKWORK----------*/
#clockwork-welcome-block {
  width: 100%;
  height: 500px;
  line-height: 500px;
  text-align: center;
  background-image: url("media/clockwork-background.webp");
  background-position: center;
  background-size: cover;
}

#clockwork-welcome-block h1 {
  margin: 0;
}

@media only screen and (max-width: 720px) {
  #clockwork-welcome-block {
    line-height: 60px;
  }

  #clockwork-welcome-block h1 {
    position: relative;
    top: 200px;
  }
}

@media only screen and (max-width: 433px) {
  #clockwork-welcome-block h1 {
    font-size: 40px;
  }
}

/*----------FLYTANIC----------*/
#flytanic-welcome-block {
  width: 100%;
  height: 500px;
  line-height: 500px;
  text-align: center;
  background-image: url("media/flytanic-background.webp");
  background-position: center;
  background-size: cover;
}

#flytanic-welcome-block h1 {
  margin: 0;
}

@media only screen and (max-width: 720px) {
  #flytanic-welcome-block {
    line-height: 60px;
  }

  #flytanic-welcome-block h1 {
    position: relative;
    top: 200px;
  }
}

@media only screen and (max-width: 433px) {
  #flytanic-welcome-block h1 {
    font-size: 40px;
  }
}

/*----------RQUIEM----------*/
#requiem-welcome-block {
  width: 100%;
  height: 500px;
  line-height: 500px;
  text-align: center;
  background-image: url("media/requiem-background.webp");
  background-position: center;
  background-size: cover;
}

#requiem-welcome-block h1 {
  margin: 0;
}

@media only screen and (max-width: 720px) {
  #requiem-welcome-block {
    line-height: 60px;
  }

  #requiem-welcome-block h1 {
    position: relative;
    top: 200px;
  }
}

@media only screen and (max-width: 433px) {
  #requiem-welcome-block h1 {
    font-size: 40px;
  }
}

/*----------SLIDESHOW----------*/
#game-desc-hr {
  width: 80vw;
}
/* Slideshow container */
.slideshow-container {
  max-width: 700px;
  position: relative;
  margin: auto;
  margin-top: 60px;
}

/* Hide the images by default */
.mySlides {
  display: none;
}

/* Next & previous buttons */
.prev, .next {
  cursor: pointer;
  position: absolute;
  top: 50%;
  width: auto;
  margin-top: -22px;
  padding: 16px;
  color: white;
  font-weight: bold;
  font-size: 18px;
  transition: 0.6s ease;
  border-radius: 0 3px 3px 0;
  user-select: none;
}

/* Position the "next button" to the right */
.next {
  right: 0;
  border-radius: 3px 0 0 3px;
}

/* On hover, add a black background color with a little bit see-through */
.prev:hover, .next:hover {
  background-color: rgba(0,0,0,0.8);
}

/* Caption text */
.text {
  color: #f2f2f2;
  font-size: 15px;
  padding: 8px 12px;
  position: absolute;
  bottom: 8px;
  width: 100%;
  text-align: center;
}

/* Number text (1/3 etc) */
.numbertext {
  color: #f2f2f2;
  font-size: 12px;
  padding: 8px 12px;
  position: absolute;
  top: 0;
}

/* The dots/bullets/indicators */
.dot {
  cursor: pointer;
  height: 15px;
  width: 15px;
  margin: 0 2px;
  margin-bottom: 30px;
  background-color: #565658;
  border-radius: 50%;
  display: inline-block;
  transition: background-color 0.6s ease;
}

.active, .dot:hover {

}

/* Fading animation */
.fade {
  animation-name: fade;
  animation-duration: 1.5s;
}

@keyframes fade {
  from {opacity: .4}
  to {opacity: 1}
}
