

#holder{
	position: absolute;
	width:80%;
	left:10%;
	top:5%;
	
	}



.links{
	font-size: 0.8em;
	color:#385aad;
	line-height: 1.5em;
	
}
.links a:link, a:visited{
color:#385aad;
	}
#header{
	float:left;
	width:100%;
	height:70px;
	color:#385aad;
}
#title{
	font-family: "adelle-sans",sans-serif;
	font-style: normal;
	font-weight: 400;
	font-size:1.6em;
	line-height: 1.4em;

}
#byline{
	
	font-family: "adelle-sans",sans-serif;
	font-style: normal;
	font-weight: 300;
	font-size:0.8em;
	margin-top:3px;
	
	width:70%;


}
#images{
	float:left;
	margin-top:40px;
	margin-bottom:40px;
}
.im{
	float:left;
	width:45%;
	margin-right:5%;
	margin-bottom:5%;
}
#video{
	float:left;
	width:110%;
	margin-left:-5%;
}
#text{
	float:left;
	width:100%;
	margin-top:40px;
}
.col1{
	float:left;
	width:33%;

}
.col2{
	float:left;
	width:33%;
	
}
.col3{
	float:left;
	width:33%;
	
}
#footnote{
	position: relative;
}
#social{
	float:right;
}
.textField1{
	float:left;
	width: 95%;
	
	font-family: "adelle-sans",sans-serif;
	font-style: normal;
	font-weight: 300;
	font-size:1em;
	color:#385aad;
	margin-bottom:50px;
}
.textField2{
	float: left;
	width: 95%;
	margin-left:2.5%;
	font-family: "adelle-sans",sans-serif;
	font-style: normal;
	font-weight: 300;
	font-size:0.8em;
	color:#385aad;
}
.textField3{
	float: right;
	width: 95%;
	font-family: "adelle-sans",sans-serif;
	font-style: normal;
	font-weight: 100;
	font-size:0.8em;
	color:#385aad;
}
#subscribe{
	float: right;
	width: 95%;
	margin-top:20px;
	font-family: "adelle-sans",sans-serif;
	font-style: normal;
	font-weight: 100;
	font-size:0.8em;
	color:#385aad;
}
.release{
	font-family: "adelle-sans",sans-serif;
	font-weight: 500;
	line-height: 2em;
}
#email{
margin-top:20px;
	float:left;
	background-color:#385aad;
	border-style: none;
	color:white;
	height:20px;
	padding-left:5px;
}
#follow{
float:left;
margin-left:5px;
margin-top:20px;
	cursor: pointer;
	font-weight: 500;
}
@media screen and (min-width: 400px)  {...}
@media screen and (max-width: 800px)  {
	.textField1{
		font-size:0.8em;
		width: 90%;
	}
	.textField2{
		font-size:0.7em;
		width: 90%;
	}
	.textField3{
		font-size:0.7em;
		width: 90%;
	}
	#byline{
		font-size:0.7em;
	}
	#header{
		height:70px;
		
	}
	#title{
		font-size: 1.4em;
		line-height:1.2em;
	}
}
@media screen and (min-width: 800px)  {
	#title{
		height:7	0px;
		font-size: 1.4em;
		line-height:1.2em;
	}
	}
@media screen and (min-width:1000px) {

	#holder{
		width:800px;
		left:50%;
		margin-left:-400px;
	}
	#header{
		height:90px;
	}
	#title{

		font-size:1.6em;
	}

}
@media screen and (min-width: 1400px) {
	#holder{
		width:1000px;
		left:50%;
		margin-left:-500px;
	}
}







