/* cmsms stylesheet: Cottage Layout Style - Home modified: Thursday, November 3, 2016 12:23:58 AM */
/*  */
/* cmsms stylesheet: Cottage Full Page Style - Home modified: Friday, July 22, 2022 2:04:23 PM */
body{
	margin: 0;
	min-width: 980px;
	padding: 0;
    font-size: 130%;
}

p{
	margin: 0 0 20px 0;	
}

p, ul{
	font-family:"Proxima Nova Light", 'Helvetica Neue', Arial, Helvetica, sans-serif;
	font-size-adjust:0.488;
	font-weight:200;
	font-style:normal;
}

img{
	border: 0;
}

h1, #pixels{
	font-family:"Museo 900", Verdana, serif;
	font-size-adjust:0.40;
	font-weight:700;
	font-style:normal;
}

h2{
	font-family:"Beau Sans Pro Book", Verdana, sans-serif;
	font-size-adjust:0.531;
	font-weight:500;
	font-style:normal;
}

#header h1, #pixels{
	color: #48941A;
}

.float-left{
	float: left;	
	margin: 0 0 0 20px;
	padding: 5%;
	border-radius: 5px;
	background: rgba(240,230,220, .7);
	box-shadow: 0 0 8px rgba(0, 0, 0, .7);
}

.float-right{
	float: right;
	margin: 0 20px 0 0;
	padding: 5%;
	border-radius: 5px;
	background: rgba(240,230,220, .7);
	box-shadow: 0 0 8px rgba(0, 0, 0, .7);
}

.center{
	font-size: 2.5em;
	padding: 80px 0 0 0;
	text-align: center;
}

#nav{
	list-style: none;
	position: fixed;
	right: 20px;
	top: 45%;
}

#nav li{
	margin: 0 0 15px 0;	
}

#header, #intro, #second{
	width: 100%;
}

#intro{
	background: url(/uploads/Cottage/bg1.jpg) 50% 40px no-repeat fixed;
	background-size: 100vw 120vh;
	color: black;
	height: 100vh;
	margin: 0 auto;
	padding: 50px 0;
}
#intro 	.float-left {
	padding: 15px !important;
	width: 665px !important;
	padding: 15px !important;
}
#intro .story h2 {
	font-family: "Open Sans";
	font-size: 35px;
	text-transform: uppercase;
	text-decoration: none;
	letter-spacing: 4px;
	font-weight: bold;
}

#second {
	background: url(/uploads/Cottage/bg5.jpg) 50% 0 no-repeat fixed;
	background-size: 100vw 120vh;
	color: black;
	height: 100vh;
	margin: 0 auto;
	overflow: hidden;
	padding: 0;
}

#third{
	background: url(/uploads/Cottage/bg3.jpg) 50% 0 no-repeat fixed;
	background-size: 100vw 120vh;
	color: black;
	height: 100vh;
	padding: 100px 0 0 0;	
}

#forth{
	background: url(/uploads/Cottage/bg4.jpg) 50% 0 no-repeat fixed;
	background-size: 100vw 120vh;
	color: black;
	height: 100vh;
	padding: 100px 0 0 0;	
}


#fifth{
	background: #434a3f;
	height: 100px;
	margin: 0 auto;
	padding: 40px 0 0 0;
	color: white;
}

.story{
	margin: 40px auto;
	min-width: 980px;
	overflow: auto;
	width: 980px;
}

#footer {
	margin: -20px 0px 0px 0px !important;
	background: #434a3f;
	height: 100px;
	color: white;
	display: inline-table;
	position: relative;
	width: 100%;
}

#footer a {
	color: white;
}

.story_wide {
	margin: 0 auto;
	overflow: auto;
	width: 100%;
}
.story .float-left, .story .float-right{
	/* padding: 100px 0 0 0; */
	position: relative;
	width: 550px;	
}

.button {
	border : solid 0px #00a2ff;
	border-radius : 6px;
	moz-border-radius : 6px;
	font-size : 16px;
	color : #ffffff;
	padding : 10px 17px;
	background : #00b3ff;
	background : -webkit-gradient(linear, left top, left bottom, color-stop(0%,#00b3ff), color-stop(100%,#001aff));
	background : -moz-linear-gradient(top, #00b3ff 0%, #001aff 100%);
	background : -webkit-linear-gradient(top, #00b3ff 0%, #001aff 100%);
	background : -o-linear-gradient(top, #00b3ff 0%, #001aff 100%);
	background : -ms-linear-gradient(top, #00b3ff 0%, #001aff 100%);
	background : linear-gradient(top, #00b3ff 0%, #001aff 100%);
	filter : progid:DXImageTransform.Microsoft.gradient( startColorstr='#00b3ff', endColorstr='#001aff',GradientType=0 );
	text-decoration: none;
	margin-left: 40%;
}
