/* Fonts --------------------*/
@font-face {
    font-family: 'crete_roundregular';
    src: url('fonts/creteround-regular-webfont.eot');
    src: url('fonts/creteround-regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/creteround-regular-webfont.woff2') format('woff2'),
         url('fonts/creteround-regular-webfont.woff') format('woff'),
         url('fonts/creteround-regular-webfont.ttf') format('truetype'),
         url('fonts/creteround-regular-webfont.svg#crete_roundregular') format('svg');
    font-weight: normal;
    font-style: normal;

}


@font-face {
    font-family: 'crete_rounditalic';
    src: url('fonts/creteround-italic-webfont.eot');
    src: url('fonts/creteround-italic-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/creteround-italic-webfont.woff2') format('woff2'),
         url('fonts/creteround-italic-webfont.woff') format('woff'),
         url('fonts/creteround-italic-webfont.ttf') format('truetype'),
         url('fonts/creteround-italic-webfont.svg#crete_rounditalic') format('svg');
    font-weight: normal;
    font-style: normal;

}


@font-face {
    font-family: 'chunkfiveroman';
    src: url('fonts/chunkfive-webfont.eot');
    src: url('fonts/chunkfive-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/chunkfive-webfont.woff2') format('woff2'),
         url('fonts/chunkfive-webfont.woff') format('woff'),
         url('fonts/chunkfive-webfont.ttf') format('truetype'),
         url('fonts/chunkfive-webfont.svg#chunkfiveroman') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'courier_primebold';
    src: url('fonts/courier_prime_bold-webfont.eot');
    src: url('fonts/courier_prime_bold-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/courier_prime_bold-webfont.woff2') format('woff2'),
         url('fonts/courier_prime_bold-webfont.woff') format('woff'),
         url('fonts/courier_prime_bold-webfont.ttf') format('truetype'),
         url('fonts/courier_prime_bold-webfont.svg#courier_primebold') format('svg');
    font-weight: normal;
    font-style: normal;

}




@font-face {
    font-family: 'courier_primeregular';
    src: url('fonts/courier_prime-webfont.eot');
    src: url('fonts/courier_prime-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/courier_prime-webfont.woff2') format('woff2'),
         url('fonts/courier_prime-webfont.woff') format('woff'),
         url('fonts/courier_prime-webfont.ttf') format('truetype'),
         url('fonts/courier_prime-webfont.svg#courier_primeregular') format('svg');
    font-weight: normal;
    font-style: normal;

}

h1 {
	font-family: 'crete_roundregular';
	font-weight: bold;
	border-bottom: thin solid black;
}

body {
	font-family: 'courier_primeregular';
	margin: 0;
	background-image: url('images/wild_oliva.png');
}

header {
	position: fixed;
	top: 0;
	display: block;
	height: 6em;
	width: 100%;
	z-index: 10;
	margin: 0 auto;
	background-color: white;
	background-image:url('images/FM-background.png');
	background-size: 88%;
	background-repeat: no-repeat;
	background-position: right top;
	
	
	box-shadow: 0px 0px 1px 2px rgba(92, 92, 92, 0.36);
}

header img {
	 margin: 1em;
	 height: auto;
	 width: 100%;
	 min-width: 250px;
}

.left_float {
	float: left;
	width: 45%;
	margin: 1em;
}

.left_float p {
	clear: both;
}

.left {
	float: left;
	margin: 0.25em;
	width: 25%;
}

.right {
	float: right;
	margin: 0.3em 2em;
	text-align: center;
}

.right h1 {
	margin: 0;
	font-family: helvetica, arial, sans-serif;
}

.right p {
	font-size: 11.5px;
	margin: 0;
}


#background {
	background-repeat: no-repeat;
	background-position: center top;
	display: block;
	width: 100%;
	height: 100%;
	
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	
}

article {
	background-color: white;
	min-height: 6em;
	display: block;
	width: 80%;
	padding: 6em 4em;
	margin: 3em auto;
	box-shadow: 0px 0px 1px 2px rgba(92, 92, 92, 0.36);
}


#ethan_pic {
	float: left;
	width: 35%;
}

#FM_certified {
	float: left;
	width: 60%;
	margin: 3em 0;
}

.parallax {
	background-image: url('images/wild_oliva.png');
  -webkit-perspective: 1px;
  height: 100vh;
  overflow-x: hidden;
  overflow-y: auto;
  z-index: 2;
}
.parallax__layer {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.parallax__layer--base {
   -webkit-transform: translateZ(0);
}
.parallax__layer--back {
  -webkit-transform: translateZ(-5px) scale(10);
  background-image: url('images/Road-Through-Forrest.jpg');
  background-size: cover;
	background-repeat: no-repeat;
	background-position: center top;
}

footer {
	width: 83.5%;
padding: 6em 4em;
	margin: 0 auto;
	background-image: url('images/wild_oliva.png');
	background-color: transparent;
	font-size: 8pt;
	color: rgb(220,220,220);
	text-align: center;
	z-index: 1;
	box-shadow: 0px 0px 1px 2px rgba(255, 255, 255, 0.13);
}

footer img {
	width: 33%;
margin: 0;

}

footer h1, footer p {
	font-family: helvetica, arial, sans-serif;
	border-bottom: none;
}

#testDrive {
	color: white;
	text-align: center;
	font-size: 16pt;
	margin-top: 6em;
}
