@charset "utf-8";
/* Global Styles */

body {
	margin-left: auto;
	margin-right: auto;
	width: 100%;
	max-width: 1920px;
	background-color: #000000;
	background-image: url(../../images/mm-background.jpg);
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center top;
	color: #FFFFFF;
	font-family: open-sans;
	font-style: normal;
	font-weight: 300;
	font-size: medium;
	background-attachment: scroll;
	padding-top: 30%;
}
/* Header */
header {
	text-align: center;
	position: relative;
	top: 60%;
}

header .heroLogo img {
	width: 30%;
	max-width: 100%;
	margin-left: auto;
	margin-right: auto;
}

header .heroMindfucker img {
	width: 20%;
	max-width: 100%;
	margin-left: auto;
	margin-right: auto;
	margin-top: 0%;
	margin-bottom: 0%;
	font-family: open-sans;
	font-style: normal;
	font-weight: 300;
}


header .heroMindfuckerOut {
	clear:left;
	margin-left: auto; margin-right:auto;
	margin-top:0px;
	padding:5px;
	background-color:#000000;
	width:150px;
}

header .heroMindfuckerOut a {
	clear: left;
	color: #f9bd4e;
	font-family: open-sans;
	font-style: normal;
	font-weight: 500;
	font-variant: normal;
	font-size: 16px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 0px;
	padding: 5px;
	background-color: #000000;
	text-decoration: none;
}
header .heroNav a {
	clear: left;
	color: #f9bd4e;
	font-family: open-sans;
	font-style: normal;
	font-weight: 500;
	font-variant: normal;
	font-size: 14px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 0px;
	padding: 5px;
	background-color: #000000;
	text-decoration: none;
}


/* Footer */

footer {
	clear:both;
	text-align: center;
	color: #FFFFFF;
	font-family: open-sans;
	font-style: normal;
	font-weight: 300;
	font-size: 10px;
}

footer .footerDisclaimer {
	font-family: open-sans, sans-serif;
	width: 100%;
	text-align: center;
	font-size: 10px;	
}



