<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/*
	font-family: 'Josefin Slab', serif;
	font-family: 'Signika', sans-serif;
*/

body {
	background:url('images/bgBody.jpg') center top no-repeat;
	background-size:100% 100%;
}
body .site {
	margin:30px auto;
}


/* COMMON */
h1, h2, h3, h4, h5, h6 {
	font-family: 'Signika', sans-serif;
	font-weight:100;
	color:#2fc4c6;
}




.site-header {
	text-align:center;
}
.site-header hgroup {
	border-top:solid 3px #a54500;
	border-bottom:solid 3px #a54500;
}
h1.site-title,
h1.site-title a,
h2.site-description {
	font-family: 'Josefin Slab', serif;
	font-size:60px;
	font-weight:100;
	color:#a54500 !important;
	text-align:center;
	margin:0;
	padding:0;
}
h1.site-title {
}
h2.site-description {
	font-size:30px;
}

/* HOME PAGE */
.site-content.home h1.entry-title {
	display:none;
}
#homeSliderBox {
	font-family: 'Signika', sans-serif;
	color:#FFF;
	background:#a9b709;
}
.huge_it_slideshow_image_wrap_2 {
	float:left !important;
}
.slider_2 {
	float:left;
}
#homeSliderBox .blurb {
	float:right;
	width:485px;
	text-align:center;
}
#homeSliderBox .blurb h1 {
	font-size:50px;
	font-weight:100;
	color:#FFF;
	margin:80px 0 30px 0;
}
#homeSliderBox .blurb h3 {
	font-size:20px;
	font-weight:100;
	color:#FFF;
	line-height:1.5em;
	margin:0 0 30px 0;
}
#btnContactUs {
	display:block;
	width:150px;
	background:#37dddd;
	border:solid 1px #95a107;
	border-radius:10px;
	box-shadow:0px 0px 10px rgba(0,0,0, 0.5);
	font-size:25px;
	color:#FFF;
	text-align:center;
	text-decoration:none;
	margin:0 auto;
	padding:5px 10px;
  transition: color 0.4s ease 0s;
  -webkit-transition: color 0.4s ease 0s;
}
#btnContactUs:hover {
	background:#2fc4c6;
}






#ftrCircles {
	width:880px;
	height:228px;
	margin:30px auto;
	background:url('images/homeCircles.jpg') center top no-repeat;
}






.Clear {
	clear:both;
}



</pre></body></html>