/* html {
  scroll-behavior: smooth;
} */

html {
  overflow-x: hidden;
}

body {
  text-align: center;
  text-transform: uppercase;
  font-family: serenity, sans-serif;
  font-weight: 600;
  font-style: normal;
  padding: 0;
  margin: 0;
  /* background-attachment: fixed; */
  background-position: center;
  background-image: url("https://b0df3b.claudeassets.com/20210926212414im_/https://christsmayball.com/resources/light-mob-bg.png");
  background-size: 100% 100%;
  background-repeat: no-repeat;
}

h1 {
  line-height: 5vw;
}

.title .contain-bottom {
  position: relative;
}


.landing {
  width: 100%;
  background-image: url("https://397a22.claudeassets.com/20210926212414im_/https://christsmayball.com/resources/dark\ bg.png");
  background-repeat: no-repeat;
  background-position: center;
  text-align: center;
  height: 100%;
  position: relative;
  background-size: 100% 100%;
}

.landing .inner {
  position: absolute;
  top: 30%;
  left: 50%;
  transform: translate(-50%, -30%);
}

.header {
  height: auto;
  text-align: left;
}

.nav-container {
  text-align: right;
}

.nav {
  color: white;
  position: fixed;
  display: block;
  right: 0;
  font-size: 1.5vw;
  text-decoration: none;
  padding-top: 1vw;
  padding-right: 20px;
}

.nav a {
  text-decoration: none;
}

.nav p {
  text-decoration: none;
}

.smoke-header {
  height: 8vw;
  width: 100vw;
  position: fixed;
  opacity: 99%;
  pointer-events: none;
  z-index: 1;
}

.tickets {
  position: relative;
  background-size: cover;
  padding-bottom: 20vh;
}

/* ENQUIRIES */
.enquiries {
  position: relative;
  padding-top: 2vh;
  padding-bottom: 10vh;
  height: max-content;
  display: inline-block;
  width: 100%;
  min-height: 90vh;
}

.enquiries h2 {
  color: #2E2E35;
  font-size: 4em;
}

.faqs h2 {
  color: white;
  font-size: 4em;
  margin-top: 25px;
}

.e-header-div {
  position: relative;
  z-index: 1;

}

.enquiries p {
  font-size: 1.2em;
  color: #2E2E35;
}

.enquiries p a {
  color: #2E2E35;
  text-decoration: none;
}



.head {
  font-weight: 200;
}

.department {
  font-weight: 400;
  font-size: 1.2em;
}

/* .item img {
  clip-path: circle(100px at 62% 50%);
  height: auto;
  width: 33vw;
} */

.item a p:hover {
  text-decoration: none;

}

.image-cropper {
  width: 20em;
  display: inline-block;
  height: 20em;
  position: relative;
  overflow: hidden;
  border-radius: 50%;
  max-width: 40vw;
  max-height: 40vw;
}

.image-cropper img {
  display: inline;
  margin: 0 auto;
  height: 100%;
  width: auto;
}

.col-sm {
  
}



.mbtn {
  border: 5px solid #E7B62F;
  background-color: transparent;
  color: #2E2E35;
  font-size: 2em;
  cursor: pointer;
  font-family: serenity, sans-serif;
  font-weight: 600;
  font-style: normal;
  text-transform: capitalize;
  width: 30%;
}

.default {
  border-color: #E2A62B;
  color: #2E2E35;
}

.default:hover {
  background: #e7e7e7;
}

.header div {
  text-decoration: none;
  z-index: 2;
}

.header div a {
  color: white;
  z-index: -1000;
}

.mobile-img {
  visibility: hidden;
  height: 0px;
}

.faqs {
  display: block;
  overflow: auto;
  background-image: url('https://397a22.claudeassets.com/20210926212414im_/https://christsmayball.com/resources/dark\ bg.png');
  background-size: 100% 100%;
  padding-top: 7vh;
  padding-bottom: 30vh;
}

.faqs-blur {
  -webkit-filter: blur(20px);
  -moz-filter: blur(20px);
  -o-filter: blur(20px);
  -ms-filter: blur(20px);
  filter: blur(20px);

}

@media only screen and (max-device-width: 800px) {
  .nav {
    font-size: 1.16em;
  }

  .landing .title {
    width: 100%;
  }

  .landing .bottom-line {
    width: 100%;
    overflow: unset;
  }

  .mayball {
    font-size: 2.55em;
  }

  .christs {
    font-size: 3.8em;
  }

  .e-header-div {
    z-index: 0;
  }

  .enquiries h2 {
    font-size: 3em;
  }

  .workers .workers-text {
    width: 100%;
    padding-top: 20px;
  }

  .workers h2 {
    font-size: 3em;
    padding-top: 40px;
  }

  .btn {
    width: 54%;
  }
}

.mobile-img {
  visibility: hidden;
  height: 0px;
}


div .collapsible {
  border: none;
  box-shadow: 0 0px 0px black;

}

div .collapsible-header {
  background-color: transparent;
  color: #E7B62F;
  cursor: pointer;
  margin: 0;
  padding: 0;
  padding-bottom: 5vw;
  width: 100%;
  border: none;
  text-align: left;
  outline: none;
  font-size: 2.5vw;
  font-weight: 300;
  line-height: 1em;
}

.active:after {
  content: "\2212";
}

div .collapsible-body {
  border: none;
  color: #D1D1D1;
  padding-top: 0;
  font-size: 1.5vw;
  font-weight: 200;
  overflow: hidden;
  transition: max-height 0.2s ease-out;
  background-color: transparent;
}

div .collapsible-body p {
  padding: 0;
  margin: 0;
}


@media only screen and (max-device-width: 800px) {
  body {
    background-size: auto 100%;
    overflow-x: hidden;
  }

  .faqs {
    background-size: auto 100%;
    overflow-x: hidden;
  }

  .faqs {
    background-size: auto 100%;
  }

  .big-img {
    visibility: hidden;
    height: 0px;
  }

  .mobile-img {
    visibility: visible;
    height: auto
  }


  .smoke-header{
    height: 12vw;
  }



  div .collapsible {
    border: none;

  }

  div .collapsible-header {
    background-color: transparent;
    color: #E7B62F;
    cursor: pointer;
    margin: 0;
    padding: 0;
    width: 100%;
    border: none;
    text-align: left;
    outline: none;
    font-size: 3.5vw;
    font-weight: 300;
    line-height: 1em;
  }

  .active:after {
    content: "\2212";
  }

  div .collapsible-body {
    border: none;
    color: #D1D1D1;
    font-size: 3vw;
    font-weight: 200;
    overflow: hidden;
    transition: max-height 0.2s ease-out;
    background-color: transparent;
  }

  div .collapsible-body p {
    padding: 0;
    margin: 0;
  }

  .item img {
    width: 50vw;
  }
}


@media only screen and (min-device-width: 500px) and (max-device-width: 800px) {
  .landing {
    background-size: auto 100%;
    background-repeat: repeat-x;
  }


}

@media only screen and (min-device-width: 960px) {

  .smoke-header {
    top: -3vh;
  }
}
/*
     FILE ARCHIVED ON 19:46:05 Jun 26, 2020 AND RETRIEVED FROM THE
     INTERNET ARCHIVE ON 10:47:53 Jul 10, 2026.
     JAVASCRIPT APPENDED BY WAYBACK MACHINE, COPYRIGHT INTERNET ARCHIVE.

     ALL OTHER CONTENT MAY ALSO BE PROTECTED BY COPYRIGHT (17 U.S.C.
     SECTION 108(a)(3)).
*/
/*
playback timings (ms):
  captures_list: 0.358
  exclusion.robots: 0.036
  exclusion.robots.policy: 0.029
  esindex: 0.006
  cdx.remote: 5.928
  LoadShardBlock: 184.008 (3)
  PetaboxLoader3.datanode: 148.386 (4)
  PetaboxLoader3.resolve: 272.14 (2)
  load_resource: 285.327
*/