/* S T Y L E */

body {
    font-family: 'Vollkorn', serif;
    font-weight: 400;
    font-size: 17px;
	line-height:26px;
    color: #4c4545;
    padding: 0;
	margin: 0;
	overflow: scroll;
	background-color: #fff;
	border: none;
}

a, a:visited {
	color: #846d74;
	text-decoration: none;
}

a:hover {
	color: #807777; 
	cursor: pointer; 
}

.clearfix {
	clear: both;
}

h1, h2, h3 {
	font-family: 'Vollkorn', serif;
	font-weight: normal;
	text-decoration: none;
}
h1 {
	font-size: 50px;
	line-height: 50px;
	padding-top: 20px;
	font-style: italic;
	text-align: center;
} /*small titles*/

h2 {
	font-size: 35px;
	color: #fff;
	text-align: center;
	padding-top: 50px;
	letter-spacing: 6px;
}

h3 {
	position: absolute;
	top: 80px;
	left: 0;
	width: 100%;
	color: #4c4545;
	text-align: center;

} /*contact page*/

h3 span {
	font-size: 48px;
}

#container { 
	width:90%;
	max-width: 1000px;
	margin-top: 115px;
	margin-left: auto;
	margin-right: auto;
}

#topContainer {
	top: 0; 
	left: 0;
	position: fixed;
	width: 100%;
	height: 115px;
	padding: 0;
	z-index: 102;
	background-color: #fff;
	clear:both;
}

header {
	max-width: 1100px;
	height: 115px;
	clear: both;
	margin: 0 auto;
}


.logo a:hover {
	background-color: transparent;
	border: none;
}

nav {
	font-size: 17px;
	padding-top: 10px; 
	left: 0;
	width: 90%;
	z-index: 100;
	margin: 0 auto;
}

nav a, nav a:visited {
	color: #4c4545;
	text-decoration: none;
	letter-spacing: 3px;
}

nav a:hover {
	color: #846d74;
}

ul, ol {
	list-style: none;
	padding: 0;
}


nav li {
	margin: 14px 30px 0 30px;
	display: inline;
	float: right;
}

/* dropdown menu */

ul.dropdown {
}

ul.dropdown li {
	color: #fff;
}

ul.dropdown li a {
	display: block;
}

ul.dropdown ul { 
	width: 250px;
	visibility: hidden;
	position: absolute;
	top: 59%;
	background: #846d74;
}

ul.dropdown ul li {
	margin: 0;
	padding: 8px 0 8px 19px;
	font-size: 15px;
	float: left;
}
ul.dropdown ul li a {
	color: #fff;
}
ul.dropdown ul li a:hover {
	color: #ccc;
	background-color: transparent;
	padding-top: 0;
	padding-bottom: 0;
}


.colorBlock {
	width: 100%;
	height: 120px;
}


.indexWrapper {
	max-width: 750px;
	margin: 0 auto;
	margin-top: 40px;
}

.indexCol {
	float: left;
	max-width: 350px;
	margin: 10px 10px 0 10px;
}

.booking {
	max-width: 550px;
	margin: 0 auto;
	font-size: 30px;
	line-height: 43px;
	padding: 30px 0;
}

.contact {
	width: 100%;
	position: relative;
}

.serviceCol {
	float: left;
	font-size: 20px;
	line-height: 34px;
}

.serviceCol li {
	display: block;
	margin: 0;
}
.serviceCol ul {
	margin-top: 0;
}
.serviceCol p.des {
	margin-top:0;
	color:#846d74;
}

.button {
	width: 100%;
	background-color: #eac0b9;
	height: 70px;
	text-align: center;
	margin-top: 30px;
	padding: 20px 0 0 0;
	letter-spacing: 5px;
	-webkit-transition: border 0.3s ease-in;
	-webkit-transition: background-color 0.3s ease-in;
}

.button:hover {
	background-color: #f4ddd9;
	color: #846d74;
}

.google-maps {
	float: left;
	position: relative;
	padding-bottom: 30%;
	padding-top: 30px;
	height: 0;
	overflow: hidden;
	max-width: 600px;
	margin-right: 50px;
} 
/* .google-maps iframe, .google-maps object, .google-maps embed {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
} */


.copyright {
	clear: both;
	height: 10px;
	padding-top: 50px;
	margin-bottom: 50px;
	font-size: 13px;
	text-align: center;
}



