/* COLORS */

/*	green - rgb(198,221,115) - #c6dd73;
	orange - rgb(240,192,96) - #f0c060;

	med_green - rgb(166,183,98) - #a6b762;
	med_org - rgb(214,170,91) - #d6aa5b;

	dk_grn - rgb(132,137,80) - #848950;
	dk_org - color:rgb(163,131,69) - #a38345;
	
	dkr-grn - rgb(45,47,27) - #2d2f1b;
	dkr-org - rgb(47,38,20) - #2f2614;

	white - rgb(241,244,228) - #f1f4e4;  */
	
@import url('fonts.css');
@import url('gallery.css');
@import url('svg-logo.css');

* {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

html, body {
    font-family: 'aller_lightregular', Arial, sans-serif;
    height: 100%;
	background-color: #f1f4e4;
	background-color: rgb(254,250,243);
	font-size: 1em;
	color: #2f2614;
	color: rgb(47,38,20); /* darker orange */
}
body:before {
    content:"";
    width:100%;
    height:100%;
    display:block;
}
main {
}

a {
	text-decoration: none;
	color: #fefaf3; /*white*/
}

a.org {
	text-decoration: none;
	color: #d6aa5b; /*darker org*/
    -webkit-transition: all 250ms ease-in;
	-moz-transition: all 250ms ease-in;
	-o-transition: all 250ms ease-in;
	transition: all 250ms ease-in;
}
a.org:hover {
	color:#a38345;
}

h1, h2, h3, h4, h5, h6 {
    font-family: 'allerbold', Arial, sans-serif;
	color: #2f2614;
	color: rgb(47,38,20); /* darker orange */
	padding: 0;
	margin: 0;
}

header {
	height: 45px;
	background-color: #f0c060;
	background-color: rgba(240,192,96, .9);
	color: #f1f4e4;
	color: rgb(241,244,228);
}
nav {
    font-family: 'jenna_sueregular';
    font-size: 1.9em;
}
ul {
	margin-left: 0;
}
li {
	list-style: none;
	display: inline;
}
section.section {
	text-align: center;
	width:100%;
	height: 100%;
	display: block;
	padding: 5%;
	clear: both;
	background-color: #fefaf3;
	background-color: rgb(254,250,243);
}

.left {
	float: left;
}
.clear {
	clear:both;
	margin-bottom: 40px;
}
.hidden {
	display: none;
}

#facts img#self {
	display: none;
}

p {
    font-size: 15px; /*15/16*/	
	line-height: 1.3;
	color: #2f2614;
	color: rgb(47,38,20); /* darker orange */
	padding-bottom: 10px;
}

/*=== DEVICE 320 ===*/
nav {
    font-size: .9em;
}
nav#global {
	display: none;
}

nav#global li.active {
	color: #a38345;
	color: rgba(47,38,20,.9);
	border-bottom-color: rgba(47,38,20,.9);
	border-bottom-width: thin;
	border-bottom-style: solid;
}
/*=== SLIDE OUT NAV ===*/
nav#mobile {
    font-family: 'aller_lightregular', Arial, sans-serif;
	top: -10px;
}

.nav-collapse a {
	background-color: #d6aa5b;
	background-color: rgba(214,170,91, .9);
	border-top: none;
}

.nav-collapse a:hover {
	color: #a38345;
	color: rgba(163,131,69,.9);
}

/*=== SOCIAL NAV ===*/
nav#social {
	margin: 4px 5px;
	font-size: 1.8em;
}

nav#social li {
	padding: 0 10px;
}

nav#social li a.replace img:last-child {
	display: none;
}

/*=== SECTIONS ===*/
#facts, #work, #gallery {
	text-align: left;
	padding-top: 60px;
}

/* home */
#home {
	text-align: center;
	background-color: #f0c060;
	background-color: rgb(240,192,96);
	height: 100vh;
	position: absolute;
	top:50%;
	-webkit-transform:translateY(-50%);
	-o-transform:translateY(-50%);
	-moz-transform:translateY(-50%);
	transform:translateY(-50%);		
}

#home div.signature {
/* 	margin: 50% auto 20px; */
	width: 90%;
	position: absolute;
	top:50%;
	left:5%;
	-webkit-transform:translateY(-50%);
	-o-transform:translateY(-50%);
	-moz-transform:translateY(-50%);
	transform:translateY(-50%);		

}

#home div.signature img.fade {
	-webkit-transition-property: opacity;
	opacity: 10;
	-webkit-transition-duration: 500ms;
	width: 123%;
}

#home h3 {
    font-family: 'jenna_sueregular';
    font-size: 1.7em;
    font-weight: normal;
	color: #a38345;
	color:rgb(163,131,69);
}

#home h3 a {
	color: #a38345;
	color: rgb(163,131,69);
	-webkit-transition: all 500ms ease-in;
	-moz-transition: all 500ms ease-in;
	-o-transition: all 500ms ease-in;
	transition: all 500ms ease-in;
}

#home h3 a:hover {
	color: #f1f4e4;
	color: rgb(241,244,228);
}


#facts h1.signature {
    font-family: 'jenna_sueregular';
	font-size: 2.5em;
	margin: 0 20%;
}

/* works */
#work p.tag {
	margin:10px 0 -5px;
}

.work h4 {
	margin-top: 15px;
}
.work {
	width: 100%;
}
.group img {
	width: 90%;
	margin: 0 auto;
	display: block;
}
.group a.visit {
	font-family: 'aller_lightregular';
	width: 90%;
	display: block;
	margin: 10px auto 0;
    border: 1px solid #f0c060;
    border-radius: 6px;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    -ms-border-radius: 6px;
    -o-border-radius: 6px;
    color: #d6aa5b;
    font-size: 1.3em;
    padding: 6px 20px;
    text-align: center;
    background-color: transparent;
    -webkit-transition: all 500ms ease-in;
	-moz-transition: all 500ms ease-in;
	-o-transition: all 500ms ease-in;
	transition: all 500ms ease-in;
}
.group a.visit:hover {
    opacity:.85;
    cursor: pointer; 
    color: #f1f4e4;
    background-color: #f0c060;
    background-color: rgba(240,192,96,.9);
}
.group a.visit:active {
    border: 1px solid #d6aa5b;
}

.documents h4 {
	margin-bottom: 10px;
}
.documents dl {
	
}
.documents dt  {
	margin: 5px 0;
	color: #2f2614;
	font-weight: bold;
}
.documents dt a,  .documents dd a{
	color: #2f2614;
	font-weight: bold;
}

.documents dd {
	width: 90%;
	font-size: 15px;
	line-height: 1.3;
	margin: 0 auto 15px;
}

.documents dt a:hover,  .documents dd a:hover {
	color: #f0c060;
}

/* gallery */
#gallery {
}
#gallery h4 {
	padding: 40px 0 10px;
}


/* THE END SECTION */
#theend {
}

#theend h2 {
	margin-bottom: -20px;
	text-align: center;
    font-family: 'jenna_sueregular', Arial, sans-serif;
	font-size: 4em;
	color: #f0c060;
	color: rgb(240,192,96);
}

#theend p {
    font-family: 'jenna_sueregular', Arial, sans-serif;
	font-size: 1.5em;
	padding-bottom: 0;
	margin-bottom: 0;
	line-height: 1;
	padding-top: 10px;

}

/* Button Style */
button.submit {
	font-family: 'aller_lightregular';
    border: 1px solid #f0c060;
    border-radius: 6px;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    -ms-border-radius: 6px;
    -o-border-radius: 6px;
    color: #d6aa5b;
    font-size: 1.3em;
    padding: 6px 20px;
    text-align: center;
    background-color: transparent;
    -webkit-transition: all 500ms ease-in;
	-moz-transition: all 500ms ease-in;
	-o-transition: all 500ms ease-in;
	transition: all 500ms ease-in;

}
button.submit:hover {
    opacity:.85;
    cursor: pointer; 
    color: #f1f4e4;
    background-color: #f0c060;
    background-color: rgba(240,192,96,.9);
}
button.submit:active {
    border: 1px solid #d6aa5b;
}

footer {
	text-align: center;
    font-family: 'aller_lightitalic';
	font-size: .65em;
	height: 75px;
	padding: 15px;
}

footer a {
	color: #a38345;
	color: rgb(163,131,69);
}
footer a:hover {
	color: #2f2614;
	color: rgb(47,38,20);
}

@media screen and (min-width:480px){
	#home div.signature {
		width: 62%;
		left:19%;
	}
	#home h3 {
	}
	/*
#facts p {
		float: left;
		width: 60%;
	}
	#facts p:first-child {
		float:none;
		width: 90%;
	}
	#facts img#self {
		display: inline;
		float: right;
		width: 35%;
		margin: -60px 0 0 0;
	}
*/
	#contact input {
	    height: 40px;
		width: 49%; 
		padding: 5px 8px;
		margin-bottom: 10px;
	}
	#contact input#name {
		width: 45%;
		margin-right: 20px;
	}
	#contact textarea {
		padding:8px; 
		width:100%;
	}

}

@media screen and (min-width:640px) {
/*=== STOP SLIDE OUT NAV ===*/
	nav#mobile {
		display: none;
	}
	nav#global {
		position: relative;
		display: inline-block;
    	font-family: 'jenna_sueregular';
		margin: 4px 10px;
		font-size: 1.6em;
    	float: left;
	}
	ul.global {
		width: -webkit-max-content;
		width: -moz-max-content;
		width: -o-max-content;
	}
	nav#global li {
		padding-right:14px;
	}	
	nav#global li a {
		-webkit-transition: all 500ms ease-in;
		-moz-transition: all 500ms ease-in;
		-o-transition: all 500ms ease-in;
		transition: all 500ms ease-in;
		color: #fefaf3;
		color: rgba(254,250,243,.9);
		border-bottom-color: transparent;
		border-bottom-width: thin;
		border-bottom-style: solid;
	}
	nav#global li a:hover {
		color: #a38345;
		color: rgba(47,38,20,.9);
		border-bottom-color: rgba(47,38,20,.9);
		border-bottom-width: thin;
		border-bottom-style: solid;
	}
	/*=== SOCIAL NAV ===*/
	nav#social {
		float: right;
		margin: 4px 5px;
		font-size: 1.6em;
	}
	
	nav#social li {
		padding: 0 0;
	}
	nav#social li a {
		-webkit-transition: all 500ms ease-in;
		-moz-transition: all 500ms ease-in;
		-o-transition: all 500ms ease-in;
		transition: all 500ms ease-in;
		color: #a38345;
		color: rgba(47,38,20,.9);
		padding: 0 14px;
	}
	nav#social li a:hover {
		color: #fefaf3;
		color: rgba(254,250,243,.9);
	}
	
	nav#social li a.replace img:first-child {
		display: none;
	}
	nav#social li a.replace img:last-child {
		display: inline;
		-webkit-transition: all 500ms ease-in;
		-moz-transition: all 500ms ease-in;
		-o-transition: all 500ms ease-in;
		transition: all 500ms ease-in;
	}
	nav#social li a.replace:hover img:last-child {
		display: none;
	}
	nav#social li a.replace:hover img:first-child {
		display: inline;
	}
	
	
/*== SECTIONS ==*/
	/* home */
	#home div.signature {
		width: 50%;
		left:25%;
		top:50%;
	}
	
	#home h3 {
    	color:#a38345;
		color: rgb(163,131,69) ;
		font-size: 1.8em;
	}
	
	#facts .pg_content {
/* 		height: 100vh; */
	}
	
	#facts h3 {
		margin-bottom: 15px;
	}
	#facts p {
		padding-bottom: 20px;
		line-height: 1.7;
	}
	
/* alternate image sides-- odd item on right/even item on left */
	/* item on left*/
	.work p {
		width: 100%;
	}
	div.odd {
		float: left;
		width: 48%;
	}
	div.odd img {
		margin: 40px 0 0 0;
	}
	div.even {
		width:50%;
		float:right;
		margin: 20px 10px 0 0;
	}
	.work h4 {
		clear: both;
	}
	#work h3 {
		margin-bottom: 20px;	
	}
	.odd a.visit {
		 font-size: 1.1em;
		 padding: 6px 15px;
		 margin: 10px 0 0 0;
	}
	.pg_content div.border  {
		border-bottom: thin solid #f0c060;
		padding: 20px 0;
	}
	#work .clear {
		margin: 10px auto;
	}
	#work div.documents {
		margin-top: 45px;
	}
	#theend {
		height:90vh;
	}
}

@media screen and (min-width:768px) {
	#home div.signature {
		width: 45%;
		left: 27.5%;
	}
	
	/* facts */
	#facts {
		height: 100vh;
	}
	#facts div.pg_content {
		float: left;
		display: block;
		width: 65%;
	}
	#facts div.pg_content p {
		width: 100%;
	}
	#facts img#self {
		display: inline-block;
		float: right;
		width: 30%;
		margin-top: 40px;
		margin-right: -20px;
	}

	/* work */
	#work div.pg_content {
		width: 675px;
		margin: 0 auto;
		display: block;
	}
	div.odd {
		margin: 15px 0 0 10px;
	}
	
	div.even {
		margin: 20px 0 0 0;
	}
	#facts, #work, #gallery {
		padding-top: 100px;
	}
	
	header {
		height: 65px;
	}
	
	nav#global, nav#social {
		margin: 10px 13px;
		font-size:1.9em;
	}
	nav#global li {
		padding-right: 30px;
	}
	#theend h2 {
		font-size: 5em;
	}
	
	#theend p {
		font-size: 2em;
	}
	footer {
		font-size: .7em;
	}
}

@media screen and (min-width:1024px) {
	nav#global, nav#social {
		margin: 10px 20px;
	}
	
	#home div.signature {
		width: 35%;
		left: 32.5%;
	}
	
	#home h3 {
		font-size: 2.0em;
	}
	#facts div.pg_content {
		width: 50%;
		margin-left: 12%;
	}
	#facts div.pg_content p {
		width: 100%;
	}
	#facts img#self {
		width: 25%;
		margin-right: 12%;
	}
	.group img, .group a.visit {
		width: 80%;
	}
	
	#work div.doc_content {
		-webkit-column-gap: 30px;
		-moz-column-gap: 30px;
		column-gap: 30px;
		-webkit-column-count: 3;
		-moz-column-count: 3;
		column-count: 3;
        margin-top: 15px;
	}
	#theend p {
		padding-top: 20px;
	}
	
}

@media screen and (min-width:1280px) {
	/*=== SECTIONS ===*/
	#facts, #work, #gallery, #theend {
		width: 80%;
		display: block;
		margin: 0 auto;
	}
	
	#gallery div.pg_content {
		width: 85%;
		display: block;
		margin: 0 auto;
	}

	#home div.signature {
		width: 30%;
		left: 35%;
	}
	
	#home h3 {
		font-size: 2.2em;
	}
	#facts div.pg_content {
		margin-top: 3%;
	}
	#facts img#self {
		margin-top: 7.66666%;
		width: 26%;
		margin-right: 8%;
	}
	#theend {
		margin-top: -50px;
	}
	#theend h2 {
		font-size: 6em;
	}
	
	#theend p {
		font-size: 3em;
	}
	
}
@media screen and (min-width:1600px) {
	#home div.signature {
		width: 25%;
		left: 37.5%;
	}
	
	#home h3 {
		font-size: 2.3em;
	}
	#facts img#self {
		margin-top: 5.66666%;
		margin-right: 10%;
	}
}
@media screen and (min-width:1920px) {
	#home div.signature {
		width: 20%;
		left: 40%;
	}
	
	#home h3 {
		font-size: 2.2em;
	}
	#facts img#self {
		margin-top: 7.66666%;
		width: 22%;
		margin-right: 15%;
	}
}
