@charset "utf-8";
/* CSS Document */

html {
	position: relative;
	min-height: 100%;
}

#contentpage {
	background-color: #F5F5F5;
}

#contourpage {
	background-image: url(images/contours.jpg);
	background-size: cover;
	background-repeat: no-repeat;
}


/* home page fade in signature */

#introduction {
	height: 100%;
	width: 100%;
	z-index: 2;
	opacity: 1;
}

.introbckgrnd {
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0px;
	top: 0px;
	animation-duration: 2s, 0s;
	animation-fill-mode: forwards, forwards;
	animation-name: fade, back;
	animation-delay: 7s, 9s;
	z-index: 2;
}

.introname {
	position: absolute;
	left: 50%;
	margin-left: -39%;
	top: 50%;
	margin-top: -15%;
	animation: fade 2s forwards;
	animation-delay: 6s;
	z-index: 2;
}

@keyframes fade {
	to { opacity: 0; }
}

@keyframes back {
	to { z-index: -2; }
}


/* home page slideshow images */

.crossfade > figure {
	animation: imageAnimation 78s linear infinite 0s;
	backface-visibility: hidden;
	background-size: cover;
	background-position: center center;
	color: transparent;
	height: 100%;
	left: 0px;
	opacity: 0;
	position: absolute;
	top: 0px;
	width: 100%;
	z-index: -1;
	padding: 0px;
	margin: 0px;
}
.crossfade > figure:nth-child(1) { 
	animation-delay: 6s;
	background-image: url(images/home/01_Outpost_Angles.jpg); 
}
.crossfade > figure:nth-child(2) {
  	animation-delay: 14s;
  	background-image: url(images/home/02_Coasters_Sketches.jpg);
}
.crossfade > figure:nth-child(3) {
  	animation-delay: 22s;
  	background-image: url(images/home/03_Housing_Communities.jpg);
}
.crossfade > figure:nth-child(4) {
  	animation-delay: 30s;
  	background-image: url(images/home/04_La_Tourelle.jpg);
}
.crossfade > figure:nth-child(5) {
  	animation-delay: 38s;
  	background-image: url(images/home/05_Leg_Joint_Detail.jpg);
}
.crossfade > figure:nth-child(6) {
  	animation-delay: 46s;
  	background-image: url(images/home/06_Housing-Diagrams-Image.jpg);
}
.crossfade > figure:nth-child(7) {
  	animation-delay: 54s;
  	background-image: url(images/home/07_Roof_Attachment.jpg);
}
.crossfade > figure:nth-child(8) {
  	animation-delay: 62s;
  	background-image: url(images/home/08_Steel_Handle_Prototype.jpg);
}
.crossfade > figure:nth-child(9) {
  	animation-delay: 70s;
  	background-image: url(images/home/09_Wing_Detail.jpg);
}
.crossfade > figure:nth-child(10) {
  	animation-delay: 78s;
  	background-image: url(images/home/10_Woodworking_Precision.jpg);
}
@keyframes 
imageAnimation {  
	0% {
 		animation-timing-function: ease-in;
 		opacity: 0;
	}
 	3% {
 		animation-timing-function: ease-out;
 		opacity: 1;
	}
 	17% {
 		opacity: 1;
	}
 	25% {
 		opacity: 0;
	}
 	100% {
 		opacity: 0;
	}
}


/* navigation bar variations */

#banner {
	max-height: 40px;
	width: auto;
	top: 36px;
	left: 16px;
	padding-right: 30px;
	position: absolute;
}
#banner .signature {
	max-height: 40px;
	width: auto;
	top: 0px;
	left: 0px;
	position: absolute;
}
#banner .shadow {
	opacity: 0;
	max-height: 40px;
	width: auto;
	top: 0px;
	left: 0px;
	position: absolute;
	-webkit-transition: all .5s ease-in-out;
  	-moz-transition: all .5s ease-in-out;
  	-o-transition: all .5s ease-in-out;
	-ms-transition: all .5s ease-in-out;
	transition: all .5s ease-in-out;
}
#banner:hover .shadow {
	opacity: 1;
}

#navbar {
	width: 700px;
	padding-bottom: 5px;
	position: absolute;
	right: 25px;
	top: 45px;
	text-align: right;
}
#navlist {
	margin: 0px;
	padding: 0px;
	border-width: 0px;
	border-collapse: collapse;
	width: 700px;
	list-style-position: inside;
	list-style-type: none;
}

.navitem {
	display: inline;
	font-family: "Century Gothic", Arial, sans-serif;
	font-size: 15px;
	color: #252525;
	text-decoration: none;
	text-align: right;
	padding: 20px;
	letter-spacing: 2px;
}
.navitem a:link {
	font-family: "Century Gothic", Arial, sans-serif;
	font-size: 15px;
	color: #9F9F9F;
	text-decoration: none;
	-webkit-transition: all .3s ease-in-out;
  	-moz-transition: all .3s ease-in-out;
  	-o-transition: all .3s ease-in-out;
	-ms-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
}
.navitem a:visited {
	font-family: "Century Gothic", Arial, sans-serif;
	font-size: 15px;
	color: #9F9F9F;
	text-decoration: none;
}
.navitem a:hover {
	font-family: "Century Gothic", Arial, sans-serif;
	font-size: 15px;
	color: #7D1315;
	text-decoration: none;
}
.navitem a:active {
	font-family: "Century Gothic", Arial, sans-serif;
	font-size: 15px;
	color: #252525;
	text-decoration: none;
}

.navitemhome {
	display: inline;
	font-family: "Century Gothic", Arial, sans-serif;
	font-size: 15px;
	color: #E9E9E9;
	text-decoration: none;
	text-align: right;
	padding: 20px;
	letter-spacing: 2px;
}
.navitemhome a:link {
	font-family: "Century Gothic", Arial, sans-serif;
	font-size: 15px;
	color: #E9E9E9;
	text-decoration: none;
	-webkit-transition: all .3s ease-in-out;
  	-moz-transition: all .3s ease-in-out;
  	-o-transition: all .3s ease-in-out;
	-ms-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
}
.navitemhome a:visited {
	font-family: "Century Gothic", Arial, sans-serif;
	font-size: 15px;
	color: #E9E9E9;
	text-decoration: none;
}
.navitemhome a:hover {
	font-family: "Century Gothic", Arial, sans-serif;
	font-size: 15px;
	color: #7D1315;
	text-decoration: none;
}
.navitemhome a:active {
	font-family: "Century Gothic", Arial, sans-serif;
	font-size: 15px;
	color: #E9E9E9;
	text-decoration: none;
}


/* text properties of pages */

#pagetitle {
	width: 600px;
	padding-top: 50px;
	padding-bottom: 100px;
	position: relative;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
	font-family: "Century Gothic", Arial, sans-serif;
	color: #939393;
	font-size: 20px;
	top: 90px;
	letter-spacing: 3px;
}
#pagetitle2 {
	width: 600px;
	padding-top: 0px;
	padding-bottom: 100px;
	position: relative;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
	font-family: "Century Gothic", Arial, sans-serif;
	color: #939393;
	font-size: 20px;
	top: 90px;
	letter-spacing: 3px;
}
#content {
	/* width (of the gallery is currently): 786px; */
	width: 1140px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 100px;
	padding-bottom: 20px;
	position: relative;
	min-height: 450px;
}
#contentpdf {
	width: 1536px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 100px;
	padding-bottom: 20px;
	position: relative;
	min-height: 450px;
}
#below_content {
	width: 1140px;
	margin-left: auto;
	margin-right: auto;
	padding-bottom: 20px;
	position: relative;
	padding-top: 80px;
	overflow: auto;
}
.pdf-displayer {
	float: left;
	box-shadow: 0px 0px 15px grey;
	width: 70%;
	height: 700px;
}
.below_image {
	width: 786px;
	position: relative;
	float: left;
}
.processimage {
	padding: 5px;
}
.process_story {
	height: 170px;
	padding-bottom: 60px;
}
#contentwithtitle {
	/* width (of the gallery is currently): 786px; */
	width: 1140px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 150px;
	padding-bottom: 20px;
	position: relative;
	height: 350px;
}
.contenttext {
	text-align: left;
	width: 300px;
	top: 12px;
	margin-left: 840px;
	position: relative;
	font-family: "Century Gothic", Arial, sans-serif;
	font-size: 14px;
	color: #252525;
}
.contentpdftext {
	text-align: left;
	width: 27%;
	top: 12px;
	margin-left: 73%;
	position: relative;
	font-family: "Century Gothic", Arial, sans-serif;
	font-size: 14px;
	color: #252525;
}
#widecontenttext {
	text-align: left;
	width: 300px;
	height: 300px;
	left: 0px;
	top: 12px;
	position: relative;
	font-family: "Century Gothic", Arial, sans-serif;
	font-size: 14px;
	color: #252525;
	display: inline;
}
#constructiontext {
	text-align: center;
	width: 700px;
	height: 350px;
	margin-left: auto;
	margin-right: auto;
	top: 12px;
	position: relative;
	font-family: "Century Gothic", Arial, sans-serif;
	font-size: 14px;
	color: #252525;
	line-height: 35px;
}
p {
	display: inline;
}
h1 {
	font-size: 20px;
	color: #7D1315;
	font-weight: normal;
	display: inline;
	letter-spacing: 1px;
}
h2 {
	font-size: 20px;
	display: inline;
	font-weight: normal;
	color: #252525;
	letter-spacing: 1px;
}
.red {
	color: #7D1315;
	display: inline;
	letter-spacing: 1px;
}
.redbold {
	color: #7D1315;
	display: block;
	letter-spacing: 1px;
	font-weight: bold;
	margin: 0px;
	padding-bottom: 7px;
}
a {
	text-decoration: none;
	color: #9F9F9F;
}
a:hover {
	color: #7D1315;
}

#imageofme {
	top: 0px;
	left: 0px;
	position: relative;
	float: left;
	padding-right: 50px;
}
#whyilike {
	position: relative;
	width: 1200px;
	height: 150px;
	padding-top: 15px;
	left: -21px;
}
#whyilike_text {
	height: 30px;
	text-align: center;
	letter-spacing: 1px;
}
#whyilike_images {
	text-align: center;
	height: 120px;
	padding-top: 15px;
}
.whyilike_text {
	display: inline-block;
	text-align: center;
	padding-left: 15px;
	padding-right: 15px;
	width: 130px;
}
.whyilike {
	display: inline-block;
	text-align: center;
	padding-left: 15px;
	padding-right: 15px;
	width: 130px;
	opacity: 1;
	-webkit-transition: all .3s ease-in-out;
  	-moz-transition: all .3s ease-in-out;
  	-o-transition: all .3s ease-in-out;
	-ms-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
}
.whyilike:hover {
	cursor: pointer;
	opacity: .5;
	-webkit-transition: all .3s ease-in-out;
  	-moz-transition: all .3s ease-in-out;
  	-o-transition: all .3s ease-in-out;
	-ms-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
}

/* resume button */

.resume {
	font-family: "Century Gothic", Arial, sans-serif;
	color: #FFFFFF;
	background-color: #7D1315;
	border: 5px solid #7D1315;
	letter-spacing: 1px;
	-webkit-transition: all .3s ease-in-out;
  	-moz-transition: all .3s ease-in-out;
  	-o-transition: all .3s ease-in-out;
	-ms-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
}
.resume:hover {
  	cursor: pointer;
	background-color: #5C5C5C;
	border: 5px solid #5C5C5C;
	letter-spacing: 1px;
}


/* index page galleries */

.gallery {
	width: 95%;
	margin-left: auto;
	margin-right: auto;
	padding-top: 45px;
	padding-bottom: 45px;
	position: relative;
	text-align: center;
}
.imageblock {
	display: inline-block;
	width: 300px;
	height: 300px;
	padding: 20px;
	margin: auto;
	text-align: left;
}
.images {
	position: absolute;
	opacity: 1;
	-webkit-transition: all .5s ease-in-out;
  	-moz-transition: all .5s ease-in-out;
  	-o-transition: all .5s ease-in-out;
	-ms-transition: all .5s ease-in-out;
	transition: all .5s ease-in-out;
}
.images:hover {
	opacity: 0;
}
.blackblock {
	position: absolute;
	width: 300px;
	height: 300px;
	background: black;
}
.logo {
	position: absolute;
	padding-left: 15px;
	padding-top: 200px;
}
p.textblock {
	font-size: 15px;
	font-style: none;
	color: #F5F5F5;
	text-decoration: none;
	position: absolute;
	font-family: "Century Gothic", Arial, sans-serif;
	padding-left: 15px;
	padding-top: 270px;
	margin-top: 0px;
	letter-spacing: 2px;
}


/* content gallery */

#contentgallery {
	position: relative;
    width: 786px;
}
nav {
    padding: 0px;
    top: 0px;
    left: 605px;
    position: absolute;
}
nav li {
	display: inline-block;
	list-style: none;
	padding-bottom: 8px;
	padding-left: 8px;
	opacity: .5;
}
nav li:hover {
	opacity: 1;
}
.target {
	position: absolute;
    opacity: 0;
	padding-top: 172px;
    top: -172px;
    left: 0px;
	height: 472px;
	width: 600px;
    -webkit-transition: 1s;
       -moz-transition: 1s;
        -ms-transition: 1s;
         -o-transition: 1s;
            transition: 1s;
}
.target:target {
    opacity: 1;
    top: -172px;
    left: 0px;
}


/* red and white copyrights and contacts*/

#contacticons {
	padding-bottom: 15px;
	position: absolute;
	text-align: left;
	text-decoration: none;
	font-family: "Century Gothic", Arial, sans-serif;
	height: 30px;
	bottom: 0px;
	left: 35px;
}
p.contact {
	display: inline-block;
	font-size: 12px;
	font-style: none;
	color: #939393;
	text-decoration: none;
	position: absolute;
	padding-left: 8px;
	margin-top: 8px;
}
.contactphone {
	display: inline-block;
	padding-right: 7px;
	overflow-x: hidden;
	overflow-y: hidden;
	width: 30px;
	height: 30px;
	font-style: none;
	text-decoration: none;
	-webkit-transition: all .3s ease-in-out;
  	-moz-transition: all .3s ease-in-out;
  	-o-transition: all .3s ease-in-out;
	-ms-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
	position: relative;
}
.contactphone .highlight {
	opacity: 0;
	position: absolute;
	top: 0px;
	left: 0px;
	z-index: 2;
	-webkit-transition: all .3s ease-in-out;
  	-moz-transition: all .3s ease-in-out;
  	-o-transition: all .3s ease-in-out;
	-ms-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
}
.contactphone:hover {
	width: 115px;
	text-decoration: none;
}
.contactphone:hover .highlight {
	opacity: 1;
}
.contactemail {
	display: inline-block;
	padding-right: 7px;
	overflow-x: hidden;
	overflow-y: hidden;
	width: 30px;
	height: 30px;
	font-style: none;
	text-decoration: none;
	-webkit-transition: all .3s ease-in-out;
  	-moz-transition: all .3s ease-in-out;
  	-o-transition: all .3s ease-in-out;
	-ms-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
	position: relative;
}
.contactemail .highlight {
	opacity: 0;
	position: absolute;
	top: 0px;
	left: 0px;
	z-index: 2;
	-webkit-transition: all .3s ease-in-out;
  	-moz-transition: all .3s ease-in-out;
  	-o-transition: all .3s ease-in-out;
	-ms-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
}
.contactemail:hover {
	width: 175px;
}
.contactemail:hover .highlight {
	opacity: 1;
}
.contacthome {
	display: inline-block;
	padding-right: 7px;
	overflow-x: hidden;
	overflow-y: hidden;
	width: 30px;
	height: 30px;
	font-style: none;
	text-decoration: none;
	-webkit-transition: all .3s ease-in-out;
  	-moz-transition: all .3s ease-in-out;
  	-o-transition: all .3s ease-in-out;
	-ms-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
	position: relative;
	white-space: nowrap;
}
.contacthome .highlight {
	opacity: 0;
	position: absolute;
	top: 0px;
	left: 0px;
	z-index: 2;
	-webkit-transition: all .3s ease-in-out;
  	-moz-transition: all .3s ease-in-out;
  	-o-transition: all .3s ease-in-out;
	-ms-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
}
.contacthome:hover {
	width: 275px;
}
.contacthome:hover .highlight {
	opacity: 1;
}

#footer {
	padding-bottom: 15px;
	position: absolute;
	text-align: right;
	font-family: "Century Gothic", Arial, sans-serif;
	color: #7D1315;
	font-size: 12px;
	height: 20px;
	bottom: 0px;
	right: 38px;
	letter-spacing: 1px;
}
#footerhome {
	padding-bottom: 15px;
	position: absolute;
	text-align: right;
	font-family: "Century Gothic", Arial, sans-serif;
	color: #E9E9E9;
	font-size: 12px;
	height: 20px;
	bottom: 0px;
	right: 38px;
	letter-spacing: 1px;
}
