/* Main */
html, body {
	font-family: "Montserrat",sans-serif;
	font-size: 12pt;
	padding: 0;
	margin: 0;
}
a{
	color: #337ab7;
	text-decoration: none;
	background: transparent;
}
a:focus, a:hover{
    color: #23527c;
    text-decoration: underline;
}
a:active, a:hover{ outline: 0; }

.header-img{ margin-bottom: -4px; }
.container {
	margin-right: auto;
	margin-left: auto;
	padding-right: 15px;
	padding-left: 15px;
}
h2{
	font-size: 36px;
	font-family: 'Gentium Basic', Georgia, serif;
	background: #a9842c;
	color: #fff;
	border-radius: 8px;
	padding-left: 10px;
}
#footer{
	background: #4f4e18;
	color: #fff;
	padding: 10px;
	padding-left: 0;
	padding-right: 0;
	margin-left: -16px;
	margin-right: -16px;
	/*width: 102%;*/
}
#footer hr{
	margin-top: 20px;
	margin-bottom: 20px;
	border: 0;
	border-top: 1px solid #eee;
	border-color: #949494;
	height: 0;
}
#footer a {
	color: #efefef;
	text-decoration: none;
}
#footer a:hover {
	color: #337ab7;
}
.copyright {
	text-align: center;
	color: #efefef;
	font-size: 14px;
}

.whernsideview-img-landscape, .farmhouse-img-landscape{
	float: right;
	margin-left: 20px;
	margin-bottom: 20px;
}
.whernsideview-img-portrait, .farmhouse-img-portrait{
	margin-top: 20px;
	margin-bottom: 20px;
}


table{
	border-collapse: collapse;
	background: #cccc66;
}
th,td{
	border: 1px solid #000;
	padding: 5px;
	vertical-align: top;
	text-align: left;
}

.tbl-cottage-landscape, .tbl-cottage-accomm{
	width: 100%;
}

.tbl-cottage-landscape tr:nth-child(2), .tbl-cottage-accomm tr:nth-child(2){
	background: #fff;
}

.tbl-cottage-portrait{
	width: 100%;
}
.tbl-cottage-portrait td:nth-child(2){
	background: #fff;
}

.bg-white{
	background: #fff;
}
.whernside-view-cottage{
	width: 100%;
}


/* Header */
#header{
	margin-top: -16px;
	margin-right: -30px;
	height: 66px;
}
#header li{
	position: relative;
	display: block;
	background: #fff;
}
#header li a{
	position: relative;
	display: block;
	padding: 10px 15px;
	text-decoration: none;
	line-height: 20px;
	padding-top: 15px;
	padding-bottom: 15px;
	color: #000;
}
#header li a:hover{
	background: #dcdcdc;
	color: #000;
	transition: background 0.25s;
}
#header li.focus a{
	background: #4f4e18;
	color: #fff;
}
#header li a path{
	fill: #000;
}
#header li.focus a path{
	fill: #fff;
}

#home{
	fill: #fff;
}
.header-title{
	color: #4f4e18;
	font-family: 'Dancing Script', cursive;
	margin-top: 0;
	margin-bottom: 10px;
	clear: left;
	font-size: 60px;
}
.header-subtitle{
	margin-bottom: 6px;
}


/* Toggle Mobile Nav */
.state1 {
	/* position of background button */
	margin-left: -10px;
	margin-top: 0;
	height: 56px;
	width: 56px;
	cursor: pointer;
	background: Transparent;
	background-repeat:no-repeat;
	border: none;
	overflow: hidden;
	outline:none;

	position: absolute;
}
.state1 span{
	display: block;
	height: 3px;
	width: 33px;
	background: #000;
	border-radius: 2px;
	position: relative;
	left: -4px;
	transition: all 300ms ease-in-out;
}
.state1 span:first-child {
    top: -10px;
}
.state1 span:nth-child(2) {
    top: 0px;
}
.state1 span:last-child {
    top: 10px;
}

.state2 span:first-child {
	transform: rotate(45deg);
	position: relative;
	top: 0px;
}
.state2 span:last-child {
	transform: rotate(-45deg);
	position: relative;
	top: -6px;
}
.state2 span:nth-child(2) { opacity: 0; }


.tbl-farmhouse-landscape{
	width: 100%;
}

.sketch{
	display: inline-block;
	border: 1px solid #aaa;
}


/* Media Queries / Hide/Show Mobile Navbar/Main Navbar */
/* smartphone portrait - 412px */
@media (max-width: 500px) {
	#img790, #img1024, #img1920{ display: none; }
	#img500{ display: inline-block; }
	.phone-num { float: none; }

	.mobile-navbar{ display: inline-block; }
	.main-navbar{
		display: none;
		margin-left: -56px;
		margin-top: 50px;

	}
	header li{ float: none; }
	.header-title{
		font-family: "Montserrat",sans-serif;
		font-size: 30px;

		clear: none;
		margin-left: 40px;
		margin-top: -46px;
	}

	.footer-br{ display: inline-block; }
	.footer-pipe{ display: none; }

	.tbl-cottage-landscape{
		display: none;
	}
	.whernsideview-img-portrait, .farmhouse-img-portrait{
		display: inline-block;
	}
	.whernsideview-img-landscape, .farmhouse-img-landscape{
		display: none;
	}
}

/* tablet portrait - 768px (smartphone landscape 790px) */
@media (min-width: 501px) {
	#img500, #img1024, #img1920{ display: none; }
	#img790{ display: inline-block; }
	.phone-num { float: right; }

	.mobile-navbar{ display: inline-block; }
	.main-navbar{
		display: none;
		margin-left: -56px;
		margin-top: 50px;
	}
	header li{ float: none; }
	.header-title{
		clear: none;
		margin-left: 50px;
		margin-top: -46px;
	}

	.footer-pipe{ display: inline-block; }
	.footer-br{ display: none; }

	.tbl-cottage-portrait{
		display: none;
	}
	.whernsideview-img-portrait, .farmhouse-img-portrait{
		display: none;
	}
	.whernsideview-img-landscape, .farmhouse-img-landscape{
		display: inline-block;
	}
}

/* tablet landscape - 1024px */
@media (min-width: 800px) {
	#img500, #img790, #img1920{ display: none; }
	#img1024{ display: inline-block; }

	.container{ width: 96%;}

	.mobile-navbar{ display: none; }
	.main-navbar{
		display: inline-block;
		margin-top: 16px;
	}
	#header{
		margin-left: -4px;
		float: none;
	}
	#header li{ float: left; }

	.header-title{
		font-size: 56px;
		margin-left: 0;
		margin-top: 0;
	}
}

/* laptop - 1920px */
@media (min-width: 1100px) {
	#img500{ display: none; }
	#img790{ display: none; }
	#img1024{ display: none; }
	#img1920{ display: inline-block; }

	.container{ width: 1125px;}
	.left-right-borders{
		padding-top: 2px;
		text-align: justify;
		color: #444;
		background: #fff;
		min-height: 76.8%;
		border-left: 1px solid #ddd;
		border-right: 1px solid #ddd;
		box-shadow: 2px 0 5px -4px
		rgba(31, 73, 125, 0.8), -2px 0 5px -4px rgba(31, 73, 125, 0.8);
	}
}