@font-face {
	font-family: minimum;
	src: url('font/Blockhead-Black.otf');
}
@font-face {
	font-family: abuget;
	src: url('font/Abuget.ttf');
}

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

.abuget {
	font-family: abuget;
    color:#FFC688;
    font-size: 140px;
}

.red {
	color:#b57b54;
}
.white-text {
	color:#fff;
}
.rating-img {
    max-width: 50px;
    vertical-align: top;
    padding-left: 10px;
}
.clear {
	clear: both;
}
.platform {
	max-width:30%;
    max-height: 60px;
}
.no-padding {
	padding: 0;
    margin: 0;
}

#logo {
	max-width: 100%;
	width: 100%;
}

h1, h2, h3, h4, h5, h6 {
	font-weight: normal;
    line-height: 80%;
}

h1 {
	font-size: 60px;
	padding-top: 0px;
    margin-top: 0px;
}
h2 {
	font-size: 45px;
}
h3 {
	font-size: 30px;
}

h1, h2, h3, a {
	color: #fff;
}

p {
    line-height: 100%;
    clear: both;
    font-size: 37px;
}

p.smaller, p .smaller {
    font-size: 25px;
}

p.smallest {
    font-size: 17px;
}

p.medium {
	font-size: 30px;
}

p.draknek-banner {
    line-height: 70%;
    margin-bottom: -69px;
    padding-top: 20px;
    font-size: 33px;
    text-align: left;
}

p.draknek-banner span {
	font-size:25px;
}

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

a:hover {
	opacity: 0.6;
}

img {
	max-width: 100%;
}

#container {
	margin: 50px;
}

.icon {
	filter: invert(100%);
}
.alignleft {
	text-align: left;
}
p.mediumtext {
	font-size: 12px;
	font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
}
#copyright {
    padding-top: 50px;
    font-size: 13px;
	line-height: 150%;
	font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
}

#crouch-img {
	position:fixed;
	left:0;
	top: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%;
}

input[type="email"], input[type="number"], input[type="search"], input[type="text"], input[type="tel"], input[type="url"], input[type="password"], textarea, select {
    height: 38px;
    padding: 6px 10px;
    background-color: transparent;
    border: 1px solid #D1D1D1;
    border-radius: 4px;
    box-shadow: none;
    box-sizing: border-box;
	width: 100%;
    margin-bottom: 10px;
    letter-spacing: .1rem;
    text-transform: uppercase;
    font-size: 11px;
    color: #D1D1D1;
}

.button, button, input[type="submit"], input[type="reset"], input[type="button"] {
    display: inline-block;
    height: 38px;
    padding: 0 30px;
    color: #000;
    text-align: center;
    font-size: 11px;
    font-weight: 600;
    line-height: 38px;
    letter-spacing: .1rem;
    text-transform: uppercase;
    text-decoration: none;
    white-space: nowrap;
    background-color: #b57b54;
    border-radius: 4px;
    border: 1px solid #000;
    cursor: pointer;
    box-sizing: border-box;
}

input[type="submit"]:hover {
	opacity: 0.7;
}

@media screen and (min-width: 751px) {
	h1 {
		font-size: 93px;
	}
}

@media screen and (min-width: 950px) {
	h1 {
		padding-top: 0px;
		width: 800px;
		float: right;
	}
	#container {
		margin-left: 48%;
		margin-right: 50px;
	}
	h2 {
		font-size: 60px;
	}
	h3 {
		font-size: 40px;
	}
}

@media screen and (min-width: 1300px) {
	#crouch-img {
		opacity:1;
	}
	#container {
		margin-left: 60%;
		margin-right: 50px;
	}
}

@media screen and (max-width: 1060px) {
	p.draknek-banner {
		font-size: 26px;
	}
	p.draknek-banner span {
		font-size:20px;
	}
}

@media screen and (max-width: 750px) {
	p {
		font-size: 22px;	
	}
	p.smaller, p .smaller {
		font-size: 17px;
	}
	p.smallest {
		font-size: 14px;
	}
	h2 {
		font-size: 36px;
	}
	h3 {
		font-size: 24px;
	}
}

@media screen and (max-width: 600px) {
	p.draknek-banner {
		font-size: 17px;
		padding-bottom: 28px;
	}
	p.draknek-banner span {
		font-size:13px;
	}
}