﻿body {
	font-family: 'Nunito', sans-serif;
	color: #B0B0B0;
	background: #2f3e42 url('img/bg.png') repeat;
}

a {
  	color: #4FB69F;
	text-decoration: none;
}

h1 {
	font-size: 2.750em;
	letter-spacing: -1.5px;
}

img {
	max-width: 100%;
}
h2 {
 	font-size: 1.500em;
 	color: #B4C34F;
}



#intro {
	margin: 50px 0 75px 0px;
}


#copyright {
	border-top: 4px solid #FFFFFF;
	padding: 10px 0px;
	margin: 200px 0px;
	text-align: center;
}
#player_1_wrapper {
	width: 100%;
	position: relative;
	padding: 0;
	padding-bottom: 56.25%;
}

#player_1_wrapper object {
	position: absolute;
	top: 20%;
	left: 0;
	width: 100%;
	height: 100%;
}
