@charset "UTF-8";
html {
	height: 100%;
}
body {
	background-image: url(../images/background-pattern3.jpg);
	background-repeat: repeat;
	background-color: #D9822D;
	margin: 0px;
	padding: 0px;
	font-size: 18px;
	font-family: "Alegreya";
	color: #F1DFC7;
	font-weight: 400;
	line-height: 1.278em;
	text-shadow: 1px 1px 0px rgb( 160, 60, 19 );
	height: 100%;
	width: 100%;
	min-height: 100%;
}

h1 {
	color: #000;
	text-align: center;
	text-shadow: none;
}

h2 {
	color: #000;
	text-align: left;
	font-size: 14px;
	font-weight: normal;
	text-shadow: none;
	line-height: 1.4em;
}

h3 {
	font-size: 15px;
	line-height:17px;
	font-style: italic;
	color: #231f20;
	font-weight: normal;
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 20px;
	padding-left: 0px;
	text-shadow: none;
}

p {
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 30px;
	padding-left: 0px;
}


#container {
	background-image: url(../images/earth-large.png);
	background-repeat: no-repeat;
	background-position: right 20px;
	width: 100%;
	min-height: 100%;
	padding-top: 20px;
}

#logo {
	padding-bottom: 40px;
	float: left;
}

#social {
	float: right;
	margin-top: 80px;
}

#social img {
	margin: -2px 0 0 6px;
	position: absolute;
}

#social a {
	text-decoration: none;
	color: #F1DFC7;
}
#social a:hover {
	text-decoration: underline;
}
#content {
	width: 500px;
	padding-top: 50px;
	padding-right: 10px;
	padding-bottom: 70px;
	padding-left: 50px;
	min-height:100%;	

}

#contact .error input, #contact .error textarea {
	border:1px solid #A00;
}

#text {
	width: 430px;
	clear: both;
}

#footer {
	font-size: 17px;
	color: #F1DFC7;
	font-weight: normal;
} 

#footer p.gultch-link {
	color: #231f20;
	text-shadow: none;
	margin: 20px 0 -21px 0;
}

#footer p.gultch-link a {
	color: #231f20;
}
#footer p.gultch-link a:hover {
	text-decoration: none;
}

@media all and (min-width: 0px) and (max-width: 700px) { 
	#container {
	background-image: url(../images/earth-small.png);
	background-repeat: no-repeat;
	background-position: 20px bottom;
	width: 100%;
	margin-top: 50px;
	padding-bottom: 160px;
	min-height: 100%;
	}
	
	#content {
	padding: 50px;
	width: 260px;
	}

	#social {
		margin-top: 0px;
		float: left;
		clear: both;
	}
	#text {
		width: 100%;
		padding-bottom: 20px;
	}
	
	#footer {
		font-size: 17px;
		color: #F1DFC7;
		font-weight: normal;
		
	}
	
	.popup {
		width:250px;
	}
}
input , textarea{
	font-size: 16px;
	/* color: #CCC; ORIGINAL */
	color: #666666;
	border: 1px solid #CCC;
	padding: 5px;
	width: 320px;
	font-weight: normal;
	font-family: "Alegreya";
}

textarea {
}

input#submit {
	border: none;
	width: 160px;
}
a#contact_pop {
	height: 53px;
	width: 236px;
	display: block;
	background-image: url(../images/contact.png);
	background-position: left bottom;
}

a#contact_pop:hover {
	background-position: left center;
}

a#contact_pop:active {
	background-position: left top;
}

a#founder {
	height: 34px;
	width: 161px;
	display: block;
	background-image: url(../images/founder.png);
	background-position: left bottom;
}

a#founder:hover {
	background-position: left top;
}
p.lesspad {
	padding-bottom: 5px;
}
strong {
	opacity:.99;
	font-weight: 700;
	font-size: 20px;
	line-height: 1.35em;
}
