/*
 * Custom Web Development by Jon Velas
 * CSS Structure written by Jon Velas
 * Copyright by Jon Velas Web Agency 
 */

@charset "utf-8";

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	border: 0;
	font-family: inherit;
	font-size: 100%;
	font-style: inherit;
	font-weight: inherit;
	margin: 0;
	outline: 0;
	padding: 0;
	vertical-align: baseline;
}
body {
	background-color: #FFFFFF;
	margin: 0px;
	padding: 0px;
}
body h1 {
	font-family: "Great Vibes", "Segoe Script";
	font-size: 2.2em;
	color: #333;
	text-align: center;
	padding-top: 100px;
}

#Container {
	margin-top: 50px;
	margin-right: auto;
	margin-left: auto;
	position: relative;
	height: auto;
	width: 75%;
	margin-bottom: 100px;
}
#Logo {
	margin-top: 25px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	height: 130px;
	width: 100%;
	text-align: center;
	background-image: url(illustration-water2.png);
	background-repeat: repeat-x;
	background-position: center center;
	background-color: #7FCBD9;
}

#Main-Content {
	background-color: #FFFFFF;
	height: auto;
	width: auto;
	margin-top: 0px;
	margin-right: auto;
	margin-left: auto;
}


#Main-Content img {
	margin-left: 200px;
}
#Main-Content p {
	font-family: "Over the Rainbow", "Segoe Script";
	font-size: 1.5em;
	line-height: 2em;
	color: #666;
	text-align: center;
	word-spacing: -0.1em;
}
#Main-Content h2 {
	font-family: "Over the Rainbow", "Segoe Script";
	font-size: 1em;
	color: #999;
	text-align: center;
}


#Main-Content h2 a {
	text-decoration: underline;
	color: #999;
	font-family: "Over the Rainbow", "Segoe Script";
	font-size: 1.3em;
	font-variant: normal;
	text-align: center;
}
#Main-Content h2 a:hover {
	color: #000;
	text-decoration: none;
}

#Main-Content h4 {
	font-family: "Great Vibes", "Segoe Script";
	font-size: 1.8em;
	color: #666;
	text-align: center;
	padding-top: 15px;
	padding-bottom: 15px;
}
