@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 300;
  src: local('Open Sans Light'), local('OpenSans-Light'), url(https://themes.googleusercontent.com/static/fonts/opensans/v6/DXI1ORHCpsQm3Vp6mXoaTXhCUOGz7vYGh680lGh-uXM.woff) format('woff');
}

@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 700;
  src: local('Open Sans Bold'), local('OpenSans-Bold'), url(https://themes.googleusercontent.com/static/fonts/opensans/v6/k3k702ZOKiLJc3WVjuplzHhCUOGz7vYGh680lGh-uXM.woff) format('woff');
}

* {
  margin:0px;
  padding:0px;
}

body {
  font-family: 'Open Sans', sans-serif;
  color:white;
  background: white;
}

.show-menu {
	text-decoration: none;
	color: #fff;
	background: #58585a;
	text-align: center;
	padding: 10px 0;
	display: none;
	width:100%;
	margin-bottom:1px;
}

input[type=checkbox]{
    display: none;
    -webkit-appearance: none;
}

p, h1 {
  margin-bottom: 20px;
  font-family: 'Open Sans', sans-serif;
}

.book-now a {
  text-decoration: none;
  color: white;
}

.show-menu {
  text-decoration: none;
  color: white;
  background: #88bb42;
  text-align: center;
  padding: 10px 0;
  display: none;
  width:100%;
  margin-bottom:1px;
}

input[type=checkbox] .menu-box {
    display: none;
    -webkit-appearance: none;
}

a {
  color:#0a0732;
}

a:hover {
  text-decoration: none;
}

.review {
  width:150px;
  margin:20px auto;
}

/*.reviews {
  text-align: center;
  width:300px;
  margin:0 auto;
}*/

.dark-container {
  background: black;
  color: white;
  padding:40px 0px;
  text-align: center;
}

.dark-container h2 {
  font-size: 36pt;
}

.center-text-black {
  text-align: center;
  color: #000000;
}

.contact-form {
  color: #000;
  width: 30%;
  margin: 0px auto;
}

.contact-form input {
  width: 100%;
  background: none;
  border-left: 0px #2d2d2d;
  border-top: 0px #2d2d2d;
  border-right: 0px;
  padding: 5px;
}

.contact-form input[type="submit"] {
  background-color: #8fc93f;
  margin: 10px 0px 10px 0px;
  border: none;
  color: white;
  font-weight: bold;
  font-size: 15px;
}

.contact-form input:focus-visible {
  outline:0px;
}

.contact-form label {
  display: block;
  margin: 10px 0px 5px 0px;
}

.contact-form-wrapper {
  padding: 0px 0px 80px 0px;
  background: white;
  color: #222222;
  font-size: 14pt;
}

.contact-form-wrapper h2 {
  color: #8fc93f;
  text-align: center;
}

#more-fun{
  padding:60px 20px;
  background: #010101;
  color: white;
}

#more-fun h1,
#more-fun h2{
  text-align: center;
}

.location-container{
  display: flex;
  flex-flow: row wrap;
  justify-content: center;
  align-items: center;
}

.location-container img{
  margin:0 20px;
  width: 200px;
  height: auto;
}

@media (min-width: 1100px) {
  .container {
    width:1100px;
    margin:0 auto;
  }

  #header {
    height:80px;
    padding-top:20px;
    background: #5f5f5f;
    color: white;
  }

  #location {
    position: fixed;
    top: 120px;
    left: -6px;
    text-align: center;
    width: 40px;
    color: white;
    font-size: 18pt;
    font-weight: bold;
    border: solid 2px #88bb42;
    background: #0a0732;
    border-radius: 4px;
    writing-mode: vertical-rl;
    padding:20px 0px;
    z-index: 1000;
  }

  #navigation {
    float:right;
    width:860px;
    color: white;
    padding-top:20px;
    text-align: right;
  }

  #navigation ul, #navigation ul li {
    display: inline;
  }

  #navigation ul li a {
    color: white;
    padding:8px 10px;
    font-size: 12pt;
    text-decoration: none;
  }

  #navigation a:hover {
    color:#0a0732;
    cursor: pointer;
  }

  .book-now {
    color: white;
    text-align: center;
    background: #88bb42;
    float: right;
    display: inline-block;
    padding:10px 30px;
    margin-top: -10px;
    margin-left: 20px;
    text-decoration: none;
  }

  .difficulty-container {
    float:left;
    background: transparent !important;
    display: inline-block;
    text-align: right;
  }

  .float-right {
    float: right !important;
  }

  .difficulty {
    float:left;
    height: 15px;
    width: auto;
    font-size:11pt;
  }

  #slider {
    height: 600px;
    background-image: url('../images/slide-bg.jpg');
    background-size: cover;
    background-position: top center;
    max-width: 1600px;
    margin:0 auto;
  }

  #sub-slider {
    height: 450px;
    background-size: cover;
  }
  #hotel-slideshow {
    color: white;

  }
  #hotel-slideshow div div {

  }
  #hotel-slideshow p {
    position: absolute;
    bottom: 0px;
    z-index: 10;

    font-size: 18pt;
    display: block;
    padding: 10px 0 10px 10px;
    width: calc(100% - 50px);
    margin-left: 20px;
    text-align: center;



  }
  #hotel-slideshow .slide {
    width: 100%;
    height: 900px;
    background-repeat: no-repeat;
    position: relative;
    background-color: black;
    background-position-x: right;
    background-size: 1332.5px 750px;
  }
  div.slide div div {
    position: relative !important;
    left: 1048px;
    top: 200px;
    width: 100px;
    height: 100px;
  }
  #hotel-slideshow div h1 {
    color: white;
    float: left;
    font-size: 18pt;
    margin-left: 5%;
    margin-top: 12%;
    text-align: center;
  }
  #slide-1 {
    background-image: url(images/hotel-slide-1.jpg) !important;
  }
  #slide-2 {
    background-image: url(images/hotel-slide-2.jpg) !important;
  }
  #slide-3 {
    background-image: url(images/hotel-slide-3.jpg) !important;
  }
  #slide-4 {
    background-image: url(images/hotel-slide-4.jpg) !important;
  }

  #icon-flex {
    width: 100%;
    display: flex;
    flex-direction: row;
    justify-content: space-around;
    height: 250px;
    background-color: black;
    padding-top: 100px;
  }
  #icon-flex img {
    width: 150px;
    height: 120px;

  }

  #content {
    padding:80px 0px;
    background: white;
    color: #222222;
    font-size: 14pt;
    text-align: center;
  }

  .large-text {
    font-weight: bold;
  }

  .testimonial {
    font-size: 18pt;
    font-weight: bold;
    text-align: center;
    padding: 40px 0px;
    color:white !important;
    background:black;
  }

  .testimonials {
    background: transparent !important;
    margin:0 auto !important;
    width:700px !important;
  }

  .game {
    width: 100%;
    height:350px;
    padding-top:40px;
    color: white;
  }

  .game-left {
    float:left;
    width:550px;
    position: relative;
    text-align: justify;
  }

  .game-right {
    float:right;
    width:550px;
    text-align: justify;
    position: relative;
  }

  .video {
    position: absolute;
    top: 130px;
    left: calc(50% - 50px);
    height:100px;
    width:100px;
    cursor: pointer;
  }

  .game h3 {
    color: white;
    font-size: 28pt;
    font-weight: 900;
    margin-bottom: 10px;
  }

  .game-small {
    font-size:18pt !important;
  }

  .game-right h3 {
    text-align: right !important;
  }

  .green-border {
    background: #88bb42;
    height:4px;
    width: 200px;
    float: right;
    margin-bottom: 20px;
  }

  .float-left {
    float:left !important;
  }

  .no-margin-left {
    margin-left: 0px !important;
  }

  #the-u-boat {
    background-image: url('../images/u-boat.jpg');
    background-size: cover;
  }

  #the-u-boat-2 {
    background-image: url('../images/u-boat2.jpg');
    background-size: cover;
  }

  #witch {
    background-image: url('../images/witches-study.jpg');
    background-size: cover;
  }

  #skull-and-scepter {
    background-image: url('../images/skull-and-scepter.jpg');
    background-size: cover;
  }

  #the-heist {
    background-image: url('../images/the-heist.jpg');
    background-size: cover;
  }

  #the-sorcerer {
    background-image: url('../images/the-sorcerer.jpg');
    background-size: cover;
  }

  .game-description {
    width: 500px;
    line-height: 1.2;
    font-size: 11pt;
    color: white;
    margin-bottom: 40px;
  }

  .game-right .game-description {
    float: right;
  }


  #footer {
    background: #0a0732;
    padding:40px 0px;
    color: white;
    font-size: 11pt;
  }

  .footer-col {
    float: left;
    width: 275px;
    text-align: right;
  }

  .center-text {
    text-align: center !important;
  }

  h4 {
    color: white;
    margin-bottom: 5px;
    font-size: 14pt;
  }

  .green-border-footer {
    height:3px;
    width:250px;
    background: #88bb42;
    margin-bottom: 20px;
    float: right;
  }

  .footer-col a {
    color: white;
    text-decoration: none;
  }

  .footer-col a:hover {
    color: #88bb42;
  }

  .footer-logo {
    text-align: left !important;
  }

  #sub-footer {
    background: #222222;
    padding:15px 0px 5px 0px;
    height: 32px;
    color: white;
    font-size: 10pt;
    text-align: center;
  }

  #sub-footer a {
    color:#88bb42;
    text-decoration: none;
  }

  #sub-footer a:hover {
    color: white;
  }


  .content-left {
    float:left;
    width:500px;
    margin-right:50px;
    vertical-align: center;
  }

  .content-right {
    float: right;
    width: 550px;
  }

  .margin-right {
    margin-right: 10px;
  }

  .badge {
    float:left;
    width:200px;
    margin-top: -20px;
  }

  .reviews {
    width:700px;
    float:left;
  }
}



@media screen and (max-width : 1099px){
  .container {
    width:100%;
    margin:0 auto;
  }

  #header {
    padding-top:20px;
    background: #5f5f5f;
    color: white;
  }

  #location {
    position: fixed;
    top: -6px;
    left: 20px;
    text-align: center;
    color: white;
    font-size: 12pt;
    font-weight: bold;
    border: solid 1px white;
    background: #0a0732;
    border-radius: 4px;
    padding:10px 20px;
    z-index: 1000;
  }

  #navigation {
    color: white;
    padding-top:20px;
    text-align: right;
  }

  #navigation .book-now {
    display: none;
  }

  #mobile-logo {
    margin:0 auto;
    text-align: center;
    display: block;
  }

  .book-now {
    color: white;
    text-align: center;
    background: #88bb42;
    padding:10px 30px;
    height:24px;
    margin:0 auto;
    width:112px;
    text-decoration: none;
  }

  .difficulty-container {
    margin-top:10px;
    margin-bottom: 10px;
    background: transparent !important;
    display: inline-block;
    text-align: center;
  }

  .difficulty {
    float:left;
    height: 15px;
    width: auto;
    font-size:11pt;
  }

  #slider {
    height: 300px;
    background-image: url('../images/slide-bg.jpg');
    background-size: cover;
    background-position: top center;
  }

  #sub-slider {
    height: 150px;
    background-image: url('../images/slide-bg.jpg');
    background-size: cover;
    background-position: top center;
  }
    #hotel-slideshow {
    color: white;

  }
  #hotel-slideshow p {
    position: absolute;
    bottom: 0px;
    z-index: 10;
    background-color: black;
    opacity: 80%;
    font-size: 10pt;
    text-align: center;
    width: calc(100% - 20px);
    margin: 0 auto;
    display: block;
    padding: 10px 10px;

  }
  #hotel-slideshow div {
    width: 100%;
    height: 100vw;
    background-repeat: no-repeat;
    background-size: cover;
    background-position-x: center;
    position: relative;
    margin-top: 38px;
  }
  #hotel-slideshow div h1 {
    font-size: 16pt;
    background-color: black;
    box-shadow: 0px 10px 10px 1px black;
    margin-top: -38px;
    padding-top: 10px;
    text-align: center;
    height: 29px;
  }
  #slide-1 {
    background-image: url(images/hotel-slide-1.jpg);
  }
  #slide-1 h1 br {
    display: none;
  }
  #slide-1 h1 {
    font-size: 11pt !important;
  }
  #slide-2 {
    background-image: url(images/hotel-slide-2.jpg);
  }
  #slide-3 {
    background-image: url(images/hotel-slide-3.jpg);
  }
  #slide-4 {
    background-image: url(images/hotel-slide-4.jpg);
  }
  #icon-flex {
    background-color: black;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    height: 45vw;
  }
  #icon-flex img {
    width: 25%;
    object-fit: contain;
    margin-top: 20vw;
  }

  #content {
    padding:40px 0px;
    width:90%;
    margin-left: 5%;
    background: white;
    color: #222222;
    font-size: 16px;
  }

  #content img {
    max-width: 100%;
    height: auto;
  }

  .game {
    width: 100%;
    color: white;
    padding-bottom:20px;
  }

  .game-left {
    width:100%;
    text-align: center;
  }

  .game-right {
    width:100%;
    text-align: center;
  }

  .video {
    position: absolute;
    top: 100px;
    left: calc(50% - 50px);
    height:100px;
    width:100px;
    cursor: pointer;
  }

  .game h3 {
    color: white;
    font-size: 28pt;
    font-weight: 900;
    margin-bottom: 10px;
  }

  .game-small {
    font-size:18pt !important;
  }

  .game-right h3 {
    /*text-align: right !important;*/
  }

  .green-border {
    background: #88bb42;
    height:4px;
    width: 200px;
    margin:0px auto 20px auto;
  }

  .float-left {
    /*float:left !important;*/
  }

  .no-margin-left {
   /* margin-left: 0px !important;*/
  }

   #the-u-boat {
    background-image: url('../images/u-boat-mobile.jpg');
    background-color: #222222;
    background-repeat: no-repeat;
    padding-top:420px;
    position: relative;
    background-position: top center;
  }

  #the-u-boat-2 {
    background-image: url('../images/u-boat2-mobile.jpg');
    background-color: #222222;
    background-repeat: no-repeat;
    padding-top:420px;
    position: relative;
    background-position: top center;
  }

  #witch {
    background-image: url('../images/witches-study.jpg');
   background-color: #222222;
    background-repeat: no-repeat;
    padding-top:420px;
    position: relative;
    background-position: top right;
  }

  #skull-and-scepter {
    background-image: url('../images/skull-and-scepter-mobile.jpg');
    background-color: #222222;
    background-repeat: no-repeat;
    padding-top:420px;
    position: relative;
    background-position: top center;
  }

  #the-heist {
    background-image: url('../images/the-heist-mobile.jpg');
    background-color: #222222;
    background-repeat: no-repeat;
    padding-top:420px;
    position: relative;
    background-position: top center;
  }

  #the-sorcerer {
    background-image: url('../images/the-sorcerer-mobile.jpg');
    background-color: #222222;
    background-repeat: no-repeat;
    padding-top:420px;
    position: relative;
    background-position: top center;
  }


 /* #viper {
    background-image: url('../images/vipers-nest-mobile.jpg');
    background-color: #222222;
    background-repeat: no-repeat;
    padding-top:420px;
    background-size: 100% 400px;
    position: relative;
  }

  #witch {
    background-image: url('../images/witches-study-mobile.jpg');
    background-color: #222222;
    background-repeat: no-repeat;
    padding-top:420px;
    background-size: 100% 400px;
    position: relative;
  }

  #apartment-13 {
    background-image: url('../images/apartment-13-mobile.jpg');
    background-color: #222222;
    background-repeat: no-repeat;
    padding-top:420px;
    background-size: 100% 400px;
    position: relative;
  }

  #ninja-protocol {
    background-image: url('../images/ninja-protocol-mobile.jpg');
    background-color: #222222;
    background-repeat: no-repeat;
    padding-top:420px;
    background-size: 100% 400px;
    position: relative;
  }

  #betrayal {
    background-image: url('../images/betrayal-mobile.jpg');
    background-color: #222222;
    background-repeat: no-repeat;
    padding-top:420px;
    background-size: 100% 400px;
    position: relative;
  }*/

  .game-description {
    width: 90%;
    margin-left: 5%;
    line-height: 1.2;
    font-size: 11pt;
    color: white;
    margin-bottom: 40px;
  }

  .game-right .game-description {
    /*float: right;*/
  }

  #footer {
    background: #0a0732;
    padding:40px 0px;
    color: white;
    font-size: 11pt;
  }

  .footer-col {
    width: 100%;
    text-align: center;
    margin-bottom: 20px;
  }

  .footer-col img {
    display: block;
    margin:20px auto;
  }

  h4 {
    color: white;
    margin-bottom: 5px;
    font-size: 14pt;
  }

  .green-border-footer {
    height:3px;
    width:250px;
    background: #88bb42;
    margin:0px auto 20px auto;
  }

  .footer-col a {
    color: white;
    text-decoration: none;
    display: inline-block;
  }

  .footer-col a:hover {
    color: #88bb42;
  }

  #sub-footer {
    background: #222222;
    padding:15px 0px 5px 0px;
    height: 32px;
    color: white;
    font-size: 10pt;
    text-align: center;
  }

  #sub-footer a {
    color:#88bb42;
    text-decoration: none;
  }

  .testimonial {
    font-size: 18pt;
    font-weight: bold;
    text-align: center;
    padding: 40px 0px;
    color:white !important;
    background:black;
  }
  .slideshow {
    width: 100% !important;
  }
  .testimonials {
    background: transparent !important;
    margin:0 auto !important;
    width:100% !important;
  }

  #sub-footer a:hover {
    color: white;
  }

  #show-menu:checked ~ ul.dropdown{
      display: block;
      height: 281px;
  }

  #show-menu:not(:checked) ~ ul.dropdown{
      display: none;
  }

  .no-mobile {
    display: none;
  }

  ul.dropdown {
    position: static;
    display: none;
    z-index:10000;
  }

  .show-menu {
    display:block;
  }

  ul.dropdown li {
    display:block;
    float: left;
    text-align:center;
    width:100%;
    border-bottom: solid white 1px;
    background: #222222;
  }

  ul.dropdown li a {
    display:block;
    height: 27px;
    text-align: center;
    color:white;
    background:#5e5d5d;
    padding:6px 0px;
    text-decoration: none;
    position:relative;
    text-transform: uppercase;
  }

  ul.dropdown li:hover a {
    background: #88bb42;
    color:white;
  }

  ul.dropdown li:hover ul a {
    background-color: #dadada;
    color: #5e5d5d;
    text-transform: uppercase;
    text-align:center;
    opacity: .8;
    height: 27px;
    padding:6px 0px;
    width:100%;
  }

  ul.dropdown li:hover ul a:hover {
    background: #306548;
    color: #fff;
  }

  ul.dropdown li ul {
    display: none;
  }

  ul.dropdown li ul li {
    display: block;
    float: none;
  }

  ul.dropdown li ul li a {
    width: auto;
    min-width: 100px;
    padding: 0 20px;
    text-align:center;
  }

  ul.dropdown ul li a:hover + .hidden, .hidden:hover {
    display: block;
  }


  .cdsROW.narrow {
    margin:0px auto 20px auto;
  }

  .contact-form {
    width: auto;
    padding: 0px 30px 0px 30px;

  }

  .contact-form input {
    width: 80%;
  }

  .contact-form input[type="submit"] {
    width: 210px !important;
  }
}