

/* 

	* Website developed by Kai Micah Mills.
	* Copyright © 2015. All Rights Reserved.
	* https://www.twitter.com/KaiMicahMills

*/

html, body {
	margin: 0;
	padding: 0;
	width: 100%;
	height: 100%;
	background-color: #474747;
	background-image: url("../images/gray.png");
	background-repeat: repeat;
	position: relative;
	z-index: -1;
	min-width: 1250px;
}

body {
	overflow-x: hidden;
}

* {
	-webkit-transition: all 0.25s ease;
	-moz-transition: all 0.25s ease;
	-o-transition: all 0.25s ease;
	-ms-transition: all 0.25s ease;
	transition: all 0.25s ease;
	cursor: url("../images/cursor.png"), auto;
}

a {
	text-decoration: none;
	color: inherit;
}

::selection {
	background: #A50B13;
}

::-moz-selection {
	background: #A50B13;
}

textarea:focus, input:focus{
    outline: 0;
}

@font-face {
	font-family: Buttont; src: url('fonts/RockoFLF.ttf');
}

@font-face {
	font-family: Logot; src: url('fonts/BNJinx.ttf');
}

.header {
	height: 100px;
	width: 100%;
	position: fixed;
	background-color: rgba(0,0,0,0.4);
	-webkit-box-shadow: 0px 0px 25px 3px rgba(0,0,0,0.4);
	-moz-box-shadow: 0px 0px 25px 3px rgba(0,0,0,0.4);
	box-shadow: 0px 0px 25px 3px rgba(0,0,0,0.4);
	z-index: 5;
	min-width: 1250px;
}

.header.sticky {
	background-color: rgba(0,0,0,0.8);
	-webkit-box-shadow: 0px 0px 25px 3px rgba(0,0,0,0.8);
	-moz-box-shadow: 0px 0px 25px 3px rgba(0,0,0,0.8);
	box-shadow: 0px 0px 25px 3px rgba(0,0,0,0.8);
}

.header-cover {
	width: 1200px;
	margin: auto;
}

.section-0 {
	height: 750px;
	width: 100%;
	overflow: hidden;
}

.top-cover {
	width: 1200px;
	margin: auto;
	padding-top: 250px;
}

.top-skew {
	height: 500px;
	width: 400px;
	background-color: rgba(0,0,0,0.4);
	-webkit-box-shadow: 0px 0px 25px 3px rgba(0,0,0,0.4);
	-moz-box-shadow: 0px 0px 25px 3px rgba(0,0,0,0.4);
	box-shadow: 0px 0px 25px 3px rgba(0,0,0,0.4);
	border-top: 5px solid #A50B13;
	float: left;
}

.top-skew-2 {
	height: 500px;
	width: 400px;
	background-color: rgba(0,0,0,0.4);
	-webkit-box-shadow: 0px 0px 25px 3px rgba(0,0,0,0.4);
	-moz-box-shadow: 0px 0px 25px 3px rgba(0,0,0,0.4);
	box-shadow: 0px 0px 25px 3px rgba(0,0,0,0.4);
	border-top: 5px solid #A50B13;
	float: right;
}

.top-para {
	width: 700px;
	height: 400px;
	background-color: rgba(0,0,0,0.4);
	-webkit-box-shadow: 0px 0px 25px 3px rgba(0,0,0,0.4);
	-moz-box-shadow: 0px 0px 25px 3px rgba(0,0,0,0.4);
	box-shadow: 0px 0px 25px 3px rgba(0,0,0,0.4);
	float: right;
	background: url(../images/top.jpg) no-repeat center center; 
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}

.top-para-2 {
	width: 700px;
	height: 400px;
	background-color: rgba(0,0,0,0.4);
	-webkit-box-shadow: 0px 0px 25px 3px rgba(0,0,0,0.4);
	-moz-box-shadow: 0px 0px 25px 3px rgba(0,0,0,0.4);
	box-shadow: 0px 0px 25px 3px rgba(0,0,0,0.4);
	float: left;
	background: url(../images/top2.jpg) no-repeat center center; 
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}

.top-para-text {
	letter-spacing: 2px;
	color: #bbb;
	font-family: Buttont;
	text-shadow: 1px 1px 4px #000000;
	font-size: 14px;
	padding: 30px;
}

.page-title {
	letter-spacing: 3px;
	color: #bbb;
	font-family: Buttont;
	-webkit-transition: all 0.1s ease;
	-moz-transition: all 0.1s ease;
	-o-transition: all 0.1s ease;
	-ms-transition: all 0.1s ease;
	transition: all 0.1s ease;
	font-weight: bold;
	text-shadow: 1px 1px 4px #000000;
	font-size: 40px;
	-webkit-transform: skew(-20deg);
	-moz-transform: skew(-20deg);
	-o-transform: skew(-20deg);
	text-align: center;
	padding-top: 15px;
}

.section-1 {
	background: url(../images/csgo.png) no-repeat center center; 
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	height: 900px;
	width: 100%;
	min-width: 1250px;
	-webkit-box-shadow: 0px -10px 17px -1px rgba(0,0,0,0.75);
	-moz-box-shadow: 0px -10px 17px -1px rgba(0,0,0,0.75);
	box-shadow: 0px -10px 17px -1px rgba(0,0,0,0.75);
}

.section-2 {
	width: 100%;
	height: auto;
	display: inline-block;
	min-width: 1250px;
	padding-bottom: 80px;
}

.section-3 {
	background: url(../images/minecraft.png) no-repeat center center; 
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	height: 900px;
	width: 100%;
	min-width: 1250px;
	margin-top: -250px;
	-webkit-box-shadow: 0px 10px 17px -1px rgba(0,0,0,0.75);
	-moz-box-shadow: 0px 10px 17px -1px rgba(0,0,0,0.75);
	box-shadow: 0px 10px 17px -1px rgba(0,0,0,0.75);
	position: relative;
	z-index: 2;
}

.logo {
	float: left;
}

.logo img {
	height: 80px;
	margin-top: 10px;
}

.logo img:hover {
	filter: brightness(115%);
	-webkit-filter: brightness(115%);
	-moz-filter: brightness(115%);
	-o-filter: brightness(115%);
	-ms-filter: brightness(115%);
}

.buttons {
	float: right;
	height: 100px;
}

.button {
	float: left;
	height: 100px;
}

.button-text {
	text-align: center;
	margin-top: 40px;
	letter-spacing: 3px;
	font-style: italic;
	color: #bbb;
	font-family: Buttont;
	margin-left: 15px;
	margin-right: 15px;
	-webkit-transition: all 0.1s ease;
	-moz-transition: all 0.1s ease;
	-o-transition: all 0.1s ease;
	-ms-transition: all 0.1s ease;
	transition: all 0.1s ease;
	font-weight: bold;
	text-shadow: 1px 1px 4px #000000;
	font-size: 15px;
}

.button-text-page {
	text-align: center;
	margin-top: 40px;
	letter-spacing: 3px;
	font-style: italic;
	color: #fff;
	font-family: Buttont;
	margin-left: 15px;
	margin-right: 15px;
	-webkit-transition: all 0.1s ease;
	-moz-transition: all 0.1s ease;
	-o-transition: all 0.1s ease;
	-ms-transition: all 0.1s ease;
	transition: all 0.1s ease;
	font-weight: bold;
	text-shadow: 1px 1px 4px #000000;
	font-size: 15px;
}

.button-text:hover {
	color: #eee;
}

.slanted-cover-1 {
	float: left;
	margin-right: 150px;
}

.slanted-cover-2 {
	float: left;
	margin-right: 150px;
	margin-top: -80px;
	padding-bottom: 80px;
}

.slanted-cover-3 {
	float: left;
	margin-top: -165px;
	padding-bottom: 165px;
}

.slanted {
	height: 300px;
	width: 300px;
	background-color: #787878;
	width: 300px;
	height: auto;
	display: inline-block;
	-webkit-box-shadow: 0px 0px 25px 3px rgba(0,0,0,0.4);
	-moz-box-shadow: 0px 0px 25px 3px rgba(0,0,0,0.4);
	box-shadow: 0px 0px 25px 3px rgba(0,0,0,0.4);
	position: relative;
	z-index: 2;
}

.slanted-top {
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 0 0 55px 300px;
	border-color: transparent transparent #787878 transparent;
	position: relative;
	z-index: 3;
}

.slanted-bottom {
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 0 0 55px 300px;
	border-color: transparent transparent #787878 transparent;
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
	position: relative;
	z-index: 2;
}

.game-name {
	font-family: Buttont;
	font-size: 26px;
	letter-spacing: 3px;
	color: #ccc;
	text-align: center;
	font-weight: bold;
	text-transform: uppercase;
	padding-top: 20px;
	text-shadow: 1px 1px 4px #000000;
}

.game-description {
	font-family: Buttont;
	font-size: 12.5px;
	letter-spacing: 3px;
	color: #3D3D3D;
	font-weight: bold;
	padding: 30px;
	padding-bottom: 20px;
}

.game-ip {
	font-family: Buttont;
	font-size: 12px;
	letter-spacing: 3px;
	color: #ccc;
	text-align: center;
	font-weight: bold;
	padding-top: 15px;
	padding-bottom: 20px;
	text-shadow: 1px 1px 4px #000000;
}

.games {
	width: 1200px;
	margin: auto;
}

.games-cover {
	width: 1200px;
	display: inline-block;
	height: auto;
}

.game-box-1 {
	height: auto;
	display: inline-block;
	float: left;
	width: 400px;
	padding-top: 100px;
	padding-bottom: 100px;
}

.game-box-2 {
	height: auto;
	display: inline-block;
	float: left;
	width: 400px;
	padding-top: 30px;
	padding-bottom: 30px;
}

.game-box-3 {
	height: auto;
	display: inline-block;
	float: left;
	width: 400px;
	margin-top: -40px;
	margin-bottom: 40px;
}

.section-4 {
	height: 550px;
	width: 100%;
	position: relative;
	z-index: 1;
}

.video-cover {
	width: 1200px;
	margin: auto;
	padding-top: 117.5px;
}

.video-left {
	width: 640px;
	height: 315px;
	float: left;
}

.video-right-top {
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 0 0 55px 560px;
	border-color: transparent transparent rgba(0,0,0,0.4) transparent;
	position: relative;
	z-index: 3;
	float: right;
}

.video-right {
	width: 560px;
	float: left;
}

.video-right-bottom {
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 0 0 55px 560px;
	border-color: transparent transparent rgba(0,0,0,0.4) transparent;
	position: relative;
	z-index: 3;
	float: right;
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
	margin-top: -4px;
}

.video-text {
	letter-spacing: 2px;
	color: #bbb;
	font-family: Buttont;
	text-shadow: 1px 1px 4px #000000;
	font-size: 14px;
	padding-right: 50px;
	padding-bottom: 20px;
}

.video-title {
	letter-spacing: 2px;
	font-style: italic;
	color: #ccc;
	font-family: Buttont;
	text-shadow: 1px 1px 4px #000000;
	font-size: 20px;
	padding-bottom: 20px;
	font-weight: bold;
}

.video-over {
	height: 100%;
	width: 100%;
	display: table;
}

.video-mid {
    display: table-cell;
    vertical-align: middle;
}

.section-5 {
	height: 250px;
	padding-top: 50px;
	padding-bottom: 50px;
	width: 100%;
	background: #0E0F10;
	-webkit-box-shadow: inset 0px 10px 17px -1px rgba(0,0,0,0.75);
	-moz-box-shadow: inset 0px 10px 17px -1px rgba(0,0,0,0.75);
	box-shadow: inset 0px 10px 17px -1px rgba(0,0,0,0.75);
	position: relative;
	z-index: 2;
}

.footer {
	width: 1200px;
	margin: auto;
}

.footer-left {
	width: 300px;
	height: 350px;
	float: left;
	margin-top: -50px;
}

.footer-image {
	width: 600px;
	height: 100%;
	float: left;
	margin-top: 35px;
}

.footer-right {
	width: 300px;
	height: 350px;
	float: left;
	margin-top: -50px;
}

.footer-image img {
	width: 100%;
}

.footer-over {
	height: 100%;
	width: 100%;
	display: table;
}

.footer-mid {
    display: table-cell;
    vertical-align: middle;
}

.footer-text {
	letter-spacing: 2px;
	color: #bbb;
	font-family: Buttont;
	text-shadow: 1px 1px 4px #000000;
	font-size: 18px;
	padding: 5px;
	font-weight: bold;
}

.footer-text a:hover {
	color: #A50B13;
	padding-left: 10px;
}

.footer-text-right {
	letter-spacing: 2px;
	color: #bbb;
	font-family: Buttont;
	text-shadow: 1px 1px 4px #000000;
	font-size: 18px;
	padding: 5px;
	font-weight: bold;
	text-align: right;
}

.footer-text-right a:hover {
	color: #A50B13;
	padding-right: 10px;
}

.footer-image img:hover {
	filter: brightness(115%);
	-webkit-filter: brightness(115%);
	-moz-filter: brightness(115%);
	-o-filter: brightness(115%);
	-ms-filter: brightness(115%);
}

.section-6 {
	background: url(../images/gmod.png) no-repeat center center; 
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	height: 900px;
	width: 100%;
	min-width: 1250px;
	-webkit-box-shadow: 0px -10px 17px -1px rgba(0,0,0,0.75);
	-moz-box-shadow: 0px -10px 17px -1px rgba(0,0,0,0.75);
	box-shadow: 0px -10px 17px -1px rgba(0,0,0,0.75);
}

.section-7 {
	width: 100%;
	height: auto;
	display: inline-block;
	min-width: 1250px;
	padding-bottom: 300px;
}

.contact {
	width: 1200px;
	margin: auto;
}

.contact-top {
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 0 0 160px 1205px;
	border-color: transparent transparent #787878 transparent;
	position: relative;
	z-index: 3;
    -moz-transform: scaleX(-1);
    -webkit-transform: scaleX(-1);
    -o-transform: scaleX(-1);
    transform: scaleX(-1);
    -ms-filter: fliph;
    filter: fliph;
	margin-left: -5px;
}

.contact-bottom {
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 0 1210px 160px 0;
	border-color: transparent #787878 transparent transparent;
	position: relative;
	z-index: 2;
	margin-left: -5px;
	margin-top: -90px;
}

.section-8 {
	background: url(../images/mc.png) no-repeat center center; 
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	height: 900px;
	width: 100%;
	min-width: 1250px;
	margin-top: -250px;
	-webkit-box-shadow: 0px 10px 17px -1px rgba(0,0,0,0.75);
	-moz-box-shadow: 0px 10px 17px -1px rgba(0,0,0,0.75);
	box-shadow: 0px 10px 17px -1px rgba(0,0,0,0.75);
	position: relative;
	z-index: 2;
}

@media screen and (max-width: 1250px) {
	html,body {
		min-width: 950px;
	}
	.header-cover {
		width: 900px;
	}
	.header {
		min-width: 950px;
	}
	.top-skew {
		width: 300px;
	}
	.top-skew-2 {
		width: 300px;
	}
	.top-cover {
		width: 900px;
	}
	.top-para {
		width: 500px;
	}
	.top-para-2 {
		width: 500px;
	}
	.section-1, .section-2, .section-3, .section-4, .section-5, .section-6, .section-7, .section-8 {
		min-width: 950px;
	}
	.top-para-text {
		font-size: 13.5px;
	}
	.games, .games-cover {
		width: 900px;
	}
	.slanted {
		width: 250px;
	}
	.slanted-top, .slanted-bottom {
		border-width: 0 0 45px 250px;
	}
	.slanted-cover-1 {
		margin-right: 75px;
	}
	.slanted-cover-2 {
		margin-right: 75px;
		margin-top: -60px;
		padding-bottom: 60px;
	}
	.slanted-cover-3 {
		margin-top: -120px;
		padding-bottom: 120px;
	}
	.video-left {
		width: 340px;
	}
	.video-cover {
		width: 900px;
	}
	.video-text {
		font-size: 13.5px;
	}
	.footer {
		width: 900px;
	}
	.footer-left, .footer-right {
		width: 150px;
	}
	.contact {
		width: 950px;
	}
	#name, #email {
		width: 900px !important;
	}
	#text {
		width: 890px !important;
	}
	.contact-top {
		border-width: 0 0 160px 910px;
	}
	.contact-bottom {
		border-width: 0 910px 160px 0;
	}
}