@charset "UTF-8";
html, body{
	margin:0;
	padding:0;
}

body {
  font-size: 16px;
	background:#000000;
}

#intro{
	position:relative;
	top:41px;
	z-index:999;
}

.storyTitle{
	float:left;
	color:#fff;
	font-family: "jaf-bernina-sans-comp", serif;
	font-size: 1.7rem;
	visibility:hidden;
}

#content{
	position:relative;
	margin-top:41px;
	width:100%;
	font-family: "karmina-sans", sans-serif;
	opacity:0;
}

#content h2{
	color:#465567;
}

section{
	width:100%;
	margin:0;
	padding:0;
	position:relative;
}
.secWhite{
	background:#FFFFFF;	
}
.text{
	background:#FFFFFF;	
}
#topstrip{
	width:100%;
	top:41px;
}

#topstrip img{
	width:100%;
}
.story{
	max-width:960px;
	margin:0 auto;
	position:relative;
}
h1{
		font-size: 7em;
		font-family: "jaf-bernina-sans-comp", serif;
		color:#333B4F;
		font-weight:800;
		margin:0;
		padding:0;
	}

p{
	color:#474747;
	font-size: 1.2rem;
	line-height: 1.6rem;
	padding:0;
	margin:0;
	margin-bottom:.6rem;
	font-weight:300;
	max-width:680px;
}
p a{
	color:rgba(29,80,118,1.00);
	text-decoration:none;
}
p a:hover{
	color:rgba(156,64,65,1.00);
}
#byline{
	font-weight: 700;
	color: #414B66;
	font-size: 1.5rem;
	width: 100%;
	border-bottom: 1px solid #414B66;
	margin-bottom: 20px;
}
.dropCap{
	display:inline-block;
	float:left;
	font-size:4.5em;
  line-height: .8em;
  padding-top: 2px;
  padding-right: 10px;
	font-weight:700;
	color: #414B66;
}
.sidePic{
	float:right;
	width:500px;
	margin-left:15px;
}
.sidePic img{
	width:100%;
}
.sideCaption{
	width:100%;
	font-style:italic;
	color:#808080;
	font-size:.8rem;
}
.sideVid{
	float:right;
	width:500px;
	margin-left:15px;
}
.sideVid video{
	width:100%;
}

/*#sec1{
	position: fixed;
	top:41px;
	z-index:-1;
}
#sec2{
	position:relative;
	margin-top:200px;
}
*/
#sec3 img{
	width: 100%;
}

.videoFull{
	width:100%;
	height:auto;
}
#vid1{
	margin-top:45px;
}

.mobileDivide img{
	width:100%;
}

.rule{
	height: 1px;
	background-color: rgba(139,150,160,1.00);
	margin: 0 auto;	
}
.credit{
	font-size: .8em;
	color:rgba(100,105,110,1.00);
	text-align:right;
}
.credit a{
	color:rgba(100,105,110,1.00);
	text-decoration:none;
}
.credit a:hover{
	color: rgba(86,130,173,1.00);
}

@media only screen and (max-width: 480px) {
	
	h1{
		font-size:2.8rem;
	}
	#byline{
	font-size: 1.1rem;
	}
	.sidePic{
		width:100%;
	}
	p{
		font-size: 1rem;
		line-height: 1.2rem;
		margin-left:5px;
		margin-right:5px;
	}
}

@media only screen and (min-width:481px) and (max-width:599px){
		h1{
		font-size:3.5rem;
	}
	#byline{
		font-size: 1.2rem;
	}
	.sidePic{
		width:250px;
	}
	.story{
		width:90%;
		margin:0 auto;
	}
}

@media only screen and (min-width:600px) and (max-width:960px){
	h1{
		font-size:5rem;
	}
	#byline{
		font-size: 1.3rem;
	}
	.sidePic{
		width:300px;
	}
	.story{
		width:90%;
		margin:0 auto;
	}
}

