/* Homepage stylesheet */

#main {
	width:100%;
	height:735px;
	background:url("../images/SantaMonicaPierAtSunset.jpg") no-repeat center;
	background-size:cover;
	padding-left:10px;
	padding-right:10px;
	overflow-x:hidden;
}

#content {
	text-align:center;
	color:#FFF;
	text-transform:uppercase;
	padding-top:50px;
	font-weight:100;
}

#content h2 {
	font-size:55px;
}

#content p {
	font-size:36px;
	margin-top:20px;
	line-height:1.5em;
}

@media only screen 
and (min-width : 320px) 
and (max-width : 430px) {

	#content h2 {
		font-size:40px;
	}
	
	body {
		width:auto;
		overflow:hidden;
	}

}


