@charset "UTF-8";
@import url("../webfonts/Steelworks_Vintage_Demo/stylesheet.css");

html, body {
	margin: 0;
	padding: 0;
	text-align: center;
	height: 100%;
}

.title {
	font-family: 'Steelworks Vintage Demo';
	font-size: 5em;
	text-align: center;
	position: static;
	margin: 0%;
	padding-top: 2%;
}

@font-face {
	font-family: 'Steelworks Vintage Demo';
	src: url('Steelworks Vintage Demo.tff') format('truetype');
}

.mag {
	font-family: 'advent-pro';
	font-style: oblique;
	text-align: center;
	margin: 0%;
	padding-top: 0px;
	padding-bottom: 2%;
	position: static;
}
	
nav {
	background-color: rgba(0,0,0,1.00);
	height: 52px;
	position: relative; /* This gives our z-index something to hook on to */
	z-index: 1000; /* This makes sure our navigation appears over the top of the foreground duck image */
}

/* This is the base of our bulleted list */
nav ul {
	padding: 0px;
	margin: 0px;
	list-style-type: none; /* Hide those bullets */
	list-style-image: none; /* NO REALLY, hide those bullets */
}

nav ul li {
	display: block; /* Turns our list item into a box to contain our buttons */
	width: 16.666667%; /* We want our buttons to take up equal parts of the navigation area. Because we have four buttons, then the width must be 25% */
	height: 40px; /* Match our <nav> tag height of 65px */
	float: left; /* Float them left so they go horizontally across the page */
}

/* Here is the actual button style itself */

nav ul li a {
	display: block; /* Makes <a> tag fill 100% of the width of it's containing <li> */
	height: 40px; /* This is really 65px, but I have subtracted the padding-top from this number in order to horizontally balance the type */
	text-align: center;
	background-color: rgba(0,0,0,1.00);
	color: rgba(255,255,255,1.00);
	text-decoration: none;
	font-family: 'advent-pro';
	font-size: 1.5em;
	font-weight: bold;
	padding-top: 12px; /* This padding vertically centeres the type */	
}
	
nav ul li a:hover {
	background-color:rgba(113,170,222,1.00);
	opacity: 0.9;

	/* Shadow border 
	border-right-width: .5px;
	border-right-style: dotted;
	border-right-color: rgba(152,253,255,1.00);	
	
	 Highlight border 
	border-lefft-width: .5px;
	border-left-style:dotted;
	boarder-left-color: rgba(152,253,255,1.00);*/
}

.A {
	font-family: 'Steelworks Vintage Demo';
	font-size: 4em;
	text-align: center;	
	display: block;
	background-color: rgba(0,0,0,1.00);
	color: rgba(255,255,255,1.00);
	width: 200px;
	height: 500px;
	float: left;
	position: relative;
	padding-top: 100px;
	padding-bottom: 50px;
	padding-left: 20px;
	padding-right: 20px;
	margin-top: 100px;
	margin-bottom: 0px;
	margin-left: 100px;
	margin-right: 75px;
}

.about-page {
	font-family: 'advent-pro';
	font-style: normal;
	text-align: left;
	max-width: 35%;
	position: absolute;
	top: 400px;
	left: 450px;
	right: 100px;
	
}
.green {
	width: 324px;
	height: 216px;
	float: right;
	position: absolute;
	right: 50px;
	top: 320px;
}

.wood-wheel {
	width: 324px;
	height: 216px;
	float: right;
	position: absolute;
	right: 50px;
	top: 600px;
}

.a {
	font-family: 'advent-pro';
	font-style: normal;
	font-size: 1em;
	text-align: center;
	max-width: 40%;
	position: absolute;
	top: 300px;
	left: 400px;
	right: 100px;
}

.b {
	font-family: 'advent-pro';
	font-style: normal;
	font-size: 1em;
	text-align: center;
	max-width: 40%;
	position: absolute;
	top: 300px;
	left: 400px;
	right: 100px;
}

.c {
	font-family: 'advent-pro';
	font-style: normal;
	font-size: 1em;
	text-align: center;
	max-width: 40%;
	position: absolute;
	top: 460px;
	left: 400px;
	right: 100px;
}

.d {
	font-family: 'advent-pro';
	font-style: normal;
	font-size: 1em;
	text-align: center;
	max-width: 40%;
	position: absolute;
	top: 450px;
	left: 400px;
	right: 100px;
}

.e {
	font-family: 'advent-pro';
	font-style: normal;
	font-size: 1em;
	text-align: center;
	max-width: 40%;
	position: absolute;
	top: 570px;
	left: 400px;
	right: 100px;
}

.f {
	font-family: 'advent-pro';
	font-style: normal;
	font-size: 1em;
	text-align: center;
	max-width: 40%;
	position: absolute;
	top: 730px;
	left: 400px;
	right: 100px;
}

.g {
	font-family: 'advent-pro';
	font-style: normal;
	font-size: 1em;
	text-align: center;
	max-width: 40%;
	position: absolute;
	top: 770px;
	left: 400px;
	right: 100px;
}

.h {
	font-family: 'advent-pro';
	font-style: normal;
	font-size: 1em;
	text-align: center;
	max-width: 40%;
	position: absolute;
	top: 840px;
	left: 400px;
	right: 100px;
}

.i {
	font-family: 'advent-pro';
	font-style: normal;
	font-size: 1em;
	text-align: center;
	max-width: 40%;
	position: absolute;
	top: 880px;
	left: 400px;
	right: 100px;
}



