@import url(https://fonts.googleapis.com/css?family=Rock+Salt&family=Smooch+Sans:wght@200);
html{
	height:100%; 
}
body {
	background-image: url('images/background.jpg');
	background-repeat: no-repeat;
	background-attachment: fixed;
	background-size: cover;
	background-color: #333;
	margin: 0;
	font-family: Calibri, "Segoe UI", Tahoma, Geneva, Verdana, sans-serif;
	height: 100%; 
}
img{
	max-width: 100%;
	border: 0;
}

table { 
	border-collapse: collapse;
}
td {
	vertical-align: top;
	padding: 10px 10px 3px 0;
}
header h1,
header h2{
	color: #fff;
	font-family:"Smooch Sans",Calibri, "Segoe UI", Tahoma, Geneva, Verdana, sans-serif;
	font-weight: normal;
	text-shadow: 2px 2px #000;
	margin: 15px; 
}
header h1{
	font-size: 24px;
	line-height: 24px;
}
header h2{
	font-size: 100px;
	line-height: 100px; 
}
#header {
	margin: 10px auto 10px auto;
	max-width: 1000px;
	padding: 30px 3vw;
	text-align: right;
}
#main {
	background-color:rgba(0, 0, 0, 0.8);

	margin: auto;
	min-height: 300px;
}
#links{
	min-height: 60px;
	border-radius: 20px 20px 0 0;
	color: #fff;
	padding: 0 100px;
	text-align: right; 
	font-size:15px;
}
#links a{
	color: #fff;
	line-height: 60px;
	padding: 20px 20px;
	text-decoration:none;
	white-space: nowrap;
}
#links a:hover{
	background-color: #666;
	color: #fff;
	border-top: 5px #fff solid;

}
.maintext {
	max-width: 700px;
	padding: 20px 3vw;
	margin: auto;
	font-size: 16px;
	line-height: 165%;
	color: #fff;
}
.maintext a{
	color: #fff;
} 
.maintext h1{
	font-family: 'Rock Salt';	
	font-size: 30px;
	line-height: 60px; 
}
.maintext h2{
	font-weight: normal;
}
#cottage {
	background-image: url('images/cottage.jpg');

}
#doubleroom{
	background-image: url('images/double-room.jpg');

}
#room2{
	background-image: url('images/bed2.jpg');

}
#bedroom {
	background-image: url('images/bedroom.jpg');

}
#yellow {
	background-image: url('images/yellow.jpg');

}
#bridge {
	background-image: url('images/bridge.jpg');

}
#river {
	background-image: url('images/river.jpg');

}
#cliffs {
	background-image: url('images/cliffs.jpg');

}
#moor {
	background-image: url('images/moor.jpg');

}
#door {
	background-image: url('images/door.jpg');

}
#kitchen {
	background-image: url('images/kitchen.jpg');

}
#double {
	background-image: url('images/double.jpg');

}
#livingroom {
	background-image: url('images/livingroom.jpg');

}
#living {
	background-image: url('images/living.jpg');

}
#patio {
	background-image: url('images/patio.jpg');

}
#garden {
	background-image: url('images/garden.jpg');

}
#garden2 {
	background-image: url('images/garden2.jpg');

}
#ponies {
	background-image: url('images/ponies.jpg');

}
#seat {
	background-image: url('images/seat.jpg');

}
#porlock {
	background-image: url('images/porlock.jpg');

}
#porlockweir {
	background-image: url('images/porlockweir.jpg');

}
#tarrsteps {
	background-image: url('images/tarrsteps.jpg');

}
#thatch {
	background-image: url('images/thatch.jpg');

}
#slideshow { 

	position: relative; 
	width: 100%; 
	height: 375px; 
	padding: 0px; 

		}
		
#slideshow > div {
	position: absolute;
	top: 0px;
	left: 0px;
	right: 0px;
	bottom: 0px;
	background-repeat: no-repeat;
	background-size: cover;
	box-shadow:0 0 100px rgba(0, 0, 0, 0.6) inset;
	background-position: center center;
}
#footer{
	background: rgba(255,255,255,0.8);
	height: 200px;
	color: #333;
	font-size: 15px;
	padding: 3vw
}
#footer .text{
	max-width: 700px;
	padding: 20px 100px;
	margin: auto;
}
#footer a{
	color: #333;
	text-decoration: none;
}
.creamone,.creamtwo {
	border-bottom: 1px #ccc dashed;
}
.oops {
	font-size: 150px;
	float: right;
	line-height: 350px;
	color:#fff;
	margin: 50px;
}

#map {
	margin: auto; 
	height: 400px;
	width: 100%;
}
.iw {
	max-width: 700px;
	padding: 0px 30px 20px 30px;
	font-size: 13px;
	color: #000;
	margin: auto;
	text-align: right;
}
.iw a{
	color: #000;
	text-decoration: none;
} 

.overlay {
	background: transparent;
	position: relative;
	width: 100%;
	height: 480px;
	top: 480px;
	margin-top: -480px;
}
iframe {
	border: 0;
	margin: 0;
	padding: 0;
}

#pictures {
	width:90%; 
	min-height:150px; 
	margin:auto; 
	background: #ffca6d; 
	padding:15px
}
.flexbox_container {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}
.flexbox_item {
  	flex: 1 1 200px;
  	object-fit: fill;
	padding:5px
}

.flexbox_item img {
  vertical-align: middle;
  width: 100%;
  height: 100%;
border: 1px solid #b9aa9f 

}

@media only screen and ( min-width: 990px ) {

	#main {
		background-color:rgba(0, 0, 0, 0.8);
		border-radius: 25px;
		margin: 10px auto 30px auto;
		max-width: 1200px;
		width: 90%;
		min-height: 300px;
		box-shadow: 0px 0px 5px 10px rgba(255,255,255, 0.4);
		border: 5px #000 solid;
		backdrop-filter: blur(4px);
		-webkit-backdrop-filter: blur(4px);
	}
	#footer{
		font-size: 15px;
		border-radius: 0 0 20px 20px;
	}
}
@media only screen and ( max-width: 990px ) {
#links{
	padding: 0;
}
#links a{
	display: block;
	padding: 0px 20px;
	font-size: 20px; 
	text-align: center;
	border-top: 0;
}
#links a:hover{
	border-top: 0;
}

}