body { text-align:center;
margin: 0 auto ;
background-color:#e8e8e8;}
.content {
max-width: 100%;
text-align: center;
margin: auto;
}
.content2 {
opacity:1;
margin-top: -110px;
margin:10px;
}
.menu{
	position:relative;
	text-align: center;
	left:0;
	right:0;
	margin-left:auto;
	margin-right:auto;
	z-index:6;
}
@media screen and (max-width: 1000px) {

  .content2 {
    width: 100%; 
	
	padding-left:20px;
	padding-right:20px;
  }
   .content3 {
    width: 100%;
	
	padding-left:20px;
	padding-right:20px;
  }
    .content4 {
    width: 100%; 
	
	padding-left:20px;
	padding-right:20px;
  }
     .content5 {
    width: 100%;
	height:100%;
	padding-left:20px;
	padding-right:20px;
  }
  .content6 {
    width: 16.66%;
	float:left;
  }
  p{
	  font-size:30px;
    font-family:'geo', Verdana, Geneva, sans-serif;
  }
}
@media screen and (min-width: 1001px) and (max-width: 1950px) {

  .content2 {
    width: 80%;
  }
   .content3 {
    width: 55%;
  }
    .content4 {
    width: 45%;
  }
    .content5 {
    width: 50%;
	height:100%;
	padding-left:30px;
	padding-right:30px;
  }
  .content6 {
    width: 16.66%;
	float:left;
  }
  p{
	  font-size:35px;	  
    font-family:'geo', Verdana, Geneva, sans-serif;
  }
}
@media screen and (min-width: 1951px) {

  .content2 {
    width: 60%;
  }
   .content3 {
    width: 60%;
  }
    .content4 {
    width: 40%;
  }
     .content5 {
    width: 50%;
	height:100%;
	padding-left:30px;
	padding-right:30px;
  }
  .content6 {
    width: 16.5%;
	float:left;
  }
  p{
	  font-size:35px; 
    font-family:'geo', Verdana, Geneva, sans-serif;
  }
}
li{
	font-size:2.5em;
    font-family:'geo', Verdana, Geneva, sans-serif;
}
h2 {
    color: white;
    font-family:'geo', Verdana, Geneva, sans-serif;
    text-align: left;
}
h3 {
    color: white;
    font-family:'geo', Verdana, Geneva, sans-serif;
    text-align: left;
    text-shadow: 0 1px 0 #4c4c4c;
}
h4 {
    color: white;
    font-family:'geo', Verdana, Geneva, sans-serif;
	font-size:3em;
    text-align: left;
	font-style:normal;
}
h5 {
    color: white;
    font-family:'geo', Verdana, Geneva, sans-serif;
	font-weight:bold;
    font-size: 2em;
    text-align: left;
    text-shadow: 0 1px 0 #4c4c4c;
}
p{
	font-family:'geo', Verdana, Geneva, sans-serif;
	font-style:normal;
	color: white;
}
a{text-decoration:none;} 

@font-face
{
 font-family: 'geo';
 src: url(../font/gothic.TTF);
}
			
.contain {
  width: 50%;
  height: 100%;
  margin: 0;
  padding: 0;
  transition: all 0.3s ease;
}

body.menu-active .contain {
  transform: scale(0.9);
}

.contain .inner {
  width: 50%;
  height: 100%;
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  overflow: hidden;
}

body.menu-active .nav a.white {
  color: #212121;
  transition: all 0.15s ease;
}

.nav a.link {
  float: right;
  position: relative;
  text-align: center;
}

.nav a.link i {
  position: absolute;
  display: block;
  transform: translateX(-50%);
  
  transition: all 0.32s ease;
}

.nav a.link i.hidden {
  opacity: 0;
  pointer-events: none;
}

.nav a.link:hover i {
  opacity: 0;
  pointer-events: none;
}

.nav a.link:hover i.hidden {
  opacity: 1;
  pointer-events: auto;
}

input, textarea {
  font-size: 18px;
  height: 25px;
  padding: 10px 10px 10px 5px;
  display: block;
  width: 300px;
  border: none;
  outline: none;
  border-bottom: 1px solid #B1B1B1;
  color: #B1B1B1;
  background: rgba(0,0,0,0);
  opacity: 0.95;
  transition: 0.2s ease;
}

input:focus {
  outline: none;
  opacity: 1;
}
textarea:focus {
  outline: none;
  opacity: 1;
}

label {
  color: #4c4c4c; 
  font-size: 2em;
  font-weight: normal;
  position: absolute;
  pointer-events: none;
  left: 25px;
  top: 20px;
  opacity: 0.5;
  transition: 0.2s ease all; 
  -moz-transition: 0.2s ease all; 
  -webkit-transition: 0.2s ease all;
}

/* active state */
input:focus ~ label, input:valid ~ label 		{
  top: -10px;
  font-size: 1.5em;
  color: #B1B1B1;
  opacity: 1;
}
textarea:focus ~ label, textarea:valid ~ label 		{
  top: -10px;
  font-size: 1.5em;
  color: #B1B1B1;
  opacity: 1;
}
.highlight {
  position: absolute;
  height: 60%; 
  width: 100px; 
  top: 25%; 
  left: 0;
  pointer-events: none;
  opacity: 0.5;
}

/* active state */
input:focus ~ .highlight {
  -webkit-animation:inputHighlighter 0.3s ease;
  -moz-animation:inputHighlighter 0.3s ease;
  animation:inputHighlighter 0.3s ease;
}
a.send-btn {
  float: right;
  color: #B1B1B1;
  transition: 0.2s ease;
}

a.send-btn:hover {
  color: #FAFAFA;
  cursor: pointer;
}
.box {
  opacity:1;
  background-size: 88% auto;
  width: 100%;
}
.titles{
		  color:#4c4c4c;  
		  font-size:3.5em;
}
.containera {
  position: relative;
  width: 50%;
}

.imagea {
  width:80%;
  padding: 10px;  
  margin: 0 auto;
  transition: transform .2s;
}

.imagea:hover {
  transform: scale(1.1);
  background:#7A2D2F;
}

.overlaya {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  height: 100%;
  width: 100%;
  opacity: 0;
  transition: .5s ease;
  background-color: #4c4c4c;
}

.containera:hover .overlaya {
  opacity: 1;
}

.texta {
  color: white;
  font-size: 2em;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  text-align: center;
}
.texta :hover{
	
  pointer-events:auto;
}

.myButton {
	background-color: #4d4d4d;
	-moz-border-radius:42px;
	-webkit-border-radius:42px;
	border-radius:42px;
	display:inline-block;
	cursor:pointer;
	color:white;
	font-size:2em;
	font-weight:bold;
	padding:4px 11px;
	text-decoration:none;
}
.myButton:hover {
	background-color: #7a7a7a;
}
.myButton:active {
	position:relative;
	top:1px;
}

.dropbtn {
  color: white;
  padding: 7px;
  font-size: 2em;
  border: none;
}

.dropdown {
  position: relative;
  display: inline-block;
}

.dropdown-content {
  margin-top:-3px;
  display: none;
  position: absolute;
  background-color: #4d4d4d;
  min-width: 220px;
  box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
  z-index: 1;
}

.dropdown-content a {
  color: white;
  padding: 7px 7px;
  text-decoration: none;
  font-size: 3em;
  display: block;
}

.dropdown-content a {
  color:#C3C3C3;
  padding: 10px 10px;
  text-decoration: none;
  font-size: 3em;
  display: block;
}

.dropdown-content a:hover {
background-color: #4d4d4d;
color:white;
text-decoration: none;
}

.dropdown:hover .dropdown-content {display: block;}

.booking {
  position: relative;
  margin-top:-15px;
  float:right;
  display: inline-block;
  background:url(../img/booking%20back.png);
  padding:20px;
  padding-top:50px;
  padding-right:50px;
  z-index:99999;
  pointer-events:auto;
  transform: scale(1.5);
}

/* Style inputs */
input[type=text], select, textarea {
  width: 100%;
  padding: 12px;
  border: 1px solid #ccc;
  margin-top: 6px;
  margin-bottom: 26px;
  resize: vertical;
}

input[type=submit] {
	background: #4c4c4c;
	border: none;
	padding: 5px 10px 35px 10px;
	border-radius: 5px;
	color: white;
}
input[type=submit]:hover {
	background: #7d7c7c;
}

/* Clear floats after the columns */
.row:after {
  content: "";
  display: table;
  clear: both;
}

/* Responsive layout - when the screen is less than 600px wide, make the two columns stack on top of each other instead of next to each other */
@media screen and (max-width: 600px) {
  .column, input[type=submit] {
    width: 100%;
    margin-top: 0;
  }
}

::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: white;
  
  opacity: 1; /* Firefox */
}
.rooms {
  position: relative;
  color: #4d4d4d;
  text-decoration: none;
}

.rooms:hover {
  color: #4d4d4d;
  text-decoration: underline;
}
.rooms:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 2px;
  bottom: 0;
  left: 0;
  visibility: hidden;
  -webkit-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
}
.rooms {
  position: relative;
  color: #4d4d4d;
  text-decoration: none;
}

.rooms:hover {
  color: #4d4d4d;
}
.rooms:hover:before {
  visibility: visible;
  -webkit-transform: scaleX(1);
  transform: scaleX(1);
}

.frame {
  display: block;
  width: 100vw;
  height: 100vh;
  max-width: 100%;
  margin: 0;
  padding: 0;
  border: 0 none;
  box-sizing: border-box;
}

.hideme
{
    opacity:0;
}