@import 'http://www.hotelverlooy.be/assets/css/reset.css';

/* FONTS */
@import url(http://fonts.googleapis.com/css?family=Dosis:400,200,300);


html, body {
	height: 100%;
}

body{
	overflow-x: hidden;
}

p{
	line-height: 1.8em;
}
a {
    	color: #66CCFF;
}
/* NAVIGATIE */

#nav{
	position: relative;
	width: 100%;
	height: 60px;
	background: #201F24;
	opacity: .9;
}
#innernav{
	position: relative;
	width: 960px;
	height: 60px;
	margin: 0 auto;
}
#innernav ul{
	padding-top: 20px;
	text-align: center;
}
#innernav ul li{
	position: relative;
	display: inline;
}
#innernav ul li:first-child{
	margin-left: 0px
}
#innernav ul li:before{
	content:'\007C';
	color: #66CCFF;
	margin-left: 10px;
	margin-right: 10px;
}
#innernav li:first-child:before {
    content:none;
    }
#innernav li:last-child:before {
    content:none;
    }
#innernav ul li a{
	font-size: 20px;
	color: white;
	text-decoration: none;
	font-family: "Dosis", Arial, Helvetica, sans-serif;
	text-transform: uppercase;
	font-weight: 300;

}


 #fbnavHome{
	float: right;
	margin-top: -.5%;
	height: 35px;
	opacity: 0.5;
	position:relative;
	left: 5px;
}


/* FOOTER / BOEKEN */

#footer, #reserveren{
	position: relative;
	width: 960px;
	height: 51px;
	background: #201F24;
	margin: 0 auto;
	float: left;
	left: 25%;
	margin-left: -240px;
}
#footer{
	text-align: center;
	padding-bottom: 15px;
}
#footer p, #bookround span{
	font-family: "Dosis", Arial, Helvetica, sans-serif;
	color: #fff;
	font-size: 17px;
	margin-top: 18px;
	font-weight: 300;
}
#footer a{
	color: #fff;
	text-decoration: none;
}
.clearfooter {
height: 85px;
clear: both;
}
/* BOEkEN */

#reserveren{
	position: relative;
	height: 90px;
	z-index: 5;
	background: rgba(32,31,36,0.7);
}

#bookround{
	position: relative;
	width: 90px;
  	height: 90px;
  	background-color: #66CCFF;
  	border-radius: 50px; 
  	opacity: 1;
  	z-index: 10;
  	margin-left: -25px;
  	margin-top: -35px;
  	-webkit-box-shadow:2px 3px 3.92px 0.08px rgba(0, 0, 0, 0.65);
   	-moz-box-shadow:2px 3px 3.92px 0.08px rgba(0, 0, 0, 0.65);
	box-shadow:2px 3px 3.92px 0.08px rgba(0, 0, 0, 0.65);
}

#bookround span{
	position: absolute;
	font-size: 22px;
	margin-top: 35px;
	margin-left: 15px;
}

#reserverenForm{
	position: relative;
	width: 880px;
	height: 50px;
	margin-left: 80px;
	margin-top: -30px;
}

.resinputfoot{
	border: none;
	height: 30px;
	width: 205px;
	padding-left: 5px;
	font-family: Verdana, Helvetica, sans-serif;
	color: black;
	margin-right: 30px;
}

.ressubmitfoot{
	float: right;
	background-color: #66CCFF;
	border: none;
	width: 135px;
	height: 45px;
	margin-right: 0;
	font-family: "Dosis", Arial, Helvetica, sans-serif;
	cursor: pointer;
	color: white;
	font-size: 15px;
	margin-top: -5px;
	font-size: 18px;

}