body {
	margin:0;
	background-color:#13293d;
	overflow-x:hidden;
	font-family:'lato', monospace;
}
header {
	width:100%;
	text-align: center;
	background-color:#3e92cc;
	padding-top:1px;
	padding-bottom:1px;
	font-family:'Bebas Neue', serif;
}
header h1 {
	font-size:3em;
	font-weight: 200;
}
header h2 {
	font-size: 2.5em;
	font-weight: 100;
}
nav {
	margin:0 auto;
	padding-top:100px;
	background-color:#3e92cc;
	font-family:'Bebas Neue', serif;
	font-size:2em;
}
nav ul {
	margin:0 auto;
	width:80%;
	max-width:1100px;
	float:none;
	list-style-type:none;
	-webkit-padding-start: 0;
}
nav a {
	text-decoration:none;
	color:black;
}
nav li {
	margin:0;
	list-style-type: none;
	text-decoration: none;
	height:75px;
	width:45%;
	float:left;
	margin-left:10%;
	text-align: center;
	background-color:#16324f;
	margin-top:-25px;
	color:white;
	border-radius:20px;
}
nav li h3 {
	margin-top:15px;
	font-weight: 100;
}
footer {
	width:100%;
	margin:0 auto;
	background-color:#3e92cc;
	text-align:center;
	color:white;
	padding-bottom:7px;
	height:50px;
}
footer h3 {
	padding-top:17px;
}
img {
	width:92%;
	margin:4%;
}
#nav_games {
	margin-left:0%;
}
#arc {
	width:120%;
	margin-left:-10%;
	margin-right: -10%;
	background-color:#13293d;
	height:200px;
	border-radius: 50% 50% 0px 0px;
}
#content {
	width:80%;
	max-width:1100px;
	margin:0 auto;
	color:white;
	margin-top:-75px;
	padding-bottom:50px;
}
#content>h2 {
	text-align:center;
	display:block;
	font-size:2em;
}
#bio p {
	font-size:1.5em;
	line-height:1.5em;
}
.current {
	background-color:#2a628f;
}
.left_box {
	width:45%;
	float:left;
	background-color:#13293d;
	margin-bottom:50px;
	height:100%;
	position:relative;
}
.right_box {
	width:45%;
	float:right;
	background-color:#13293d;
	height:100%;
	position: relative;
	margin-bottom:50px;
}
.img {
	background-color: #2a628f;
    flex: 1;
}
#games_1 {
	background-image:url('../img/scrapshoot_img.png');
    background-size: contain;
    background-repeat: no-repeat;
    width: 100;
    height: 0;
    padding-top: 55.99%;
    position: relative;
}
#games_2 {
	background-image: url('../img/games_2.png');

}
#games_3 {
	background-image: url('../img/games_3.png');
}
#games_4 {
	background-image: url('../img/games_4.png');
}
#games_1, #games_2, #games_3, #games_4 {
	background-size:100%;
	background-repeat: no-repeat;
}

.games_wide{
    position:relative;
    min-width:100%;
    background-size: contain;
    background-repeat: no-repeat;
    width: 100;
    height: 0;
    padding-top: 55.99%;
    position: relative;
    
    margin-bottom: 50px;
    display: inline-block;
}
.games_wide:after{
    content:"";
    display: block;
    padding-bottom: 1%;
}
.games_left {
	float:left;
}
.games_right {
	float:right;
}
.games {
	position:relative;
	width:45%;
	margin-bottom:50px;
}
.games:after {
	content:"";
	display:block;
	padding-bottom: 100%;
}
.cover {
	width:100%;
	height:100%;
	position:absolute; top:0; bottom:0; left:0; right:0;
	color:rgba(0, 0, 0, 0);
}
div .cover:hover {
	background-color:rgba(19,41,61,0.7);
	color:white;
	text-shadow: -1px 0 black, 0 1px black, 1px 0 black, 0 -1px black;
}
.cover h3 {
	text-align: center;
	font-family: 'Bebas Neue', serif;
	font-size:2em;
}
.cover p {
	width:80%;
	margin-left:10%;
	margin-top:35px;
	line-height: 40px;
	font-size: 1.5em;
}

.video{
    position: relative;
    padding-bottom: 56.25%;
    height: 0;
    margin-bottom: 50px;
}
.video iframe{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.video_title{
    margin:0 auto;
    text-align: center;
    margin-top:-25px;
    margin-bottom: 50px;
}
#bio li{
    font-size: 1.5em;
}

#resume h2 {
	margin-left: 25px;
}
#resume h3 {
	margin-left:50px;
}
#download {
	height:110px;
	width:35%;
	margin:0 auto;
	text-align:center;
	background-color:#2a628f;
	border-radius: 20px;
}
#download h1 {
	padding-top:15px;
}
a {
	text-decoration:none;
	color:white;
}
a:visited {
	text-decoration: none;
	color:white;
}
.first_third, .second_third, .third_third {
	width:30%;
	height:100px;
	margin-bottom:50px;
	float:left;
	height:100%;
}
.first_third img, .second_third img, .third_third img {
	background-color:#3e92cc;
	margin-top:-15px;
	width:90%;
	padding:5%;
	margin-left:0%;
	border-radius: 20px;
}
.first_third h2, .second_third h2, .third_third h2 {
	width:100%;	
	margin-bottom:25px;
	float:left;
	text-align: center;
	margin-top:-10px;
}
.second_third , .third_third {
	margin-left:5%;
}
.clearfix {
	clear:both;
}

.webgl-content * {border: 0; margin: 0 auto; padding: 0}

div #gameContainer {width:100%; margin: 0 auto;}
