@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;
	
}

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;
	
}