*
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
	outline: 0;
}

body {
	font-family: 'Source Sans Pro', sans-serif;
	font-size: 14px;
	line-height: 1;
	color: #FFF;
	background-color: #1a1c20;
}

h1 {
	font-size: 30px;
	font-weight: 400;
}

p {
	margin: 10px 0px;
	font-size: 14px;
	line-height: 1.3;
	color: #FFF;
}

a {
	color: inherit;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
	cursor: pointer;
}

b, strong {
	font-weight: 600;
}

.button {
	display: inline-block;
	margin: 0px 10px;
	padding: 0px 20px;
	height: 35px;
	line-height: 35px;
	font-size: 14px;
	border-radius: 5px;
	text-transform: uppercase;
	background-color: #FFF;
	color: #333;
}

.button:hover {
	text-decoration: none;
}

.button-red {
	background-color: #AA0C0A;
	color: #FFF;
}

.button-purple {
	background-color: #662D91;
	color: #FFF;
}

.social-twitch { background: url('images/twitch.png') no-repeat center center; opacity: 0.8; }
.social-twitch:hover { opacity: 1; }
.social-youtube { background: url('images/youtube.png') no-repeat center center; opacity: 0.8; }
.social-youtube:hover { opacity: 1; }
.social-facebook { background: url('images/facebook.png') no-repeat center center; opacity: 0.8; }
.social-facebook:hover { opacity: 1; }
.social-twitter { background: url('images/twitter.png') no-repeat center center; opacity: 0.8; }
.social-twitter:hover { opacity: 1; }
.social-instagram { background: url('images/instagram.png') no-repeat center center; opacity: 0.8; }
.social-instagram:hover { opacity: 1; }
.social-googleplus { background: url('images/googleplus.png') no-repeat center center; opacity: 0.8; }
.social-googleplus:hover { opacity: 1; }
.social-steam { background: url('images/steam.png') no-repeat center center; opacity: 0.8; }
.social-steam:hover { opacity: 1; }

#header {
	position: fixed;
		top: 0px;
		right: 0px;
		left: 0px;
	height: 75px;
	background-color: #1A1C20;
	overflow: hidden;
	box-shadow: 0px 0px 10px #000;
}

#twitch-embed
{
	width: 65%;
	height: 60vh;
}

#header-inner {
	position: relative;
	margin: 0px auto;
	padding: 0px 50px;
	min-width: 800px;
	height: 75px;
}

#header-inner ul {
	display: block;
	list-style: none;
	float: right;
}

#header-inner li {
	float: left;
}

#header-inner li > a {
	margin: 19px 0px 20px 0px;
	padding: 6px;
	width: 24px;
	height: 24px;
	color: #FFF;
	text-decoration: none;
	float: left;
}

#name {
	padding-left: 49px;
	line-height: 75px;
	background: url('images/name.png') no-repeat center left;
	font-size: 35px;
	font-weight: 400;
	color: #FFF;
	text-shadow: 0px 1px 0px #000;
	text-transform: uppercase;
	float: left;
}

#showcase {
	margin-top: 75px;
	max-width: 100%;
	min-width: 900px;
	height: 1080px;
	background: #1A1C20 url('images/showcase.png') no-repeat top center;
	overflow: hidden;
}

#showcase-inner {
	margin: 0px auto;
	min-width: 900px;
	max-width: 1000px;
}

#logo {
	margin-top: 100px;
	width: 100%;
	height: 260px;
	background: url('images/logo.png') no-repeat top center;
}

#welcome {
	margin: 50px 0px;
	width: 100%;
	text-shadow: 0px 1px 0px #000;
	text-align: center;
}

#welcome h1 {
	font-size: 50px;
}

#welcome p {
	font-size: 24px;
}

#countdown {
	margin: 50px 0px;
	width: 100%;
	text-shadow: 0px 1px 0px #000;
}

#countdown p {
	margin: 0px;
	font-size: 24px;
	font-weight: 300;
}

#countdown ul {
	margin: 0px auto;
	width: 900px;
	list-style: none;
	text-align: center;
	overflow: hidden;
}

#countdown li {
	width: 225px;
	color: #FFF;
	text-align: center;
	float: left;
}

#countdown li > h1 {
	font-size: 160px;
	font-weight: 200;
}

#countdown li > p {
	margin: 0px;
	font-size: 25px;
	font-weight: 200;
	text-transform: uppercase;
}

#buttons {
	margin: 50px 0px;
	width: 100%;
	text-align: center;
}

#buttons .button {
	margin: 0px 25px;
	width: 180px;
	height: 40px;
	line-height: 40px;
}

#details {
	padding: 25px 0px;
	width: 100%;
	min-width: 900px;
	text-align: center;
	background-color: #AA0C0A;
	overflow: hidden;
}

#details p {
	margin: 25px 0px;
	line-height: 1;
}

#details p.status {
	font-size: 50px;
}

#details p.playing {
	font-size: 20px;
	text-transform: uppercase;
}

#details p.viewers {
	font-size: 20px;
	text-transform: uppercase;
}

#details p.following {
	font-size: 20px;
	font-weight: 600;
	text-transform: uppercase;
}

#sponsors {
	padding: 35px 0px;
	width: 100%;
	min-width: 900px;
	text-align: center;
	background-color: #EDEDED;
	overflow: hidden;
}

#sponsors-inner {
	width: 100%;
	border-top: 2px solid #E2E2E2;
	border-bottom: 2px solid #E2E2E2;
}

#sponsors p {
	display: inline-block;
	margin: 0px;
	padding: 0px 30px;
	color: #000;
	font-size: 18px;
	font-weight: 700;
	line-height: 100px;
	text-transform: uppercase;
}

#sponsors img {
	vertical-align: middle;
}

#footer {
	width: 100%;
	min-width: 900px;
	background-color: #1E1E1E;
	overflow: hidden;
}

#footer p {
	margin: 100px 0px;
	color: #FFF;
	font-size: 23px;
	text-transform: uppercase;
	line-height: 1;
	text-align: center;
}

#copyright {
	font-size: 14px;
	text-transform: none;
}