@charset "UTF-8";
/* CSS Document */

html, body {
	width: 100%;
	height: 100%;
	margin: 0;
	padding: 0;
	background: #371e0e;
	font-family: 'Khula', sans-serif;
	font-weight: 400;
	font-size: 12pt;
}
.fixed-ratio-resize { /* basic responsive img */
	max-width: 100%;
	height: auto;
	width: auto\9; /* IE8 */
}
.fluid-ratio-resize {
	max-width: 100%;
	*height: 700px;
	/*max-width: 960px; actual img width */
	/* *height: 561px; actual img height - IE7 */
	background-size: cover;
	background-position: center;
}
.fluid-ratio-resize:after {
	content: " ";
	display: block; 
	width: 100%; 
	padding-top: 75%; /* slope */
	height: 0px; /* start height */
}
h1, h2, h3, h4, h5, h6, p, ul, ol, li, form, fieldset, label, img {
	margin: 0;
	padding: 0;
	border: none;
}
#wrap {
	float: left;
	display: inline;
	Margin: 0 0 0 0;
	padding: 0 0 0 0;
	width: 100%;
	background: #371e0e;
}
#left {
	float: left;
	display: inline;
	width: 30%;
	max-width: 465px;
	padding: 0 0 2em 0;
	margin: 0;
	font-family: 'Khula', sans-serif;
	text-align: center;
}
#left a {
	color: #a8cee3;
}
#left a:hover {
	color: #fff;
}
#left h3 {
	padding: 1em 1em 0.5em 1em;
	font-size: 2.5em;
	font-family: 'Amatic SC', cursive;
	font-weight: 700;
	color: #7eb0ce;
}
#left h4 {
	padding: 0 1em 0.5em 1em;
	font-size: 2em;
	font-family: 'Caveat', cursive;
	font-weight: 700;
	color: #fff;
}
#left a {
	text-decoration: none;
	color: #7eb0ce;
}
#left p {
	padding: 0 1em 1em 1em !important;
	font-size: 1em;
	font-family: 'Khula', sans-serif;
	font-weight: 500;
	color: #fff;
}
#nav {
	float: left;
	display: inline;
	width: 65%;
	margin: 0 0 0 0;
	padding: 0 0 0 5%;
	font-family: 'Amatic SC', cursive;
	font-weight: 700;
	font-size: 2em;
	background: #371e0e;
}
#nav a {
	float: left;
	display: inline;
	padding: 0.5em 1em 0.5em 0;
	color: #fff;
	text-decoration: none;
}
#nav a:hover, #nav a.active {
	color: #a8cee3;
}
#content {
	float: left;
	display: inline;
	width: 60%;
	margin: 0 0 0 0;
	padding: 5%;
	font-family: 'Raleway', sans-serif;
	font-weight: 500;
	font-size: 0.8em;
	background: #fff;
	color: #371e0e;
}
#content a {
	color: #7eb0ce;
}
#content a:hover {
	color: #81c9df;
}
h1 {
	font-size: 4em;
	font-family: 'Amatic SC', cursive;
	font-weight: 700;
	padding: 0 0 0.3 0;
	color: #371e0e;
}
h2 {
	font-size: 3em;
	font-family: 'Amatic SC', cursive;
	font-weight: 700;
	padding: 0 0 0.5em 0;
	color: #371e0e;
}
h3 {
	font-size: 2.5em;
	font-family: 'Caveat', cursive;
	font-weight: 700;
	padding: 0.5em 0 0.5em 0;
	color: #205772;
}
h4 {
	font-size: 2em;
	font-family: 'Caveat', cursive;
	font-weight: 700;
	padding: 0.5em 0 0.5em 0;
	color: #205772;
}
h5 {
	font-size: 1.5em;
	font-family: 'Caveat', cursive;
	font-weight: 700;
	padding: 0.5em 0 0.5em 0;
	color: #205772;
}
h6 {
	font-size: 1.3em;
	font-family: 'Caveat', cursive;
	font-weight: 700;
	padding: 0.5em 0 0.5em 0;
	color: #205772;
}
p {
	font-family: 'Khula', sans-serif;
	font-weight: 500;
	font-size: 1.3em;
	line-height: 1.5em;
	padding: 0 0 1em 0 !important;
}
ul, ol {
	font-family: 'Khula', sans-serif;
	font-weight: 500;
	font-size: 1.3em;
	padding: 0 0 1em 2em;
}
li {
	padding: 0 0 0.2em 0;
}
#footer {
	clear: both;
	color: #744b1f;
	margin: 2em 0 0 0;
	text-align: center;
}
#footer p {
	font-family: 'Raleway', sans-serif;
	font-weight: 500;
	font-size: 1em;
}
#footer a {
	color: #744b1f;
}