/* Text Elements */

h1 {
  color: #000;
  text-align: center;
  font-weight: 700;
  font-family: 'Archivo', sans-serif;
}

h1.main-heading {
  color: #fff;
  text-transform: uppercase;
  text-shadow: #151515 2px 2px 30px;
  letter-spacing: 5px;
  font-weight: 700;
  font-style: normal;
  font-variant: normal;
  font-size: 2.5rem;
  font-family: 'Archivo', sans-serif;
}

h1#book-heading {
  font-size: 8vw;
}

h1.Stayhead {
  color: #fff;
  font-size: 38px;
}

h1.heading-3 {
  color: #fff;
}

h2.offer-heading {
  padding-bottom: 27px;
  color: #eaeaea;
  text-align: center;
  font-weight: 600;
  font-size: 36px;
  font-family: 'Archivo', sans-serif;
}

h3.heading-1 {
  padding-left: 0;
  background-color: #151515;
  color: #fff;
}

h4.ContactSubHeading {
  padding-top: 5px;
  color: #fff;
  font-size: 18px;
}

h4.heading-2 {
  margin: 1px 11.6% 18px 5%;
  padding-right: 0;
  width: auto;
  color: #fff;
  font-family: 'Archivo', sans-serif;
}

h4.heading-4 {
  color: #fff;
  text-align: center;
  font-family: 'Archivo', sans-serif;
}

h5.Fac-heading {
  color: #fff;
  font-family: 'Archivo', sans-serif;
}

h5.privacyHead {
  margin-left: 5%;
  color: #fff;
  font-family: 'Archivo', sans-serif;
}

h5.RulesHead {
  margin-left: 0;
  color: #fff;
  text-decoration: underline;
  font-family: 'Archivo', sans-serif;
}

h5.eventdate {
  padding-top: 31px;
  color: #fff;
  font-family: 'Archivo', sans-serif;
}

h6.eventtitle {
  padding-top: 9px;
  color: #eaeaea;
  font-weight: 600;
  font-style: italic;
  font-size: 18px;
  font-family: 'Archivo', sans-serif;
}

p.paragraph {
  color: #adadad;
  text-align: center;
  font-weight: 400;
  font-size: 16px;
  font-family: 'Archivo', sans-serif;
}

p.paragraph.paragraph-1 {
  color: #fff;
}

p.paragraph.paragraph-2 {
  padding-right: 24px;
  text-align: left;
  font-size: 14px;
}

p.paragraph.paragraph-3 {
  width: 356px;
  font-size: 14px;
}

p.paragraph.paragraph-4 {
  font-size: 14px;
}

p.paragraph.paragraph-5 {
  font-size: 14px;
}

p.paragraph.paragraph-6 {
  font-size: 14px;
}

p.paragraph.paragraph-7 {
  font-size: 14px;
}

p.paragraph.paragraph-8 {
  font-size: 14px;
}

p.paragraph.paragraph-9 {
  font-size: 14px;
}

p.paragraph.paragraph-10 {
  font-size: 14px;
}

p.paragraph.paragraph-11 {
  font-size: 14px;
}

p.paragraph.Fac-text {
  text-align: left;
}

p.paragraph.privacyText {
  margin-left: 5%;
  text-align: left;
}

p.paragraph.staytext {
  padding-top: 3%;
  padding-bottom: 3%;
  color: #adadad;
}

p.paragraph.paragraph-12 {
  color: #eaeaea;
}

p.paragraph.eventstext {
  color: #eaeaea;
  text-align: left;
}

a.link-text.menu-link {
  color: #fff;
  font-weight: 400;
  font-size: 16px;
  font-family: 'Archivo', sans-serif;
}

a.link-text {
  text-align: center;

  justify-self: center;
}

a.link-text.menu-link.smooth-scroll {
  color: #fff;
}

a.link-text.PhoneNumber {
  margin-bottom: 0;
  padding-bottom: 0;
  word-spacing: 0;
  letter-spacing: 0;
}

a.link-text.text-link-2 {
  color: #fff;
  font-family: 'Archivo', sans-serif;
}

a.link-text.text-link-1 {
  color: #fff;
}

a.link-text.menu-link:hover {
  color: #ffc680;
  font-size: 16px;
}

/* Interaction Elements */

a.link-button.button {
  display: block;
  width: 37.52%;
  border-radius: 22px;
  background-color: #a0219b;

  justify-self: center;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
          align-self: center;
  grid-area: elementArea;
}

a.link-button#staybutton1 {
  display: inline;
  float: none;
  -moz-box-sizing: border-box;
       box-sizing: border-box;
  margin-right: 0;
  margin-left: 40%;
}

a.link-button#staybutton2 {
  display: inline;
  margin-left: 40%;
}

a.link-button.Download {
  display: block;
  padding: .61% 0 .61% 40%;
  min-height: 22px;
  width: auto;
  border-radius: 22px;
  background-color: #5a1257;
  color: #fff;
  opacity: .89;

  justify-self: center;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
          align-self: center;
  grid-area: elementArea;
}

/* Layout Elements */

body.dark-body {
  background-color: #151515;
}

.container.title-bar {
  display: block;
  margin-right: auto;
  margin-left: auto;
  background-color: transparent;
}

.container#realeutatemenu {
  display: none;
}

.container.top-bar-left {
  float: left;

  -webkit-box-flex: 1;
  -webkit-flex: auto;
     -moz-box-flex: 1;
      -ms-flex: auto;
          flex: auto;
}

.container.responsive-menu {
  position: -webkit-sticky;
  position:         sticky;
  top: 0;
  right: 0;
  left: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display:    -moz-box;
  display: -ms-flexbox;
  display:         flex;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -ms-flex-pack: end;
  -ms-flex-align: end;
  background-color: #010101;

  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
     -moz-box-orient: vertical;
     -moz-box-direction: normal;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
     -moz-box-pack: end;
          justify-content: flex-end;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
     -moz-box-align: end;
          align-items: flex-end;
}

.container.top-bar {
  margin-right: auto;
  margin-left: auto;
  background-color: transparent;
}

.container.discount-container {
  margin-right: auto;
  margin-left: auto;
  padding: 50px 20px 50px 30px;
  max-width: 800px;
  background-color: rgba(2, 2, 2, .66);
}

.container.header-region {
  display: -webkit-box;
  display: -webkit-flex;
  display:    -moz-box;
  display: -ms-flexbox;
  display:         flex;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -ms-flex-pack: center;
  -ms-flex-align: stretch;
  min-height: 80vh;
  background-color: #000;
  background-image: -webkit-linear-gradient(bottom, rgba(21, 21, 21, 1) 0%, rgba(29, 30, 33, 0) 100%), url('../images/JDs13.jpg');
  background-image:    -moz-linear-gradient(bottom, rgba(21, 21, 21, 1) 0%, rgba(29, 30, 33, 0) 100%), url('../images/JDs13.jpg');
  background-image:      -o-linear-gradient(bottom, rgba(21, 21, 21, 1) 0%, rgba(29, 30, 33, 0) 100%), url('../images/JDs13.jpg');
  background-image:         linear-gradient(0deg, rgba(21, 21, 21, 1) 0%, rgba(29, 30, 33, 0) 100%), url('../images/JDs13.jpg');
  background-attachment: scroll, fixed;
  background-position: left top, center center;
  background-clip: border-box, border-box;
  background-origin: padding-box, padding-box;
  background-size: auto auto, cover;
  background-repeat: no-repeat, no-repeat;

  background-blend-mode: normal, normal;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
     -moz-box-orient: vertical;
     -moz-box-direction: normal;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
     -moz-box-align: stretch;
          align-items: stretch;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
          justify-content: center;
}

.container.social {
  margin-top: 50px;
  margin-bottom: 70px;
  padding-top: 50px;
  padding-bottom: 50px;
  background-color: #151515;
}

.container.quotes-section {
  margin-top: 90px;
  margin-bottom: 50px;
}

.container.footer {
  background-color: #000;
}

.container.highlighted-heading {
  display: -webkit-box;
  display: -webkit-flex;
  display:    -moz-box;
  display: -ms-flexbox;
  display:         flex;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -ms-flex-pack: center;
  -ms-flex-align: center;
  margin: 2rem auto;
  padding: 1rem;
  min-height: 400px;
  max-width: 1000px;
  background-color: transparent;

  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
     -moz-box-orient: vertical;
     -moz-box-direction: normal;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
          align-items: center;
  -webkit-align-content: center;
  -ms-flex-line-pack: center;
          align-content: center;
}

.container.social-container {
  display: -webkit-box;
  display: -webkit-flex;
  display:    -moz-box;
  display: -ms-flexbox;
  display:         flex;
  -ms-flex-align: center;
  margin-top: 0;

  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
          align-items: center;
  -webkit-align-content: center;
  -ms-flex-line-pack: center;
          align-content: center;
}

.container.footer-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display:    -moz-box;
  display: -ms-flexbox;
  display:         flex;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -ms-flex-pack: center;
  -ms-flex-align: center;
  padding-top: 30px;

  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
     -moz-box-orient: vertical;
     -moz-box-direction: normal;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
          align-items: center;
}

.container.hero-section-services {
  display: -webkit-box;
  display: -webkit-flex;
  display:    -moz-box;
  display: -ms-flexbox;
  display:         flex;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -ms-flex-pack: center;
  -ms-flex-align: stretch;
  min-height: 100vh;
  background-color: #000;
  background-image: none;
  background-attachment: scroll;
  background-position: left top;
  background-clip: border-box;
  background-origin: padding-box;
  background-size: 0 0;
  background-repeat: no-repeat;

  background-blend-mode: normal;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
     -moz-box-orient: vertical;
     -moz-box-direction: normal;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
     -moz-box-align: stretch;
          align-items: stretch;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
          justify-content: center;
}

.container.About_Us {
  display: -webkit-box;
  display: -webkit-flex;
  display:    -moz-box;
  display: -ms-flexbox;
  display:         flex;
  padding-top: 90px;
  padding-bottom: 90px;
  max-width: none;
  background-color: #151515;
  background-image: url('../images/JDs9.jpg');
  background-attachment: scroll;
  background-position: center center;
  background-clip: border-box;
  background-origin: padding-box;
  background-size: contain;
  background-repeat: no-repeat;
  opacity: .98;

  background-blend-mode: normal;
}

.container.container-2 {
  margin-right: 78px;
  width: 306px;
}

.container.OpenHours {
  display: grid;
  margin-top: -12px;
  padding-right: .94rem;
}

.container.container-1 {
  padding-top: 5rem;
  padding-bottom: 0;
}

.container.lightbox-container {
  margin-right: auto;
  margin-left: auto;
}

.container.multiple-images {
  display: -webkit-box;
  display: -webkit-flex;
  display:    -moz-box;
  display: -ms-flexbox;
  display:         flex;
  -ms-flex-pack: distribute;
  padding-top: 10px;
  max-width: 1000px;

  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-justify-content: space-around;
          justify-content: space-around;
}

.container.picture-container {
  padding-right: 10px;
  padding-left: 10px;
  max-width: 70%;
}

.container.hero_Photos {
  display: -webkit-box;
  display: -webkit-flex;
  display:    -moz-box;
  display: -ms-flexbox;
  display:         flex;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -ms-flex-pack: center;
  -ms-flex-align: stretch;
  min-height: 100vh;
  background-color: #a0219b;
  background-image: -webkit-linear-gradient(bottom, rgba(21, 21, 21, 1) 0%, rgba(29, 30, 33, 0) 100%);
  background-image:    -moz-linear-gradient(bottom, rgba(21, 21, 21, 1) 0%, rgba(29, 30, 33, 0) 100%);
  background-image:      -o-linear-gradient(bottom, rgba(21, 21, 21, 1) 0%, rgba(29, 30, 33, 0) 100%);
  background-image:         linear-gradient(0deg, rgba(21, 21, 21, 1) 0%, rgba(29, 30, 33, 0) 100%);
  background-attachment: scroll;
  background-position: left top;
  background-clip: border-box;
  background-origin: padding-box;
  background-size: auto auto;
  background-repeat: no-repeat;

  background-blend-mode: normal;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
     -moz-box-orient: vertical;
     -moz-box-direction: normal;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
     -moz-box-align: stretch;
          align-items: stretch;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
          justify-content: center;
}

.container {
  background-color: transparent;
}

.container#gallery {
  background-color: #a0219b;
}

.container.covid {
  display: -webkit-box;
  display: -webkit-flex;
  display:    -moz-box;
  display: -ms-flexbox;
  display:         flex;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -ms-flex-pack: center;
  -ms-flex-align: stretch;
  min-height: 100vh;
  background-color: #000;
  background-image: -webkit-linear-gradient(bottom, rgba(21, 21, 21, 1) 0%, rgba(29, 30, 33, 0) 100%);
  background-image:    -moz-linear-gradient(bottom, rgba(21, 21, 21, 1) 0%, rgba(29, 30, 33, 0) 100%);
  background-image:      -o-linear-gradient(bottom, rgba(21, 21, 21, 1) 0%, rgba(29, 30, 33, 0) 100%);
  background-image:         linear-gradient(0deg, rgba(21, 21, 21, 1) 0%, rgba(29, 30, 33, 0) 100%);
  background-attachment: scroll;
  background-position: left top;
  background-clip: border-box;
  background-origin: padding-box;
  background-size: auto auto;
  background-repeat: no-repeat;
  vertical-align: top;

  background-blend-mode: normal;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
     -moz-box-orient: vertical;
     -moz-box-direction: normal;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
     -moz-box-align: stretch;
          align-items: stretch;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
          justify-content: center;
}

.container.container-3 {
  margin-bottom: -17px;
  background-color: #a0219b;
}

.container#Eventspage {
  background-color: #a0219b;
}

.container#AboutUs {
  background-image: url('../images/JDs9.jpg');
}

.container.container-4 {
  display: inline-block;
  min-width: 10%;

  justify-self: center;
}

ul.list-container.dropdown.menu {
  -ms-flex-pack: center;
  background-color: transparent;

  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
          justify-content: center;
}

span.glyph.font-icon-menu {
  display: inline-block;
  clear: right;
  margin-right: 1%;
  color: #fff;
  vertical-align: middle;
  font-size: 1.5625rem;
  line-height: 0;
}

.rule hr {
  border-top-width: .125rem;
  border-top-color: #fefefe;
}

.rule {
  margin-top: 0;
  margin-right: auto;
  margin-left: auto;
  padding-top: 0;
  padding-bottom: 0;
  width: 40%;
}

span.glyph.button.font-icon-menu {
  margin-bottom: 0;
  padding: 0;
  background-color: transparent;
}

a.responsive-picture.footer-pic {
  max-width: 9.25rem;
}

a.social-image.social-button {
  display: inline;
  margin-right: .5%;
  padding-right: 0;
  padding-left: 0;
  background-color: #ffc608;
}

a.social-image {
  margin-right: 2%;
  margin-left: 0;
  background-color: #5cf000;
}

.rule.rule-1 {
  width: 50%;
}

.rule.rule-2 {
  width: 50%;
}

div.responsive-picture#TopLogo {
  display: inline;

  justify-self: center;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
          align-self: center;
  grid-area: elementArea;
}

li.list-item-link.is-dropdown-submenu-item.is-submenu-item {
  background-color: #151515;
}

li.list-item-link.is-dropdown-submenu-item.is-submenu-item > a {
  color: #eaeaea;
  font-family: 'Archivo', sans-serif;

  -webkit-text-stroke-color: #eaeaea;
}

div.responsive-picture.picture-2 {
  max-width: 400px;
}

.rule.rule-3 {
  padding-bottom: 1.09rem;
  width: 90%;
}

div.responsive-picture.Main-Logo {
  margin-top: 41px;
  vertical-align: text-top;

  -webkit-align-self: center;
  -ms-flex-item-align: center;
          align-self: center;
}

li.list-item.PrivacyList {
  margin-left: 5%;
  color: #adadad;
}

div.responsive-picture.Keepcalm {
  display: block;
  max-width: 300px;
  width: 100%;

  -webkit-align-self: center;
  -ms-flex-item-align: center;
          align-self: center;
}

li.list-item.rulelist {
  color: #adadad;
  font-family: 'Archivo', sans-serif;
}

a.responsive-picture.lightbox-image {
  margin-top: 10px;
  margin-bottom: 10px;
  max-width: none;
}

.rule.rule-4 {
  padding-top: .31rem;
  padding-bottom: 2rem;
  width: 50%;
  background-color: #a0219b;
}

.rule.rule-5 {
  padding-top: 1rem;
  padding-bottom: 1rem;
  width: 80%;
}

div.responsive-picture.eventsimage {
  max-width: 350px;
}

a.responsive-picture.picture-link-1 {
  min-height: 0;
  max-width: 100%;
  max-height: 50%;
  width: 70%;
  height: 50%;
  background-color: transparent;
}

a.responsive-picture#picture-link-1 {
  display: block;
  background-color: transparent;

  grid-area: elementArea;
  justify-self: center;
}

a.responsive-picture.picture-link-2 {
  max-width: 100%;
}

a.responsive-picture.picture-link-1 > picture {
  height: 50%;
}

span.glyph.button.font-icon-menu:hover {
  color: #5cf000;
}

@media screen and (min-width: 40rem) {
  /* Text Elements */

  h1#book-heading {
    font-size: 3.5rem;
  }

  /* Layout Elements */

  .container.title-bar {
    display: none;
  }

  .container#realeutatemenu {
    display: -webkit-box;
    display: -webkit-flex;
    display:    -moz-box;
    display: -ms-flexbox;
    display:         flex;
  }

  .container.top-bar-left {
    padding-top: 0;
  }

  .container.top-bar {
    background-color: transparent;
  }

  .container.header-region {
    background-color: #000;
  }

  .container.social-container {
    margin-top: 0;
  }

  .container.footer-wrapper {
    -webkit-flex-direction: row;
        -ms-flex-direction: row;
            flex-direction: row;
    -ms-flex-pack: distribute;
    -ms-flex-align: center;

    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
       -moz-box-orient: horizontal;
       -moz-box-direction: normal;
    -webkit-box-align: center;
    -webkit-align-items: center;
       -moz-box-align: center;
            align-items: center;
    -webkit-justify-content: space-around;
            justify-content: space-around;
  }

  .container.hero-section-services {
    background-color: #000;
  }

  .container.About_Us {
    background-attachment: fixed, fixed;
    background-position: center top, center top;
    background-clip: border-box, border-box;
    background-origin: padding-box, padding-box;
    background-size: cover, cover;
    background-repeat: no-repeat, no-repeat;
  }

  .container.picture-container {
    max-width: 50%;
  }

  .container.hero_Photos {
    background-color: #000;
  }

  .container.covid {
    background-color: #000;
  }

  ul.list-container.dropdown.menu {
    background-color: transparent;
  }
}

@media screen and (min-width: 64rem) {
  /* Layout Elements */

  .container.top-bar-left {
    padding-top: 0;
  }

  .container.header-region {
    background-position: center center;
  }

  .container.footer {
    background-color: #151515;
  }

  .container.discount-container {
    max-width: 1000px;
  }

  .container.hero-section-services {
    background-position: center center;
  }

  .container.About_Us {
    background-color: #3ffdb1;
    background-image: url('https://cdn.coffeecupcloud.com/appresources/v1/common/background_online_image.png');
    background-attachment: fixed;
    background-position: center center;
    background-clip: border-box;
    background-origin: padding-box;
    background-size: cover;
    background-repeat: no-repeat;

    background-blend-mode: normal;
  }

  .container.lightbox-container {
    max-width: 1000px;
    width: 100%;
  }

  .container.picture-container {
    position: relative;
    padding-right: 10px;
    padding-left: 10px;
    max-width: 25%;
  }

  .container.hero_Photos {
    background-position: center center;
  }

  .container.covid {
    background-position: center center;
  }

  a.responsive-picture.lightbox-image {
    margin-top: 10px;
    margin-bottom: 10px;
  }
}