@charset "utf-8";

html, body {
	height: 100%;
	margin: 0;	
}

html, input, textarea { -webkit-font-smoothing: antialiased; }

body {
    /* overflow:hidden; */
}

a:link {
    text-decoration: none;
	outline: 0;
}

div {
	font-family: 'Questrial', sans-serif;
}

.screendiv {
	min-height:105%;
	min-width:100%;	
}

#menudiv {
	z-index:99;
	position: fixed; top:5%; left:0px;
	width:100%;	
	-ms-transform: rotate(-1.5deg); /* IE 9 */
    -webkit-transform: rotate(-1.5deg); /* Chrome, Safari, Opera */
    transform: rotate(-1.5deg);
}

#menudiv_logo {
	width:25%;
	height:60px;
	display:inline-block;
	background-color:rgba(115,24,19,1);
	text-align:right;
	position:relative;

}

#menudiv_logo_vcenter {
	position:absolute;
	display:table;
	right:18px;
}

#menudiv_logo_vcenter p {
	line-height:1.1em;
}

#menudiv_logo a {
	font-size:1.5em;
	color:#fff;	
	transition: color 0.5s ease;
}

#menudiv_logo p a span {
	font-size:.75em;
	color:#000;
}

#menudiv_logo p a:hover {
	color:rgba(220,55,46,1);
}

#menudiv_nav {
	width:75%;
	height:60px;
	float:right;
	background-color:rgba(115,24,19,0.5);
	text-align:left;
	line-height:60px;
	/*font-family: 'Special Elite', sans serif;  line-height:68px;  */
	font-size:1.8em;
}

#menudiv_nav a {
	opacity:1;
	padding-left:18px;
	color:rgba(115,24,19,1);
	transition: color 0.5s ease;
	
	-webkit-text-stroke: 1px black;
    text-shadow:
       3px 3px 0 #000,
      -1px -1px 0 #000,  
       1px -1px 0 #000,
      -1px 1px 0 #000,
       1px 1px 0 #000;
}

#menudiv_nav a:hover {
	color:rgba(220,55,46,1);
}

.toppadding_sm {
	padding-top:8%;
}	

.toppadding_lg {
	padding-top:12%;
}	


/* NOTES ---------------------------------------------------------------------------------------
	- serve smaller BG images and smaller logo image if screen size is less than X wide (what is X???)	
	- Make a drastically stripped down stylesheet called "ie8-and-down.css"
*/

#div1 {
	background-color:#000;
	/* background: url(http://www.geoffsondergard.com/images/starfield.jpg) no-repeat center center;  /* was: fixed */
	background: url(/images/starfield.jpg) no-repeat center center;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;	
		
	font-size:1.4em;
}

#div2 {
	background-color:#000;
	background: url(/images/earth.jpg) no-repeat center center; 
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;	
	text-shadow: 1px 1px 1px rgba(0, 0, 0, 1);
	
}

#div3 {
	background-color:#000;
	background: url(/images/clouds.jpg) no-repeat center center; 
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;	
	text-shadow: 1px 1px 1px rgba(0, 0, 0, 1);
	
	font-size:1.4em;
}

#div4 {
	background-color:#000;
	background: url(/images/desert.jpg) no-repeat center center; 
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	text-shadow: 1px 1px 1px rgba(0, 0, 0, 1);
	
	font-size:1.4em;	
}

h3 a {
	color:#f1d675;	
}

.yellow {
	color:#f1d675;
}
.orange {
	color:#d38324;
}
.red {
	color:#d54e27;
}

.bold {
	font-weight:bold;	
}

.moon {
	margin-top:-14%;	
}

.galleryitem {
	display:inline-block;
}

.popthumb,.popthumb_yellow,.popthumb_orange,.popthumb_red{
margin:7px;
/*border:1px solid #fff;*/
position:relative;
top:7px; left:7px;
border: 1px solid transparent;
transition: all 0.5s ease;
}

.popthumb:hover{
-webkit-box-shadow: 7px 7px 0px 0px rgba(50, 50, 50, 1);
-moz-box-shadow:    7px 7px 0px 0px rgba(50, 50, 50, 1);
box-shadow:         7px 7px 0px 0px rgba(50, 50, 50, 1);	
border: 1px solid #CCC;
padding: 0 7px 7px 0;
top:0px; left:0px;
}

.popthumb_yellow:hover{
-webkit-box-shadow: 7px 7px 0px 0px #f1d675;
-moz-box-shadow:    7px 7px 0px 0px #f1d675;
box-shadow:         7px 7px 0px 0px #f1d675;	
border: 1px solid #f1d675;
padding: 0 7px 7px 0;
top:0px; left:0px;
}

.popthumb_orange:hover{
-webkit-box-shadow: 7px 7px 0px 0px #d38324;
-moz-box-shadow:    7px 7px 0px 0px #d38324;
box-shadow:         7px 7px 0px 0px #d38324;
border: 1px solid #d38324;
padding: 0 7px 7px 0;
top:0px; left:0px;
}

.popthumb_red:hover{
-webkit-box-shadow: 7px 7px 0px 0px #d54e27;
-moz-box-shadow:    7px 7px 0px 0px #d54e27;
box-shadow:         7px 7px 0px 0px #d54e27;	
border: 1px solid #d54e27;
padding: 0 7px 7px 0;
top:0px; left:0px;
}	

/* Contact form */
.formdiv {
	color:#251e06;
}

#contact_text {
	padding-top:20px;
	font-size:1.2em;
}


#contact input[type=text], textarea {
width:300px;
display:block;
border: 0px;
height: 25px;
background:#ddd092;
border:2px #ddd092 solid;	
color:#4a3b0e;
-webkit-box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.3);
-moz-box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.3);
box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.3);
}

#contact input:focus, textarea:focus {
border:2px #996 solid;	
}

fieldset, label {
text-align:left;	
}

#contact textarea {
width:300px;
height:150px;
}

#contact input[type=submit] {
margin-left:12px;
width:80px;
position:absolute;
background:#999966;
color:#251E06;
border: 2px solid #ddd092;
font-family: 'Questrial', sans-serif;
padding:4px;
}

#contact input[type=submit]:hover {
background:#d54e27;
color:#999966;
}

.error {
/*padding:20px;*/
float:left;
padding:4px 0 0 110px;
color:#900;
-webkit-text-stroke: 1px #DDD092;
text-shadow:
   2px 2px 0 #DDD092,
  -1px -1px 0 #DDD092,  
   1px -1px 0 #DDD092,
  -1px 1px 0 #DDD092,
   1px 1px 0 #DDD092;
}

.success {
padding-top:20px;
color:#3A6B84;
font-size:1.2em;
-webkit-text-stroke: 1px #DDD092;
text-shadow:
   2px 2px 0 #DDD092,
  -1px -1px 0 #DDD092,  
   1px -1px 0 #DDD092,
  -1px 1px 0 #DDD092,
   1px 1px 0 #DDD092;
}

/*
.moon {
	background: url(http://www.geoffsondergard.com/images/moon.png) center no-repeat;		
}
*/


@media only screen and (max-device-width: 480px) {
	
	.content h1, .content h2, .content h3, .content p {
		font-size:1.8em;
	}

	#menudiv {
		left: 0;
		position: fixed;
		top: 2%;
		-ms-transform: none; /* IE 9 */
		-webkit-transform: none; /* Chrome, Safari, Opera */
		transform: none;
		width: 100%;
		/* center everything */
		/* size links better */	
	}
	
	#menudiv_logo{
		width:33%;		
		height:80px;
		line-height: 80px;
	}
	
	#menudiv_logo_vcenter{
		right:6px;	
	}
	
	#menudiv_logo_vcenter p {
    	line-height: 1em;
		margin-top:4%;
				line-height:1.6em;
	}
	
	#menudiv_logo a {
		font-size:2.4em;
	}
	
	#menudiv_logo p a span {
		display:none;
	}
	
	#menudiv_nav{
		width:66%;	
		height:80px;
		line-height: 80px;
		text-align:center;	
	}	
	
	#menudiv_nav a {
		padding-left: 6px;
		font-size:1.3em;
		color:white;
	}
	
	.grid_5 {
    	width: 100%;
	}
	
	.moon {
		display:none !important;	
	}
	
	
	#div1 {
		background: url(/images/starfield_sm.jpg) no-repeat center center;
		background-size: cover;
	}

	#div2 {
		background: url(/images/earth_sm.jpg) no-repeat center center; 
		background-size: cover;
	}

	#div3 {
		background: url(/images/clouds_sm.jpg) no-repeat center center; 
		background-size: cover;
	}

	#div4 {
		background: url(/images/desert_sm.jpg) no-repeat center center; 
		background-size: cover;	
	}	
			
	.portfolio_header {
		font-size:3em !important;	
	}
	
	#imagelightbox-caption {
		font-size:3em !important;	
	}
	
	.contactform {
		width:100%;	
	}
		
	form label {
		font-size:2em;	
	}
	
	form input[type=text], textarea {
	    min-width: 100%; min-height: 60px;
	    font-size: 48px;
	}
	
	#contact_text, .formdiv p {
		font-size:48px;
	}
	
	#contact_text span{
		display:none !important;	
	}
	
	.toppadding_sm {
		padding-top:15%;
	}	
	
	.toppadding_lg {
		padding-top:20%;
	}

	.popthumb_yellow, .popthumb_orange, .popthumb_red{
		width:80px;
		height:160px;
	}
	
	input:focus {
		font-family:'Questrial', sans-serif;
		font-size: 48px !important; 
	}
	
	form input[type=submit] {
		font-size: 58px !important;
		width:auto !important;
		padding:20px !important;
	}

	.error {
		font-size:1.8em;
		float:right;
	}
	
	.success {
		font-size:48px;
	}

}

@media screen and (-webkit-min-device-pixel-ratio:0) {	/* for jaggy Google fonts */
     -webkit-text-stroke-width: .2px; 
}