@font-face {
	font-weight: normal;
	font-style: normal;
	font-family: 'codropsicons';
	src:url('../fonts/codropsicons/codropsicons.eot');
	src:url('../fonts/codropsicons/codropsicons.eot?#iefix') format('embedded-opentype'),
		url('../fonts/codropsicons/codropsicons.woff') format('woff'),
		url('../fonts/codropsicons/codropsicons.ttf') format('truetype'),
		url('../fonts/codropsicons/codropsicons.svg#codropsicons') format('svg');
}

*, *:after, *:before { -webkit-box-sizing: border-box; box-sizing: border-box; }
.clearfix:before, .clearfix:after { content: ''; display: table; }
.clearfix:after { clear: both; }

body {
	background: #fff;
	color: #383a3c;
	font-weight: 400;
	font-size: 1em;
	line-height: 1.25;
	font-family: 'Raleway', Calibri, Arial, sans-serif;

}

a, button {
	outline: none;
}

a {
	color: #f9f1e9;
	text-decoration: none;
}

a:hover, a:focus {
	color: #f9f1e9;
}

section {
	padding: 1em;
	text-align: center;
}

p.ref {
	text-align: center;
	padding: 2em 1em;
}

/* Header */
.codrops-header {
	margin: 0 auto;
	padding: 2em;
	text-align: center;
	max-width: 900px;
}

.codrops-header h1 {
	margin: 0;
	font-size: 4.5em;
	line-height: 1;
	font-weight: 200;
}

.codrops-header h1 span {
	display: block;
	padding: 1em 0 1.5em;
	font-size: 36%;
	color: #95a5a6;
	line-height: 1.4;
}


@media screen and (max-width: 40em) {

	.codrops-header h1 {
		font-size: 2.5em;
	}
}

/* TV Screen */
body {
	background-color: #000;
	background-image: url('../images/static.gif');
	
}

body, html, div {
	height: 100%;
}

#tv {
	background-image: url('../images/tv.png'), url('../images/shading.png');
	background-size: 100% 100%;
}

#content {
	width: 60%; height: 65%; position: relative; top: 20%; left: 10%;
	text-align: center; color: #fff; 
	padding-top: 90px;
}

#logo {
	display: inline; 
	margin: 0 auto 0 auto; 
	
}
	#logo img {
		max-width: 100%; 
		border:3px solid #ffffff; border-radius:5px;-moz-border-radius:5px;-webkit-border-radius:5px;
		opacity:0.7;
		width: 50%;
filter:alpha(opacity=70); /* For IE8 and earlier */
	}