/*Global styles*/
html, body {
	height: 100%;
	width: 100%;
	padding: 0;
	margin: 0;
}

h1{
	font-family: hshieh-serif, sans-serif;
	font-weight: 300;
	font-size: 2.2em;
}

h2{
	font-family: hshieh, sans-serif;
	font-weight: 400;
	font-size: 1.25em;
}

#bg-image {
	z-index: -999;
 	min-height: 100%;
 	min-width: 1024px;
 	width: 100%;
 	height: auto;
 	position: fixed;
 	top: 0;
 	left: 0;
 	background-size: cover;
}

#window{
	font-family: 'Lato', sans-serif;
	font-weight: 300;
	color: #505050;
	width:100%;
	height:23em;
	text-align:bottom;
}

#content{
	font-family: hshieh, sans-serif;
	color: #505050;
	width:100%;
	vertical-align:text-top;
	background-color: #fff;
}

#photos {
}

@media screen and (max-width: 800px) {
    #photos {
    	display: none;
    }
}