@charset "UTF-8";

@font-face {
	
	font-family: 'deftone stylus';
	src: url('../fonts/deftone-stylus/deftone stylus.ttf');
	font-weight: normal;
	font-style: normal;
	
}

.container {
	
	width: 2500px;
	height: 1280px;
	max-width: 100%;
	max-height: 100%;
	background-color: rgba(0,0,0,1.00);
	padding: 0;
	margin: 0;
	position: relative;
	
}

header {
	
	height: 168px;
	color: rgba(255,255,255,1.00);
	text-align: center;
	background-repeat: no-repeat;
	font-size: 8em;
	font-family: 'deftone stylus', Impact, Haettenschweiler, Franklin Gothic Bold, Arial Black," sans-serif";
}

header img {
	
	float: left;
	
}

nav {

	float: left;
	height: 1000px;
	width: 300px;
	
}

nav ul {
	
	padding: 0;
	margin: 0;
	
}

nav ul li {
	
	width: 400px;
	height: 150px;
	text-align: center;
	
}

nav ul li a {
	
	width: 400px;
	height: 150px;
	font-size: 5em;
	color: rgba(255,255,255,1.00);
	text-decoration: none;
	list-style-type: none;
	float: left;
	font-family: 'deftone stylus', Impact, Haettenschweiler, Franklin Gothic Bold, Arial Black," sans-serif";
	
}

nav ul li a:hover {
	
	width: 400px;
	height: 150px;
	font-size: 5em;
	color: rgba(0,0,0,1.00);
	background-color: rgba(255,255,255,1.00);
	font-family: 'deftone stylus', Impact, Haettenschweiler, Franklin Gothic Bold, Arial Black," sans-serif";
	
}

.james_bond {
	
	float: right;
	z-index: -100;
	
}

.spectre_shirt {
	
	background-color: rgba(0,0,0,0.9);
	color: rgba(255,255,255,1.0);
	width: 440px;
	height: 640px;
	float: right;
	position: absolute;
	margin-left: 450px;
	margin-top: 50px;
	font-size: 3.5em;
	border-radius: 20px;
	border: 10px solid;
	border-color: rgba(255,255,255,1.00);
	text-align: center;

}

.spectre_cap {
	
	background-color: rgba(0,0,0,0.9);
	color: rgba(255,255,255,1.0);
	width: 520px;
	height: 670px;
	float: right;
	position: absolute;
	margin-left: 950px;
	margin-top: 50px;
	font-size: 3.5em;
	border-radius: 20px;
	border: 10px solid;
	border-color: rgba(255,255,255,1.00);
	text-align: center;	
	
}

.spectre_selfiegun {
	
	background-color: rgba(0,0,0,0.9);
	color: rgba(255,255,255,1.0);
	width: 820px;
	height: 550px;
	float: right;
	position: absolute;
	margin-left: 1550px;
	margin-top: 50px;
	font-size: 3.5em;
	border-radius: 20px;
	border: 10px solid;border-color: rgba(255,255,255,1.00);
	text-align: center;	
	
}

footer {
	
	color:rgba(255,255,255,1.00);
	font-size: 12px;
	width: 100%;
	clear: both;
	
}

footer ul {
	
	text-align: center;
	
}

p1 {
	
	text-align: left;
	font-size: 3em;
	padding-left: 20px;
	
}

p2 {
	
	text-align:center;
	font-size: 3em;
	padding-left: 800px;
	
}

p3 {
	
	text-align: right;
	font-size: 3em;
	float: right;
	padding-right: 20px;
	
}