* {
    box-sizing: border-box;
}
.row::after {
    content: "";
    clear: both;
    display: table;
}
html, body{
    height: 100%;
    margin: 0;
    color: #1d1b1b;
    background-color:##fbfbfb;
}
.hamburger{
  width: 40px;
  height: 18px;
  top: 20px;
  right: 50px;
  position: fixed;
  cursor: pointer;
  z-index: 9;
  display: none;
}
.line1, .line2, .line3{
    width: 100%;
    height: 5px;
    background-color: #4c4c4c;
    margin: 6px 0;
    transition: .4s;
}
.change .line1 {
    -webkit-transform: rotate(-45deg) translate(-9px, 6px) ;
    transform: rotate(-45deg) translate(-9px, 6px) ;
    background-color: white;
}
.change .line2{
    opacity: 0;
}
.change .line3 {
    -webkit-transform: rotate(45deg) translate(-8px, -8px) ;
    transform: rotate(45deg) translate(-8px, -8px) ;
    background-color: white;
}.overlay-burger{
  width: 40px;
  height: 18px;
  top: 20px;
  right: 50px;
  position: absolute;
  cursor: pointer;
}
.overlay {
    height: 100%;
    width: 0;
    position: fixed;
    z-index: 1;
    top: 0;
    left: 0;
    background-color: rgb(0,0,0);
    background-color: rgba(0,0,0, 0.9);
    transition: .4s;
    overflow-x: hidden;
}

.overlay-content {
    position: relative;
    top: 15%;
    width: 100%;
    font-family: 'Montserrat', sans-serif;    
    text-align: center;
    margin-top: 20px;
    text-transform: uppercase;
}
.overlay a {
    padding: 18px;
    text-decoration: none;
    font-size: 55px;
    color: #818181;
    display: block;
    transition: 0.3s;
}
.overlay a:hover, .overlay a:focus {
    color: #59a4a9;
}
.overlay .line1 {
    -webkit-transform: rotate(-45deg) translate(-9px, 6px) ;
    transform: rotate(-45deg) translate(-9px, 6px) ;
    background-color: white;
}
.overlay .line2{
    opacity: 0;
}
.overlay .line3 {
    -webkit-transform: rotate(45deg) translate(-8px, -8px) ;
    transform: rotate(45deg) translate(-8px, -8px) ;
    background-color: white;
}
.overlay-content .social a{
    display: inline;
    text-align: center;
    font-size: 20px;
}
.navigation{
	background-color: #fbfbfb;
	width: 100%;
	height: 75px;
	color: #000000;
	z-index: 10;
	font-family: 'Montserrat', sans-serif;
}

.logo{
	top: 10px;
  	position: absolute;
  	z-index: 20;
  	color: #fff8dc;
}
.logo img{
	height: 20%;
}
.logo-title{
	font-size: 30px;
}
.links{
	padding-top: 25px;
}
.links a{
	font-size: 15px;
	text-decoration: none;
	font-weight: 500;
	letter-spacing: 1px;
	text-transform: uppercase;
	color: #000000;
	padding: 0 8px;
	opacity: .7;
}
.links a:hover, .social a:hover{
	text-decoration: none;
	color: #59a4a9;
	transition: .2s;
}
.number{
	font-size: 12px;
    text-decoration: none;
    font-weight: 500;
    letter-spacing: 1px;
    text-transform: uppercase;
    color: #000000;
    padding: 0 8px;
    opacity: .5;
}
.social{
	top: 25px;
	right: 250px;
	position: absolute;
}
.social a{
	color: #000000;
	padding: 0 12px;
	opacity: .7;
}
.banner{
	background-image: url('ezbg2.jpg');
	background-position: top;
	background-repeat: no-repeat;
	background-attachment: fixed;
	background-size: cover;
	width: 100%;
	height: 700px;
}
.banner h1{
	font-family: 'Montserrat', sans-serif;
	color: #fbfbfb;
	font-size: 6em;
	font-weight: 700;
	margin: 0;
}
.playbutton{
	top: 50px;
	position: relative;
	color: white;
}

.home-info, .photo-gallery, .video-gallery, .contact{	
	background-color: #fbfbfb;
	padding-bottom: 55px;
	background-image: url('content1.jpeg');
	background-repeat: no-repeat;
	background-attachment: fixed;
	background-size: cover;
    background-position: center;
}
.home-info img{
	padding-top: 15%;
    display: block;
    margin-left: auto;
    margin-right: auto;
}
.home-info h1, .photo-gallery h1, .video-gallery h1, .contact h1{
	font-family: 'Montserrat', sans-serif;
	letter-spacing: 1px;
	font-size: 3em;
	color: #dad49a;
}
.home-info p, .contact p{
	line-height: 20px;
	font-family: 'Lato', sans-serif;
	color: #fbfbfb;
	font-size: 16px;
}
.home-info iframe{
	width: 100%;
	height: 35%;
	padding-bottom: 15px;
}
.home-info button{
	width: 40%;
    background-color: #2d2b2b;
    border-radius: 1px;
    border: none;
    color: #fbfbfb;
    padding: 10px 0;
    text-transform: uppercase;
}
.home-info button:hover{
	cursor: pointer;
	background-color: #59a4a9;
	transition: .6s;
}
.video-gallery iframe{
	width: 100%;
	height: 35%;
	padding-bottom: 10px;
}

.contact h2{
	font-family: 'Lato', sans-serif;
	color: #dad49a;	
    font-weight: 400;
    letter-spacing: 2px;
}
input[type=text],[type=email], select, textarea {
    color: #fbfbfb;
    width: 100%;   
    border: 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.07);
    background: transparent;
    box-sizing: border-box;
    margin-top: 6px; 
    margin-bottom: 16px; 
    resize: vertical ;
      outline: none;
}
#message{
    height: 225px;
    width: 100%;
}
input[type=text]:focus,[type=email]:focus, select, textarea:focus{
    border-bottom: 1px solid #dad49a;
}
input[type=submit]{
  background-color: #2d2b2b;
  color:  #f3e2e2;
  border: 0;
  padding: 10px;
  width: 100%;
  text-transform: uppercase;
  letter-spacing: 1px;  
}
input[type=submit]:hover{
  color: #dad49a;
  transition: .2s ease-in;
  font-weight: 500;
  letter-spacing: 3px;
}
.links1{
	background-color: #0e1010;
}
.links2{
	background-color: #0e0d03;
}
.links3{
	background-image: url('bg1.jpg');
	background-position: center;
	background-size: cover;
}
.links3 .link-container{
	visibility: hidden;
}
.links1, .links2{
	color: #fbfbfb;
	font-family: 'Montserrat', sans-serif;
	text-transform: uppercase;
	font-weight: 400;
}
.links1:hover, .links2:hover{
	color: #59a4a9;
	transition: .1s;
}
.link-container{
	padding-top: 25%;
	padding-bottom: 25%;
	text-align: center;
}
.link-container button{
	background-color: #fbfbfb;
	padding: 5px;
	width: 80px;
	border: none;
	font-family: 'Lato', sans-serif;
	text-transform: uppercase;
}
.link-container button:hover{	
	cursor: pointer;
	background-color: #59a4a9;
	font-weight: 500;
	transition: .6s;
}
.book-now{
	background-color: #10100e;
	width: 100%;
	text-align: center;
}
.photo{
	width: 25%;
	float: left;
}
.photo img{
	width: 100%;
}
.footer{
	padding-top: 40px;
	background-color: #fbfbfb;
	color: #2d2b2b;
	text-align: center;
}
.playscreen {
    display: none; /* Hidden by default */
    position: fixed; /* Stay in place */
    z-index: 1; /* Sit on top */
    left: 0;
    top: 0;
    width: 100%; /* Full width */
    height: 100%; /* Full height */
    overflow: auto; /* Enable scroll if needed */
    background-color: rgb(0,0,0); /* Fallback color */
    background-color: rgba(0,0,0,0.8); /* Black w/ opacity */
}
.playarea{
	text-align: center;
	padding-top: 15%;
}
.close{
	text-align: right;
	font-size: 12px;
	color: white;
	text-transform: uppercase;
	font-family: 'Montserrat', sans-serif;
}
.pressplay{
	text-align: center;
	padding: 50px 0;
	color: #2d2b2b;
}
#play:hover{
	color: #59a4a9;
	transition: .6s;
	cursor: pointer;
}
.footer h1{
	margin: 0;
	padding: 50px 0;
}
.footer a{
	color: #2d2b2b;
	padding: 30px 30px;
}
.footer a:hover{
	color: #59a4a9;
}
.container{
	padding: 40px 15%;
}
.nav-container{
	padding: 0 15%;
}

[class*="col-"] {
    float: left;
    padding: 5px;
}
/* For mobile phones: */
[class*="col-"] {
    width: 100%;
}
@media only screen and (min-width: 600px) {
    /* For tablets: */
    .col-m-1 {width: 8.33%;}
    .col-m-2 {width: 16.66%;}
    .col-m-3 {width: 25%;}
    .col-m-4 {width: 33.33%;}
    .col-m-5 {width: 41.66%;}
    .col-m-6 {width: 50%;}
    .col-m-7 {width: 58.33%;}
    .col-m-8 {width: 66.66%;}
    .col-m-9 {width: 75%;}
    .col-m-10 {width: 83.33%;}
    .col-m-11 {width: 91.66%;}
    .col-m-12 {width: 100%;}
}
@media only screen and (min-width: 1200px) {
    /* For desktop: */
    .col-1 {width: 8.33%;}
    .col-2 {width: 16.66%;}
    .col-3 {width: 25%;}
    .col-4 {width: 33.33%;}
    .col-5 {width: 41.66%;}
    .col-6 {width: 50%;}
    .col-7 {width: 58.33%;}
    .col-8 {width: 66.66%;}
    .col-9 {width: 75%;}
    .col-10 {width: 83.33%;}
    .col-11 {width: 91.66%;}
    .col-12 {width: 100%;}
}
@media only screen and (max-width:440px){
	.footer a{
	padding: 30px 10px;
	}
	.home-info img{
		width: 95%;
	}
}
@media only screen and (max-width: 600px){
	.container{
	padding: 40px 1%;
	}
}
@media only screen and (max-width: 968px) {	
	.hamburger{
		display: block;
	}
	.links, .social, .number{
		display: none;
	}
}
@media only screen and (min-width: 601px){

	.link-container{
	padding-top: 15%;
	padding-bottom: 15%;
	text-align: center;
	}
}
@media  only screen and  (min-width: 1200px){
	.link-container{
	padding-top: 25%;
	padding-bottom: 25%;
	text-align: center;
	}
}