/*
 * 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;
}

#Container {
	margin-top: 100px;
	margin-right: auto;
	margin-left: auto;
	position: relative;
	height: auto;
	width: 75%;
	margin-bottom: 100px;
}
#Logo {
	height: auto;
	width: auto;
	text-align: center;
	float: none;
	padding-right: 20px;
	padding-left: 20px;
	max-width: 100%;
}
#Logo img {
	padding: 20px;
	height: auto;
	width: auto;
	max-width: 100%;
}


#Main-Content {
	background-color: #FFFFFF;
	height: auto;
	width: auto;
	margin-top: 0px;
	margin-right: auto;
	margin-left: auto;
}
#Main-Content p {
	font-family: Kanit, sans-serif;
	font-size: 1.5em;
	line-height: 2em;
	color: #000;
	text-align: center;
	word-spacing: -0.1em;
	font-weight: 600;
	padding-top: 50px;
}
#Main-Content p .title-purple {
	font-family: Kanit, sans-serif;
	font-size: 1.5em;
	line-height: 1.6em;
	color: #663de3;
	text-align: center;
	word-spacing: -0.1em;
	font-weight: 600;
	padding-top: 50px;
}


#Main-Content h4 {
	font-family: Kanit, sans-serif;
	font-size: 1.8em;
	color: #999;
	text-align: center;
	padding-top: 50px;
	padding-bottom: 15px;
	font-weight: 300;
	line-height: 1.2em;
}
