/*--general--*/

body {
	margin: 0px;
	padding: 0px;
	/*background-color: #888;*/
    background-color: #a2d2c4;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	color: #eee;
}

.page-container {
max-width: 850px;
margin: 0px auto 0px auto;
/*background-color: #666;*/
background-color: #11604f;
padding: 0px 0px 200px 0px;
}

a {
	text-decoration: none;
	color: #eee;
}

p {
	clear: both;
	margin: 10px 0px 10px 0px;
}

.text a {
	color: #eee;
}

.quote {
	margin: 15px 0px 15px 15px;
	font-size: 19px;
}

.link {
	border-style: dotted;
	border-width: 0px 0px 1px 0px;
	border-color: #eee;
}

.stretch {
    width:100%;
    height:100%;
}

.overlap {
	margin-bottom: -80px;
}

.text {
	position: relative;
	width: 60%;
	margin-left: 20%;
	font-family: 'lato', sans-serif;
	font-size: 18px;
	color: #eee;
}

.content-spacer-top {
	height: 0px;
}

.content-spacer-bottom {
	height: 100px;
}

.section-spacer {
	height: 39px;
}

h2 {
	font-family: 'lato', sans-serif;
	font-size: 32px;
	margin: 50px 0px 0px -20px;
	clear: both;
}

h3 {
	font-family: 'lato', sans-serif;
	font-size: 24px;
	clear: both;
}

@media only screen and (max-height: 699px) {
	.overlap {
		margin-bottom: -200px;
	}
}

.twitter {
	width: 350px;
	margin: 0 auto 0 auto;
}

/*--cols--*/

.col-1 {
	display: inline-block;
	width: 100%;
	padding: 0px 10px 0px 10px;
}

.col-50-r {
	display: inline-block;
	width: 45%;
	float: right;
	z-index: 50;
	padding: 0px 5px 0px 0px;
}

.col-50-l {
	display: inline-block;
	width: 45%;
	float: left;
	z-index: 50;
	padding: 0px 0px 0px 5px;
}



@media only screen and (max-width: 768px) {
	.col-50-r, .col-50-l, .col-1 {
		display: block;
		float: none;
		padding: 0px;
		width: 100%;
		clear: both;
	}
	.text {
		width: 80%;
		margin-left: 10%;
	}
	.content-spacer-top {
		height: 40px;
	}
}

/*--nav--*/

.nav-bar {
	position: fixed;
	top: 0px;
	z-index: 100;
	float: left;
	color: #eee;
	font-family: 'Quicksand', sans-serif;
	font-size: 14px;
	width: 850px;
	text-align: center;
	padding: 10px 0px 10px 0px;
	border-style: solid;
	border-width: 0px 0px 1px 0px;
	border-color: #333;
	/*background-color: #666;*/
    background-color: #064135;
}

.nav-item {
	border-style: solid;
	color: #eee;
	border-width: 0px 0px 0px 0px;
	border-color: #eee;
}

.nav-divider {
	padding: 0px 20px 0px 20px;
}

@media only screen and (max-width: 850px) {
	.nav-bar {
		font-size: 12px;
		width: 100%;
	}
	.nav-divider {
		padding: 0px 8px 0px 8px;
	}
}


@media only screen and (max-width: 768px) {
	.gmap {
		display: none;
	}
}

/* pics */

.pub-pic-full-width {
	width: 100%;
	margin: 0px 0px 20px 0px;
}

.pub-pic-col {
	width: 100%;
	margin: 20px 0px 0px 0px;
}

.pub-img {
	width: 100%;
}
	

/*--section 1--*/

.section-1 {
	/*height: 100vh;*/
	/*background-color: #666;*/
    background-color: #11604f;
}

.site-title { 
	font-family: 'Spectral SC', serif;
	font-size: 90px;
	color: #eee;
	text-align: center;
	padding-top: 55px;
	/*background-color: #444;*/
    background-color: #11604f;
}

@media only screen and (max-width: 768px) {
	.site-title {
		font-size: 50px;
		padding-top: 35px;
	}
}

.strapline {
	font-family: 'Tangerine', cursive;
	font-size: 90px;
	color: #eee;
	text-align: center;
	/*background-color: #444;*/
    background-color: #11604f;
	padding: 0px 0px 50px 0px;
}

.sub-strapline {
	color: #eee;
	text-align: center;
	padding: 20px 0px 0px 0px;
	font-size: 16px;
	clear: both;
}

@media only screen and (max-width: 768px) {
	.strapline {
		font-size: 60px;
	}
}

/*--sections --*/

.section-2, .section-3, .section-4, .section-5, .section-6 {
	clear: both;
	/*background-color: #666;*/
    background-color: #11604f;
	padding-top: 38px;
}

.section-head {
	font-family: 'Spectral SC', serif;
	font-size: 38px;
	clear: both;
	color: #fff;
	/*background-color: #444;*/
    background-color: #064135;
	padding: 15px 5px 5px 40px;
	/*margin: 100px 0px 0px;*/
}


/*-- map --*/

.gmap {
	margin: 0px auto 0px auto;
}

/*-- footer --*/

.footer {
	position: fixed;
	bottom: 0px;
	color: #eee;
	z-index: 100;
	float: left;
	font-family: 'Quicksand', sans-serif;
	font-weight: 400;
	font-size: 14px;
	width: 850px;
	text-align: center;
	padding: 10px 0px 10px 0px;
	border-style: solid;
	border-width: 1px 0px 0px 0px;
	border-color: #333;
	/*background-color: #666;*/
    background-color: #064135;
}

.footer-divider {
	padding: 0px 10px 0px 10px;
}

.fb-footer {
	padding: 10px 0px 0px 0px;
}

@media only screen and (max-width: 850px) {
	.footer {
		font-size: 12px;
		width: 100%;
	}
}

/*-- Booking --*/

#container{width:100%;height:700px}


@media only screen and (max-width: 810px)
{
#container{width:100%;height:1200px}
}
/

