html,
body {
	height: 100%;
}
body {
	font-family: 'Open Sans', sans-serif;

	color: #FFF;
	background-color: #111;
	background-image: url('../img/subtle_carbon.png');
}

.ytplayer-container{
	position: absolute;
	top: 0;
	z-index: -1;
}

header {
	position: relative;
	height: 100%;

	position: relative;
	background: transparent;
	overflow: hidden;
	background-image: url('../img/bg-dot-3px.png');

	color: #FFF;
}

header .content {
	visibility: hidden;
	position: absolute;
	left: 50%;
	top: 50%;

	width: 940px;
	height: 400px;
	margin: -200px 0 0 -470px;

	text-align: center;
}
header .content h1 {
	font-size: 62px;
	font-weight: 800;
	margin: 0 0 30px;
}
header .content h2 {
	font-size: 42px;
	font-weight: 100;
	margin: 0 0 60px;
}
header .content h2 a,
header .content h2 a:hover {
	color: #FFF;
	text-decoration: none;
}
header .content p {
	font-size: 16px;
}


section.container {
	visibility: hidden;
	padding-top: 60px;
	padding-bottom: 60px;
}
section.container h2 {
	font-size: 32px;
	font-weight: 100;
	margin: 0;
}
section.container hr {
	width: 10%;
	margin: 30px auto;
}
section.container .network-link {
	margin: 0;
	padding: 0;
	list-style-type: none;
	text-align: center;
}
section.container .network-link > li {
	display: inline-block;
	width: 25%;
}
section.container .network-link > li > a {
	display: block;
	padding: 5px;
	font-weight: bold;
	color: #FFF;
	text-decoration: none;
}



footer {
	margin: 50px 0;
}
footer a,
footer a:hover {
	color: #FFF;
	text-decoration: none;
}


/* Large desktop */
@media (min-width: 1200px) {
	
}

/* Portrait tablet to landscape and desktop */
@media (min-width: 979px) and (max-width: 1199px){
	
}

/* Portrait tablet to landscape and desktop */
@media (min-width: 768px) and (max-width: 978px) {
	header .content {
		left: 0%;
		padding-left: 30px;
		padding-right: 30px;
		width: 100%;
		margin: -200px 0 0 0px;
	}
	header .content h1 {
		font-size: 42px;
	}
	header .content h2 {
		font-size: 32px;
	}
	section.container .network-link > li {
		width: 33%;
	}
}

/* Landscape phone to portrait tablet */
@media (max-width: 767px) {
	header .content {
		position: static;
		padding: 30px;
		width: 100%;
		height: auto;
		margin: 0px;
	}
	header .content h1 {
		font-size: 28px;
	}
	header .content h2 {
		font-size: 22px;
		margin-bottom: 30px;
	}
	header .content p {
		font-size: 14px;
	}

	section.container h2 {
		font-size: 26px;
	}
	section.container .network-link > li {
		width: 100%;
	}
}