@charset "utf-8";

@import url('https://fonts.googleapis.com/css?family=Voltaire');
@import url('https://fonts.googleapis.com/css?family=Open+Sans');

*{
	box-sizing: border-box;
}

body, html{
	padding: 0;
	margin: 0;
}

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

h1, h2, h3, h4, h5, h6, label, input[type="submit"], nav{
	font-family: 'Voltaire', sans-serif;
	text-transform: uppercase;
}

.col-group{
	max-width: 1200px;
	margin-left: auto;
	margin-right: auto;
}

#masthead{
	background-color: rgba(0,0,0,0.5);
	color: #fff;
	min-height: 500px;
	position: relative;
	overflow: hidden;
}
#masthead h1{
	max-width: 7em;
	margin-left: auto;
	margin-right: auto;
	font-size: 2em;
}
#masthead video{
	position: absolute;
	top: 50%;
	left: 50%;
	min-width: 100%;
	min-height: 100%;
	width: auto;
	height: auto;
	z-index: -100;
	-ms-transform: translateX(-50%) translateY(-50%);
	-moz-transform: translateX(-50%) translateY(-50%);
	-webkit-transform: translateX(-50%) translateY(-50%);
	transform: translateX(-50%) translateY(-50%);
	background: url(polina.jpg) no-repeat;
	background-size: cover;
}
#site-header{
	padding-top: 1em;
}

.logo-link{
	text-align:center;
}


#logo{
	max-width: 12em;
}

nav#site-nav ul{
	text-align: center;
}

@media (min-width: 768px){
	.logo-link{
		text-align: left;
	}
	nav#site-nav ul{
		text-align: right;
	}
}

nav#site-nav li{
	list-style-type: none;
	display: inline-block;
	margin-right: 1.3em;
}
nav#site-nav li:last-of-type{
	margin-right: 0;
}

nav#site-nav li.active a{
	border-bottom: solid 3px #fff;
}

nav#site-nav a{
	text-decoration: none;
	font-size: 1.3em;
	color: #fff;
}

nav#site-nav a:hover{
	border-bottom: dotted 2px #fff;
}

nav#site-nav a.nav-book{
	padding: 0.5em;
	border-radius: 0.25em;
	background-color: #3e93e2;
	color: #fff;
}
nav#site-nav a.nav-book:hover{
	border-bottom: none;
	background-color: #fff;
	color: #3e93e2;
}

#intro{
	text-align: center;
	margin-top: 2em;
	margin-bottom: 2em;}
#intro p{
	font-size: 1em;
	line-height: 1.6em;
	max-width: 29em;
	margin-left: auto;
	margin-right: auto;
}
#intro img{
	width: 200px;
}
@media screen and (min-width : 630px){
	#masthead h1{
		font-size: 3em;
	}
	#intro img{
		width: auto;
	}
	#intro p{
		font-size: 1.2em;
	}
}

#booking{
	background: black;
	padding: 1em;
}
#booking .col-group{
	max-width: 800px;
}
#booking label{
	display:block;
	color: #fff;
	margin-bottom: 0.5em;
}
#booking input,
#booking select{
	display:block;
	clear:both;
	background: #333;
	border: solid 1px #ccc;
	padding: 5px;
	color: #fff;
	width: 100%;
}
#booking input[type="submit"]{
	background: #3e93e2;
	text-align: left;
	font-size: 1.1em;
	padding: 0.1em 0.3em;
	margin-top: 1.5em;
	cursor: pointer;
}
#booking select.duration{
	margin-bottom: 1em;
}
#booking span.submit-button{
	position: relative;
	display: block;
}	
#booking span.submit-button:after{
	font-family: 'FontAwesome';
	content: "\f0da";
	display: block;
	position: absolute;
	color: #fff;
	top: 50%;
	right: 10px;
	margin-top: -0.55em;
}

.feature.col-group{
	max-width: none;
	padding: 0;
}
.feature{
	background: #535c5b;
}
.feature .col-6{
	flex: stretch;
}
.feature-text{
	background: #535c5b;
	color: #fff;
	padding: 1em 2em; 
	margin-bottom: 2em;
}
.feature-text h3{
	margin-top: 0;
	font-size: 1.4em;
}
.feature-text h3,
.feature-text p{
	max-width: 25em;
}
.feature-text a{
	color: #fff;
}
.feature-text a.button-outline{
	text-transform: uppercase;
	font-family: 'Voltaire', sans-serif;
	font-size: 1.1em;
	text-decoration: none;
	padding: 5px 25px 5px 5px;
	border: solid 1px;
	margin-top: 0.5em;
	display: inline-block;
	position: relative;
}
.feature-text a.button-outline:hover{
	border: dotted 1px #fff;
}
.feature-text a.button-outline i{
	right: 8px;
	position: absolute;
	top: 8px;
}
@media screen and (min-width : 768px){
	.col-pull-6.feature-text{
		text-align: right;
	}
	.col-pull-6.feature-text div{
		display: inline-block;
	}
}
.feature-image{
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
	height: 20em;
}

@media (min-width:768px){
	.feature{
		display: flex;
	}
	.feature-text{
		padding: 5em 3em;
		margin-bottom: 0;
	}
	.feature-image{
		height: auto;
	}
}

footer#site-footer{
	background: black;
	color: white;
	overflow: hidden;
	padding-bottom: 3em;
}

.weather i:before{
	font-size: 2em;
}
.weather .temperature{
	display: inline-block;
	margin-left: 0.5em;
	font-size: 1.5em;
	line-height: 32px;
}
#site-nav{
	display: none;
}

@media screen and (min-width : 655px){
	.slicknav_menu{
		display: none;
	}
	#site-nav{
		display: block;
	}
}

@media screen and (max-width: 500px){
	#booking .col-group{
		padding: 0;
	}
}

.slicknav_menu{
	text-align: center;
	font-size: 1.2em;
}
.slicknav_btn{
	font-family: 'Voltaire', sans-serif;
}

.social{
	font-size: 2.5em;
	text-align: right;
	margin-top: 0.5em;
}
.social a{
	color: #fff;
}
.social a:hover{
	color: #3e93e2;
}

#nav-footer{
	font-family: 'Voltaire', sans-serif;
	text-transform: uppercase;
	font-size: 0.4em;
	margin: 0; 
}
#nav-footer li{
	list-style-type: none;
	display: inline-block;
	padding-right: 1em;
	margin-right: 1em;
	border-right: solid 1px #fff;
}
#nav-footer li:last-of-type{
	border-right: 0;
	margin-right: 0;
	padding-right: 0;
}
#nav-footer li a{
	text-decoration: none;
	border-bottom: 1px dotted;
}

#nav-social{
	margin: 0.5em 0 0 0;
}
#nav-social li{
	display: inline-block;
	list-style-type: none;
}