body {
	font-family: 'Merriweather', serif;

}

header {
	background: url(header-graphic.jpg) no-repeat;
	background-size: cover;
}
img {
	max-width: 100%;
}

header img.logo {
	padding-top: 100px;
	max-width: 500px;
	padding-bottom: 0px;
	width: 80%;
}

header p {
	color: rgba(255, 255, 255, 0.3);
	margin: 0px;
	font-size: 26px;
}

header .headtext {
	padding-top: 40px;
	padding-bottom: 100px;
}
.headtext .times {
	font-size: 50px;
	display: inline-block;
	padding: 0px 5px;
	line-height: 55px;
	
	font-weight: 100;
}

.headbox {
	background: -webkit-linear-gradient(top, #f3f3f3 32.5%, #c1c1c1 100%) #e2e2e2;
	background: -moz-linear-gradient(top, #f3f3f3 32.5%, #c1c1c1 100%) #e2e2e2;
	background: -ms-linear-gradient(top, #f3f3f3 32.5%, #c1c1c1 100%) #e2e2e2;
	background: linear-gradient(to bottom, #f3f3f3 32.5%, #c1c1c1 100%) #e2e2e2;
	margin-top: -40px;
	
	text-align: center;
	margin-bottom: 50px;
	box-shadow: 0 3px 13px #000000;
	border-radius: 5px;
}

.headbox .channel {
	 padding: 0px 30px;
}

.headbox p {
	font-size: 14px;
}
.headbox p.icon {
	font-size: 60px;
	margin-bottom: 0px;
	padding-top: 20px;
	opacity: .5;
}
.headbox .alt {
	background: -webkit-linear-gradient(top, #9285b4 0%, #62518d 100%) #e2e2e2;
	background: -moz-linear-gradient(top, #9285b4 0%, #62518d 100%) #e2e2e2;
	background: -ms-linear-gradient(top, #9285b4 0%, #62518d 100%) #e2e2e2;
	background: linear-gradient(to bottom, #9285b4 0%, #62518d 100%) #e2e2e2;
	color: #fff;
	padding-bottom: 20px;
	border-radius: 5px;
}

.downloads img {
	max-width: 45%;
}
.section {
	margin-bottom: 50px;
}

footer {
	background-color: #352754;
	color: #a99ab5;
	font-size: 14px;
	padding: 10px 0px;
	
}