<style>

.button {
	font-family: 'Quicksand';
}

@font-face {
    font-family: 'Quicksand';
    src: url('Quicksand-Light.ttf') format('truetype');
    font-weight: normal;
    font-style: light;
}

* {
  box-sizing: border-box;
}
.mySlides {display: none}
img {vertical-align: middle;}

.slideshow-container {
  max-width: 1000px;
  position: fixed;
  margin: auto;
}

.vl {
  border-left: 1px solid #F4F4F4;
  height: 500px;
  position: absolute;
  left: 50%;
  margin-left: -3px;
  top: 1600px;
}
.img- {
left: 50%;
}

.prev, .next {
  cursor: pointer;
  position: absolute;
  top: 50%;
  width: auto;
  padding: 16px;
  margin-top: -22px;
  color: white;
  font-weight: bold;
  font-size: 18px;
  transition: 0.6s ease;
  border-radius: 0 3px 3px 0;
  user-select: none;
}

.next {
  right: 0;
  border-radius: 3px 0 0 3px;
}

.prev:hover, .next:hover {
  background-color: rgba(0,0,0,0.8);
}

.text {
    text-color: #721212;
}

.RegularWhiteText{
    color: white;
    font-family: "Quicksand";
}

.RegularText{
    color: #721212;
    font-family: "Quicksand";
}


.fade {
  -webkit-animation-name: fade;
  -webkit-animation-duration: 1.5s;
  animation-name: fade;
  animation-duration: 1.5s;
}

@-webkit-keyframes fade {
  from {opacity: .4} 
  to {opacity: 1}
}

@keyframes fade {
  from {opacity: .4} 
  to {opacity: 1}
}

@media only screen and (max-width: 300px) {
  .prev, .next,.text {font-size: 11px}
}
.column {
  float: left;
  width: 33.33%;
  padding: 5px;
}

.row::after {
  content: "";
  clear: both;
  display: table;
}

.container- {
  position: relative;
  width: 50%;
}

.image {
  opacity: 1;
  display: block;
  width: 100%;
  height: auto;
  transition: .5s ease;
  backface-visibility: hidden;
}

.middle {
  transition: .5s ease;
  opacity: 0;
  position: relative;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  text-align: center;
}

.container-:hover .image {
  opacity: 0.3;
}

.container-:hover .middle {
  opacity: 1;
}

.text {

}
.overlay {
  height: 50%;
  width: 100%;
  position: fixed;
  z-index: 1;
  top: 0;
  left: 0;
  background-color: rgb(0,0,0);
  background-color: rgba(0,0,0, 0.9);
  overflow-x: hidden;
  transition: 0.5s;
}

.overlay-content {
  position: relative;
  top: 25%;
  width: 100%;
  text-align: center;
  margin-top: 30px;
}

.overlay a {
  padding: 8px;
  text-decoration: none;
  font-size: 36px;
  color: #818181;
  display: block;
  transition: 0.3s;
}

.overlay a:hover, .overlay a:focus {
  color: #f1f1f1;
}

.overlay .closebtn {
  position: absolute;
  top: 20px;
  right: 45px;
  font-size: 60px;
}

@media screen and (max-height: 450px) {
  .overlay a {font-size: 20px}
  .overlay .closebtn {
  font-size: 40px;
  top: 15px;
  right: 35px;
  }
}

footer {
  padding: 60px;
  text-align: center;
  background: #222222;
  color: white;
  font-size: 10px;
}

html,body{
	margin:0;
	padding: 0;
}
h1{
	font-family: 'Quicksand';
	font-size: 50px;
	margin-top: 10px;
	color: #721212;
}
h2{
	margin-top: 16px;
	color: #721212;
}
p{
	margin: 10px 0;
	color: #721212;

}

body {
	// background-color: #080808;
	// background-color: #0c1b4a;
	// background-image: linear-gradient(#ccabc6, #3f3975);
	background-size: cover;
	background-attachment: fixed;
}

nav{
	text-align: center;
	background-color: #721212;
	position: sticky;
	position: -webkit-sticky;
        top: 0;
	z-index: 9999;
}
footer{
	padding: 15px;
	background-color: #721212;
	font-size: 16px;
}
a{
	display: inline-block;
}
a.navlink{
	text-decoration: none;
	font-size: 18px;
	color: white;
	padding: 16px;
	display: inline-block;
	margin-left: -4px;
	transition: color 0.25s, background 0.25s;
}
a.navlink:hover {
	text-decoration: none;
	color: #721212;
	// background-color: #0099ff;
	background-color: white;
}
.button, input[type="submit"]{
	padding: 14px;
	background-color: #721212;
	color: white;
	border: 0;
	text-decoration: none;
	position: relative;
	display: inline-block;
	margin-right:4px;
	z-index: 1;
	margin-bottom: 10px;
	font-size:22px;
	transition: color 0.5s, background 0.5s;
	border-radius: 50%;
}
.button, input[type="submit"],select, option{
	cursor: pointer;
}
.button:hover, input[type="submit"]:hover{
	color: #721212;
}
input[type="date"]{
	cursor: text;
}
.button::before, input[type="submit"]::before{
	content:"";
        top: 0;
        left:0;
	width: 100%;
	height: 100%;
	z-index: -1;
	position: absolute;
	color: white;
	background-color: #721212;
}
.button::after, input[type="submit"]::after{
	content:"";
	top:0;
	left:0 !important;
	right: auto !important;
	width: 0;
	z-index: -1;
	position: absolute;
	display: block;
	height: 100%;
	background-color: white;
	transition: width 0.5s;
}
.button:hover::after, input[type="submit"]:hover::after{
	width: 100% !important;
}
.button.light, input[type="submit"].light{
	//color: #0099ff !important;
	color: white !important;
}
.button.light:hover, input[type="submit"].light:hover{
	color:#721212 !important;
}
.button.light::before, input[type="submit"].light::before{
	background-color: #721212 !important;
}
.button.light::after, input[type="submit"].light::after{
	// background-color: #0099ff !important;
	background-color: white;
    color: #721212;
}
#titlename {
	text-align: center;
	color: black;
	font-family: 'Quicksand';
	font-variant: small-caps;
	font-size: 100px;
	margin:0;
	color: #721212;
}

#hg{
  width:100%;
	height:700px;
	background-size: 100% 100%;
	background-position: 50% 50%;
	background-repeat: no-repeat;
}
#hgcover{
	// background-color: rgba(20,20,20,0.4);
	width: calc(100% - 100px);
    	height: calc(100% - 50px);
	padding-top: 50px;
	padding-left: 100px;
}
#hgcover *{
	color:#721212;
}
.mt32{
	margin-top: 32px;
}
.mt64{
	margin-top: 64px;
}
.tc{
	text-align:center;
}
img.eimg{
	width:350px;
	margin-right: 20px;
}
article{
	font-size: 16px;
}
article.c{
	padding:0 16px;
}
article.era{
/* 	margin: 20px; */
	margin: 20px 15px;
	/* min-height:250px; */
	display:flex;
	/* align-items: center; */
	/*border-bottom: 1px solid #CCC;*/
	/* height: 0px; */
	height: 350px;
}

article.era h2{
	margin-top: 0;
}
div.erdescription{
	flex-grow: 1;
}
.cma{
	margin:0 auto;
}
#grouptext {
	text-align:center;
	margin: 15px;
	padding: 10px;
}

input[type=text], input[type=date], input[type=number], input[type=email], select, textarea {
    width: 100%;
    padding: 12px;
    border: 1px solid #ccc;
    border-radius: 4px;
    box-sizing: border-box;
    margin-top: 6px;
    margin-bottom: 16px;
    font-size: 18px;
    background-color: #fcfcfc;
    color: #111;
}

/* input[type=submit]{
    background-color: #000000;
    color: white;
    padding: 12px 20px;
    border: none;
    border-radius: 4px;
    cursor: pointer;
}

input[type=submit]:hover {
    background-color: #45a049;
} */

input.tworow{
    width:50%;
}

input.threerow{
    width:33%;
}
/**New Input Code**/

body {
    font-family: "Quicksand";
}

.container {
    border-radius: 5px;
    background-color: #ffffff;
    padding: 20px;
}
        *{
    margin: 0;
    padding: 0;
}
.rate {
    float: left;
    height: 46px;
    padding: 0 10px;
}
.rate:not(:checked) > input {
    position:absolute;
    top:-9999px;
}
.rate:not(:checked) > label {
    float:right;
    width:1em;
    overflow:hidden;
    white-space:nowrap;
    cursor:pointer;
    font-size:30px;
    color:#ccc;
}
.rate:not(:checked) > label:before {
    content: '★ ';
}
.rate > input:checked ~ label {
    color: #ffc700;
}
.rate:not(:checked) > label:hover,
.rate:not(:checked) > label:hover ~ label {
    color: #deb217;
}
.rate > input:checked + label:hover,
.rate > input:checked + label:hover ~ label,
.rate > input:checked ~ label:hover,
.rate > input:checked ~ label:hover ~ label,
.rate > label:hover ~ input:checked ~ label {
    color: #c59b08;
}
.selectfb{
    height: 50px;
}
.email{
    width: 50%;
    height: 50px;
}
/*End New Input Code*/
.container {
    padding: 20px;
}

h2 > a{
    font-size: 1.5em;
}

article.form{
    padding: 0 75px;
}
.flex-container{
    display: flex;
}
label{
    display: block;
		user-select: none;
}
.label-input-container{
    flex-grow:1;
}
.label-input-container:not(:last-child){
    margin-right:20px;
}

.difntime{
	font-size: 18px;
	margin-top: 3px;
}
#menu-button{
	display: none;
	background: transparent; 
	border: 0;
	color: white;
	font-size: 40px;
}
.escape-room-time:first-child{
	border-top-right-radius: 5px;
	border-top-left-radius: 5px;
}
.escape-room-time:last-child{
	border-bottom-right-radius: 5px;
	border-bottom-left-radius: 5px;
	border-bottom: 1px solid #ccc;
}
.escape-room-time{
	background-color: #fcfcfc;
	border: 1px solid #ccc;
	border-bottom: 0;
	cursor: pointer;
	padding: 10px;
	transition: background 0.25s;
}
.escape-room-time:hover{
	background-color: #f9f9f9;
}
.escape-room-time:active{
	background-color: #f6f6f6;
}
.escape-room-time.active{
	color: #222 !important;
	background-color: yellow !important;
}
@media screen and (max-width: 800px) {
	.tworow, .threerow{
		display: block;
		width: 100%;
	}
	a.navlink{
		padding: 5px;
		width: 100%;
	}
	.flex-container{
		display: block;
	}
	#titlename{
		font-size: 40px;
		position: sticky;
		background-color: #222;
		color: #721212;
		top:0;
		z-index: 9999;
	}
	#menu-button{
		display: inline;
	}
	nav{
		position: fixed;
	}
	article.era{
		display: block;
		height: auto;
	}
	img.eimg{
		display: block;
		margin: 0 auto;
		margin-bottom: 10px;
	}
	#hg{
	    background-position: 50% 50%;
	    background-size: 150% 100%;
	    height: auto;
	}
	#hgcover{
            width: 100%;
	    height: 100vh;
	    padding: 15px;
	}
	a:link {
            color: #0099ff;
        }
        a:hover {
            color: grey;
        }
        .button {
            color: #0099ff;
        }  
        a.navlogo:hover {
            background-color: #0099ff;
        }
        a:visited {
            color: #0099ff;
        }
        a.navlink:visited {
            color: white;
        }  
	a.navlink {
	    color: white;
	}
	body {
            padding: 0;
	    margin: 0;
	}
	div {
	    width: 100%;
	    height: auto;
	    min-width: 100px;
	    min-height: 100px;
	}	
	}	
}
<style type='text/css'>
    body {width:100%;}
</style>
