* {
	font-family: 'Lora', serif;}

html, body {
	position: relative;
	width: 100%;
	height: 100%;
	overflow: hidden;
}

body {
	background-image: url('http://identityexpression.com/img/xindexBackground.jpg.pagespeed.ic.1_790HBU_a.jpg');
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
}

h1, h2 {
	font-family: 'Lora', serif;	margin: 1em 0;
	padding: 0;
	font-size: 1.5em;
	line-height: 1em;
}

h1 { font-size: 1.7em; }

button {
	font-family: 'Lora', serif;	background: #dcddd9;
	border: 1px solid #725220;
	color: #321;
	padding: 5px 10px;
	margin: 1em 0;
	
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}

button:hover, button:active, button:focus {
	background: white;
	color: #333;
}

button h2 {
	margin: 0;
}

.row {
	max-width: 100%;
}

#wrapper {
	position: relative;
	width: 100%;
	height: 100%;
	overflow: hidden;
	overflow-y: scroll;
	padding: 0 20px;
}

#topNav {
	position: fixed;
	top: 0;
	left: 0;
	height: 100px;
	max-width: 100%;
	z-index: 1000;
	
	background-image: url('http://identityexpression.com/img/topNavBG.png.pagespeed.ce.cj2DTREOBp.png');
	background-size: 100% 100%;
	background-repeat: no-repeat;
	background-position: top left;
}

#topLogo {
	display: block;
	height: 100%;
	
	background-image: url('http://identityexpression.com/img/xtopLogo.png.pagespeed.ic.BooyKEVV9E.png');
	background-size: auto 80%;
	background-repeat: no-repeat;
	background-position: 5px 5px;
}

#topMenu {
	text-align: right;
	padding: 10px 15px;
}

#topMenu a {
	color: white;
	font-size: 1.2em;
	display: inline-block;
	margin-left: 10px;
	text-shadow: 0 0 5px #634004;
}

#topMenu a:hover { text-decoration: underline; }

#content {
	position: relative;
	min-height: 100%;
	padding: 120px; 8%;
}

#content p {
	line-height: 1.2em;
}

#content a {
	color: #634004;
	text-decoration: underline;
}

#content a:hover {
	text-decoration: none;
}

#gallery {
	position: relative;
	height: 100%;
}

#gallery li {
	height: 300px;
}

#gallery li .image {
	display: block;
	height: 100%;
	width: 100%;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
	border: 1px solid #777;
}

.itemType {
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
	border: 1px solid #725220;
	width: 100%;
	height: 250px;
}

.itemType:hover {
	border: 4px solid #725220;
}

form .columns {
	padding: 0;
	text-align: left;
}

@media only screen and (max-width: 40em) { 

	h1, h2 {
		font-size: 1.25em;
		text-align: center;
	}
	
	h1 {
		font-size: 1.5em;	
	}

	#topLogo {
		background-position: center 0;
		background-size: auto 100%;
		height: 80px;
	}

	#topMenu {
		text-align: center;
		padding: 5px 0;
	}

	#topMenu a {	
		color: #330000;
		text-shadow: 0 0 5px #FAFAFA;
		font-size: 1.1em;
		margin-left: 7px;
	}
	
	#content {
		padding: 130px 2%;
	}

	#content div {
		text-align: center;
	}
	
	#indexPhoto {
		height: 40%;
		margin-bottom: 20px;
	}
	
	#indexPhoto img {
		height: 40%;
		width: auto;
	}
	
	form {
		text-align: left;
	}
	
	#content  form div.columns {
		padding: 0;
		text-align: left;
	}
	
	#content  form div.columns input {
		max-width: 100%;
	}
}

backgroundsize: cover