@charset "UTF-8";
/* CSS Document */

/**
* html5doctor.com Reset Stylesheet v1.6.1 (http://html5doctor.com/html-5-reset-stylesheet/)
* Richard Clark (http://richclarkdesign.com)
* http://cssreset.com
*/
html, body, div, frame,
h1, h2, h3, h4, h5, h6, p, em, img, 
footer, header, hgroup, menu, nav, section {
	margin:0;
	padding:0;
	border:0;
	outline:0;
	font-size:100%;
	vertical-align:baseline;
	background:transparent;
	}
body {
	line-height:1.3;
	font-family:Georgia, "Times New Roman", Times, serif;
	}
footer,header,hgroup,menu,nav,section {
	display:block;
	}
nav ul {
	list-style:none;
	padding:0;
	}
a {
	margin: 0;
	padding: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
	font-family: Constantia, "Lucida Bright", "DejaVu Serif", Georgia, serif;
	}

/** end of reset */

@font-face {
	font-family: 'LibreBaskerville-Regular';
	url('../fonts/LibreBaskerville-Regular.ttf') format('truetype');
	font-weight: normal;
	font-style: normal;
}

h1, h2, h3, h4, h5, h6 {
	LibreBaskerville-Regular;
	font-weight:normal;
	line-height:100%;	
}

p {
	margin: 1em auto 0 auto;
	font-family: Constantia, "Lucida Bright", "DejaVu Serif", Georgia, serif;
}

header{
	height: 100vh; /* that is, 100% of the viewport's height */
	background:#fff url("../images/Farmhs_Bung_porch_Tims2014_crop.jpg") no-repeat top center;
	background-size: cover;
	display:-webkit-box;
	display:-webkit-flex;
	display:-ms-flexbox;
	display:flex;
	-webkit-box-orient:vertical;
	-webkit-box-direction:normal;
	-webkit-flex-direction:column;
	    -ms-flex-direction:column;
	        flex-direction:column;
	-webkit-box-align:center;
	-webkit-align-items:center;
	    -ms-flex-align:center;
	        align-items:center;
	-webkit-box-pack:center;
	-webkit-justify-content:center;
	    -ms-flex-pack:center;
	        justify-content:center;
}

header h1{
	font-size: 60pt;
	color: #FFF;
	text-shadow: 3px 3px 2px rgba(0,0,0,.7);
	font-family: Baskerville, "Palatino Linotype", Palatino, "Century Schoolbook L", "Times New Roman", serif;
}

header h4{
	font-size: 24pt;
	color: #FFF;
	text-shadow: 3px 3px 2px rgba(0,0,0,.7);
	font-family: Baskerville, "Palatino Linotype", Palatino, "Century Schoolbook L", "Times New Roman", serif;
	font-style: italic;

}
#putnam-camp header h1 {
}


#logo {
	margin-top:3em;
	width:15em;
}

.shadow {
    -webkit-filter: drop-shadow( 3px 3px 2px rgba(0,0,0,.7) );
            filter: drop-shadow( 3px 3px 2px rgba(0,0,0,.7) );
}

#main-nav {
	position:fixed;
	top:0;
	left:0;
	width:100%;
	z-index:10;
	background-color:#354535;
}

#main-nav ul {
	display:-webkit-box;
	display:-webkit-flex;
	display:-ms-flexbox;
	display:flex;
	-webkit-flex-flow:row wrap;
	    -ms-flex-flow:row wrap;
	        flex-flow:row wrap;
	-webkit-box-pack:justify;
	-webkit-justify-content:space-between;
	    -ms-flex-pack:justify;
	        justify-content:space-between;
	max-width:45em;
	margin:0 auto;
}

#main-nav a{
	color:#FFF;
	text-decoration:none;
	display: inline-block;
	padding:1em;/*
	font-family:Verdana, Geneva, sans-serif;
	text-transform: uppercase;*/
}

section{
	display:block;
	max-width:45em;
	margin:0 auto;
	padding:5em 0 0 0;
}

section h2{
	font-size: 28pt;
	text-align: center;
}
#putnam-camp header h1 {
}
#putnam-camp header h1 {
}



.two-column-wrapper {
	display:-webkit-box;
	display:-webkit-flex;
	display:-ms-flexbox;
	display:flex;
	-webkit-flex-flow:row nowrap;
	    -ms-flex-flow:row nowrap;
	        flex-flow:row nowrap;
	-webkit-box-align:baseline;
	-webkit-align-items:baseline;
	    -ms-flex-align:baseline;
	        align-items:baseline;
	-webkit-box-pack:justify;
	-webkit-justify-content:space-between;
	    -ms-flex-pack:justify;
	        justify-content:space-between;
}

.two-column-wrapper section{
	-webkit-box-flex: 1;
	-webkit-flex: 1 1 50%;
	    -ms-flex: 1 1 50%;
	        flex: 1 1 50%;
	margin:0 auto;
	padding:1em 1em 0 1em;
}

section ul{
	list-style: none;
	padding-left:0;
}

/** Youtube embedding styles */

.video-wrapper {
	position: relative;
	padding-bottom: 56.25%; /* 16:9 */
	padding-top: 25px;
	height: 0;
	margin: 2em auto;
}
.video-wrapper iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.page-wrapper:last-child{
	margin-bottom:5em;
}

@media #putnam-camp header {
}
#putnam-camp header {
}
