/* CSS Document */

body {
	background-image: url(../images/bg.jpg);
	background-repeat: no-repeat;
	background-attachment: fixed;
	background-position: center center;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	margin-top: 2em;
	margin-bottom: 20em;
	color: #6a6a6a;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
}
a:link, a:visited {
	color: #6a6a6a;
}
a:hover, a:active {
	color: #6a6a6a;
}
.gridContainer {
	background: none;
}
#header {
	-webkit-border-top-left-radius: 24px;
	-webkit-border-top-right-radius: 24px;
	-moz-border-radius-topleft: 24px;
	-moz-border-radius-topright: 24px;
	border-top-left-radius: 24px;
	border-top-right-radius: 24px;
	padding-top: 20px;
	background-image: -webkit-gradient(  linear,  left bottom,  left top,  color-stop(0, #BAD177),  color-stop(1, #607030) );
	background-image: -o-linear-gradient(top, #BAD177 0%, #607030 100%);
	background-image: -moz-linear-gradient(top, #BAD177 0%, #607030 100%);
	background-image: -webkit-linear-gradient(top, #BAD177 0%, #607030 100%);
	background-image: -ms-linear-gradient(top, #BAD177 0%, #607030 100%);
	background-image: linear-gradient(to top, #BAD177 0%, #607030 100%);
	background-color: #BAD177;
}
#contact {
	margin-top: 44px;
	margin-right: 32px;
	padding: 12px;
	background: #BF9F5F;
	color: #e2ff7c;
	float: right;
	font-size: 20px;
	display: inline;
	text-align: right;
	clear: none;
	-webkit-border-radius: 18px;
	-moz-border-radius: 18px;
	border-radius: 18px;
}
#contact p {
	margin: 0px;
	padding: 0px;
}
#contact a:link, #contact a:visited {
	color: #ffffff;
	text-decoration: none;
}
#contact a:hover, #contact a:active {
	color: #ffffff;
	text-decoration: underline;
}
#nav {
	background-color: #6d7d8d;
}
#nav p {
	color: #b2cce6;
	margin: 10px 0px 0px 32px;
	padding: 0;
}

.slider-wrapper {
	max-width: 500px;
	margin-left: 20px;
	float: right;
	clear: right;
	margin-right: 32px;
}

.content {
	background: #ffffff;
	padding-top: 1.5em;
	padding-bottom: 2em;
}
.alignright {
	float: right;
	margin: 0px 0px 20px 20px;
}
.alignleft {
	float: left;
	margin: 0px 20px 20px 0px;
}
#gallery {
	margin-left: 32px;
}
#gallery img {
	float: left;
	margin-right: 16px;
	margin-bottom: 16px;
}

.footer {
	/*background-color: #BF9F5F;*/
	background-color: #8D7138;
	min-height: 100px;
	-webkit-border-bottom-right-radius: 24px;
	-webkit-border-bottom-left-radius: 24px;
	-moz-border-radius-bottomright: 24px;
	-moz-border-radius-bottomleft: 24px;
	border-bottom-right-radius: 24px;
	border-bottom-left-radius: 24px;
	text-align: left;
	font-weight: bold;
	padding-top: 1em;
	padding-bottom: 2em;
}
.footer p {
	line-height: 1.5em;
	color: #D5C197;
}
.footer p span {
	color: #D5C197;
}
.footer a:link, .footer a:visited {
	text-decoration: none;
	color: #F0E9DB;
}
.footer a:hover, .footer a:active {
	text-decoration: underline;
	color: #524221;
}
h1, h2, h3, h4, h5, h6, p, .acifc {
	padding-left: 32px;
	padding-right: 32px;
}
h1 {
	font-family: "cronos-pro-display", sans-serif;
	font-style: normal;
	float: left;
	font-weight: 400;
}
h1 .mainText {
	font-size: 60px;
	color: #ffffff;
	margin: 0.75em 0em 0.2em 0em;
	line-height: 50px;
	text-align: left;
}
h1 .mainText a:link, h1 .mainText a:visited {
	color: #ffffff;
	text-decoration: none;
}

h1 .mainText a:hover, h1 .mainText a:active {
	color: #ffffff;
	text-decoration: underline;
}
h1 .subText {
	font-size: 30px;
	line-height: 24px;
	color: #4a5235;
}

h2 {
	color: #6D7D8D;
	font-size: 24px;
	margin-bottom: 0px;
	padding-bottom: 0px;
}

h3 {
	color: #BF9F5F;
	font-size: 20px;
	margin-bottom: 0px;
	padding-bottom: 0px;
}

.content ul, ol {
	margin-left: 2em;
	margin-right: 1em;
}

.content ul li, ol li {
	margin-bottom: 0.5em;
}

#map_canvas {
	width: 80%;
	height: 500px;
	margin-left: 32px;
	margin-right: 32px;
}

#announce {
	background: #E5F9CC;
	border: solid 2px #b0b1ae;
	-webkit-border-radius: 16px;
	-moz-border-radius: 16px;
	border-radius: 16px;
	margin: 0px 32px 10px 32px;
	overflow: auto;	
}

#announce p strong {
	font-weight: bold;
}

#announce p span {
	font-weight: bold;
	color: #698CAE;
}

#announce img {
	float: left;
	margin: 16px;
}

h3.clear {
	clear: both;
}

 @media only screen and (max-width: 960px) {
h1 {
	display: block;
	float: none;
	text-align: center;
}
h1 .mainText {
	font-size: 40px;
	line-height: 32px;
}
h1 .subText {
	font-size: 20px;
	line-height: 10px;
	color: #ffffff;
	line-height: 18px;
}
#contact {
	margin-top: 10px;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 20px;
	text-align: center;
	float: none;
	clear: both;
	display: block;
	width: 120px;
}
 }
 
  @media only screen and (max-width: 420px) {
#gallery {
	margin-left: auto;
	margin-right: auto;
}
#gallery img {
	margin-left: auto;
	margin-right: auto;
}
 }