@font-face {
	font-family: zerofourbeeoneone;
	src: url('font/04B_11_.TTF');
}

body {
	font-family: zerofourbeeoneone;
	background-color:#000;
	color: #fff;
	text-align:right;
	overflow-x: hidden;
}

h1, h2, h3, h4, h5, h6 {
	font-weight: normal;
}

h1 {
	font-size: 45px;
	padding-top: 75px;
}

h1, h2 {
	color:#FDFFA0;
}

p {
	line-height: 150%;
	clear: both;
}

a {
	color:#FDFFA0;
	outline: 0 !important;
	text-decoration: none;
}

a:hover {
	opacity: 0.6;
}

#container {
	margin: 50px;
}

.icon {
	filter: invert(100%);
}
.alignleft {
	text-align: left;
}
.mediumtext {
	font-size: 14px;
	font-family: Open Sans;
}
#copyright {
	padding-top: 50px;
	font-size: 10px;
	font-family: Open Sans;
}

#crouch-img {
	position:fixed;
	left:0;
	bottom:0;
	z-index:-99;
	opacity:0.3;
	max-width: 100%;
}

iframe {
	max-width: 100%;
}

.video-container {
	position: relative;
	padding-bottom: 56.25%;
	padding-top: 30px; height: 0; overflow: hidden;
}
 
.video-container iframe,
.video-container object,
.video-container embed {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

#screenshots img {
	width: 30%;
}


@media screen and (min-width: 1300px) {
	#crouch-img {
		opacity:1;
	}
}


@media screen and (min-width: 850px) {
	h1 {
		font-size: 90px;
		padding-top: 75px;
		width: 800px;
		float: right;
	}
	#container {
		margin-left: 48%;
		margin-right: 50px;
	}
}