/*
 * 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: "Libre Baskerville";
	font-size: 2em;
	color: #729F5E;
	text-align: center;
	padding-top: 40px;
	font-style: italic;
	font-weight: 700;
}
body h2 {
	font-family: "Libre Baskerville";
	font-size: 1.5em;
	line-height: 2em;
	color: #000;
	text-align: center;
	word-spacing: 0em;
	font-style: italic;
	font-weight: 400;
}

#Container {
	margin-top: 35px;
	margin-right: auto;
	margin-left: auto;
	position: relative;
	height: auto;
	width: 75%;
	margin-bottom: 50px;
}

#Logo {
	margin-top: 25px;
	margin-right: auto;
	margin-bottom: 25px;
	margin-left: auto;
	height: 115px;
	width: 750px;
	text-align: center;
	background-image: url(new-image.png);
	background-position: center center;
	background-repeat: no-repeat;
}

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


#Main-Content img {
	margin-left: 200px;
}
#Main-Content p {
	font-family: "Libre Baskerville";
	font-size: 1.25em;
	color: #000;
	text-align: left;
	word-spacing: 0em;
	padding-bottom: 0px;
	padding-top: 0px;
	font-style: italic;
	font-weight: 400;
}

#Main-Content h4 {
	font-family: "Libre Baskerville";
	font-size: 1.8em;
	color: #666;
	text-align: center;
	padding-top: 15px;
	padding-bottom: 15px;
}

#Contact-Form {
	height: auto;
	width: 550px;
	padding-top: 0px;
	padding-left: 0px;
	margin-left: auto;
	float: none;
	margin-right: auto;
}
