@charset "UTF-8";

@import url("init.css");
@import url("fontawesome.min.css");

/*
	COLORS
	blue BG:	#d0edfb
						208, 237, 251
	blue2:		#7f9fae
						127, 159, 174
	pink1:		#fcb7bf
						252, 183, 191
	pink2:		#ec8cba
						236, 140, 186
	taupe1:		#c8c692
						200, 198, 146
	taupe2:		#aead88
						174, 173, 136
*/

@font-face {
    font-family: 'kalamregular';
    src: url('font/kalam-regular-webfont.eot');
    src: url('font/kalam-regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('font/kalam-regular-webfont.woff2') format('woff2'),
         url('font/kalam-regular-webfont.woff') format('woff'),
         url('font/kalam-regular-webfont.ttf') format('truetype'),
         url('font/kalam-regular-webfont.svg#kalamregular') format('svg');
    font-weight: normal;
    font-style: normal;
}

.icons {
	font-size: 3.5rem;
	margin: 0 10px 0 0;
}

.smaller {
	font-size: .8em;
}

body {
	font-family: Tahoma, Helvetica, Arial, Sans-Serif;
	font-style: normal;
	font-weight: normal;
	font-size: 18px;
	color: #000;
	/*background: #d0edfb url("images/background.png") repeat;*/
	background: #055e28;
}

header, section, footer {
	position: relative;
	margin: 0 auto;
	width: 90%;
	max-width: 1240px;
	clear: both;
	text-align: left;
}

section, footer {
	padding: 0;
}

header, section, footer {
	background: rgba(255, 255, 255, .85);
}

header > img, header > a > img {
	height: auto;
	width: 100%;
}

#header_image {
	background-image: url('images/header.jpg');
	background-size: contain;
	background-repeat: no-repeat;
	width: 100%;
	height: 0;
	padding-top: 38%;	/* (img-height / img-width * container-width[100%]) */
}

p {
	margin: 0;
	padding: 0 0 20px 0;
}

a, a:link, a:visited {
	text-decoration: none;
	color: #7f9fae;
	font-weight: bold;
	font-style: normal;
}

a:hover {
	color: #aead88;
}

ul, ul.lvl2, ul.lvl3 {
	list-style-type: none;
	padding: 0;
	margin: 0;
}
ul {
	margin: -20px 0 10px 0;
}
ul.lvl2, ul.lvl3 {
	margin: 0 0 0 50px;
}

li {
	display: block; /*to allow for vertical 8px positioning*/
	background: url('images/bullet.png') no-repeat left 8px;
	margin-left: 22px;
	padding-left: 28px;
}
li.lvl2 {
	background: url('images/bullet2.png') no-repeat left 8px;
}
li.lvl3 {
	background: url('images/bullet3.png') no-repeat left 8px;
}
li.none {
	background: none;
}

nav {
	margin: 0 auto 0;
	list-style: none;
	padding: 0 0 0 0;
	text-align: center;
	vertical-align: bottom;
	font-size: 1rem;
}

nav ul {
	margin: 0;
}

nav li {
	display: inline;
	text-transform: uppercase;
	background: none;
	list-style-type: none;
	margin: 0;
	padding: 0;
}

nav a, nav a:link, nav a:visited, .current {
	font-weight: bold;
	font-size: 1.2em;
	display: inline-block;
	padding: 10px 30px;
	margin: 0 -2px;
	color: #7f9fae;
	overflow: hidden;
}

nav a:hover {
	color: #aead88;
	background: url("images/arrow2.png") no-repeat bottom center;
}

.current {
	background: url("images/arrow.png") no-repeat bottom center;
	overflow: hidden;
}

#menu-icon {
	display: none;
	width: 90%;
	text-transform: uppercase;
}

a:hover#menu-icon {
	/*background: #0b65ff url("images/menu-icon2.png") no-repeat bottom center;*/
	background: #d0edfb;
}

a img {
	vertical-align: middle;
	padding: 0;
	margin: 0;
	border: 0;
}


h1, h2 {
	font-family: 'kalamregular', Arial, sans-serif;
	padding: 0 0 0 0;
}

h1 {
	font-size: 3rem;
}

h2 {
	font-size: 2rem;
}

h3 {
	font-weight: bold;
	font-style: italic;
}

h3 img {
	width: 40%;
	height: auto;
}

section {
	clear: both;
}

.bold {
	font-weight: bold;
}

.map {
	/*width: 50%;*/
	margin: 0 auto;
	text-align: center;
}

.iframe-cont {
	position: relative;
	padding-bottom: 56.25%;
	padding-top: 35px;
	height: 0;
	overflow: hidden;
}

.iframe-cont iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

article, sidebar {
	line-height: 1.6;
	padding: 9px 1.5%;
}

sidebar {
	border: 1px solid black;
	background: #d0edfb;
	font-size: 1.1rem;
}

article {
	font-size: 1.2em;
	min-height: 600px;
	float: left;
	width: 77%;
}

article img {
	float: right;
	padding: 5px 0 0 30px;
	vertical-align: top;
}

sidebar img {
	float: none;
	margin: 0 auto;
	width: 98%;
	height: auto;
	}

.news {
	text-align: left;
	width: 98%;
	height: auto;
	margin: 0 0 15px 0;
	clear: both;
}

.news a, .linkspage {
	font-size: 100%
	}

.news2 {
	width: 69%;
	height: auto;
}

.newsimg {
	float: right;
	margin: 0 0 10px 15px;
	padding: 0 0 auto 0;
	vertical-align: top;
	width: 30%;
	height: auto;	
}

sidebar {
	float: right;
	width: 15%;
	margin: 24px 10px 0 0;
}

sidebar ul {
	margin: 0 0 0 4%;
}

sidebar ul li {
}

.navcover {
	position: relative;
	margin: 0 auto;
	width: 100%;
	height: 270px;
	color: #000;
	/* background: url("images/header.png") #facfe2 no-repeat bottom center; */
	background-size: cover;
	/* background-size: contain; */
	text-align: center;
}

.head {
	font-size: 5em;
	margin: 0 0 10px 0;
	padding: 0;
	text-align: center;
}

.tag {
	font-size: 1.5em;
	padding: 1% 0 0 0;
}

photos {
    /*
    display:flex;
    justify-content:center;
    align-items:center;
    */
    margin: 0 0 0 2%;
    width: 100%;
}

photos img {
	padding: .5%;
	float: left;
	width: 31%;
	height: auto;
}

.clear {
	clear: both;
}

.imgleft {
	float: left;
	padding: 5px 30px 0 0;
	vertical-align: top;
}

.callout, .callout2 {
	color: #000;
	background: #0b65ff;
	background: rgba(135, 40, 144, .25);
	width: 45%;
	margin: -1em 2% 2em 2%;
	padding: 0.5em 0 0.8em 0.6em;
	text-align: left;
	font-weight: bold;
	font-size: .9em;
	line-height: 1.75;
}

.callout2 {
	width: 80%;
}

.callout ul, .callout2 ul {
	font-size: smaller;
}

footer {
	text-align: center;
	margin: 0 auto;
	padding: 20px 0 15px 0;
	color: #000;
	background-size: contain;
}

footer p {
	padding: 10px 0 10px 0;
}

.footer_col_head {
	font-size: 1.25rem;
	font-weight: bold;
	text-transform: uppercase;
	text-decoration: underline;
	line-height: 2;
	text-align: center;
}

.footer_left, .footer_right {
	float: left;
	min-width: 150px;
	/*min-height: 150px;*/
	text-align: left;
	font-size: 1.15rem;
	line-height: 1.25;
}
.footer_left {
	float: left;
	margin: 0 45px 0 10px;
}
.footer_right {
	float: right;
	margin: 0 0 0 45px;
}

/* Contact form */
.contact-form {
	width: 400px;
	margin: -5px 0px 0px 0px;
}

.required {
	/*color: #900;*/
}

.hilight {
	/*color: #b232b2;*/
	font-weight: bold;
	font-style: italic;
	/*font-size: 110%;*/
}

.missing {
	border: #b00 double 4px;
}

.outline {
	padding: 12px 10px 20px 7px;
	border: #062106 double 4px;
}

.form-text, .form-text-short {
	font-size: .8em;
	padding: 5px 5px 5px 10px;
	width: 80%;
	color: #000;
	background-color: #fff;
}

.form-text {
	width: 80%;
}

.csz {
	float: left;
	width: 27.75%;
}

#city, #state, #zip {
	width: 90%;
}
.form-text-short {
	width: 340px;
}

/* combining doesn't work */
.form-text::selection {
	color: #000;
	background: #d0edfb; /* WebKit/Blink Browsers */
}

.form-text::-moz-selection {
	color: #000;
	background: #d0edfb; /* Gecko Browsers */
}
.form-text-short::selection {
	color: #000;
	background: #d0edfb; /* WebKit/Blink Browsers */
}

.form-text-short::-moz-selection {
	color: #000;
	background: #d0edfb; /* Gecko Browsers */
}

/*
min-width
max-width
min-height
max-height
orientation=portrait
orientation=landscape
*/

ul.form1 {
	list-style-type: none;
	padding: 0;
	margin: 1% 0 0 2%;
}

li.forms {
	background: url("forms/pdf_logo.png") no-repeat left top;
	height: 36px;
	padding: 0 0 0 3%;
}
/* PayPal buttons */
.pp_inline {
	vertical-align: middle;
}

@media only screen and (min-width: 1270px) {
	.navcover {
		background-size: contain;
	}
}

@media only screen and (min-width: 901px) and (max-width: 1049px) {
	/* mobile, pads etc... */

	nav a, nav a:link, nav a:visited, .current {
		font-size: 1.2em;
		padding: 10px 20px;
		overflow: hidden;
	}

	article, sidebar {
		/*float: none;*/
		/*width: 95%;*/
	}

	article {
		margin: 0 0 20px 0;
	}
 	
}

@media only screen and (min-width: 901px) and (max-width: 990px) {
	/* mobile, pads etc... */

	h1 {
		font-size: 2.0em;
	} 	
}
 

@media only screen and (min-width: 500px) and (max-width: 900px) {
	/* mobile, pads etc... */

	nav a, nav a:link, nav a:visited, .current {
		font-size: 1.0em;
		padding: 10px 10px;
		overflow: hidden;
	}
 	
	h1 {
		font-size: 2.0em;
	}
	
	h2 {
		font-size: 1.5em;
	}
	
}

@media only screen and (min-width: 10px) and (max-width: 699px) {
	/* mobile, iphone, android */
		
	body {
		font-size:12px;
	}

	header, footer {
		padding: 0;
		width: 95%;
	}
	section {
		padding: 0 2%;
		width: 91%;
	}

	#header_image {
		background-image: url('images/header2.jpg');
	}

	nav ul, nav:active ul {
		display: none;
		position: absolute;
		z-index: 1000;
	}

	nav:hover ul {
		display: block;
		width: 100%;
		z-index: 1000;
		background: #d0edfb;
		padding: 2px 0 0 0;
	}

	nav a, nav a:link, nav a:visited, nav a:hover {
		/* font-size: .8em; */
		margin: 0 -1px;
		padding: 10px 15px;
		overflow: hidden;
		width: 90%;
		background: #fff;
		/* border: 1px solid #facfe2; */
	}

	nav a:hover, .current {
		color: #aead88;
		background: #d0edfb;
	}

	.current {
		display: none;
	}

	#menu-icon {
		display: inline-block;
		/*background: url("images/menu-icon.png") -10px 2px no-repeat;*/
	}

	#menu-icon:hover {
		/*background: url("images/menu-icon2.png") no-repeat left center;*/
	}

	.head {
		padding: 15% 0 0 0;
	}

	.tag {
		font-size: 1em;
		padding: 2% 0 0 0;
	}

	.callout {
		width: 95%;
	}

	img {
		max-width: 100%;
		height: auto;
	}

	photos {
		margin: 0 auto;
		width: 90%;
	}
				
	photos img {
		margin: 0 auto;
		text-align: center;
		float: none;
		width: 100%;
		height: auto;
	}

	article img, .imgleft, .gallery, .newsimg {
		float: none;
		clear: both;
		width: 98%;
		height: auto;
		margin: 0 0 0 1.5%;
		padding: 0 0 10px 0;
	}
	
	p {
		font-size: 1.15rem;
	}

	article, sidebar {
		float: none;
		width: 95%;
	}
	
	sidebar {
		margin: 0 auto 9%;
	}
 		
	article {
		margin: 0 0 20px 0;
	}
		
	h1 {
		font-size: 2.5rem;
		line-height: 1;
	}
		
	h2 {
		font-size: 2rem;
	}
 	
	h3 img {
		width: 100%;
		height: auto;
		margin: 0 0 8px 0;
	}

	footer p {
		padding: 0 0 15px 0;
	}
	
	.footer_left, .footer_right {
		float: none;
		margin: 0 auto 20px auto;
		text-align: center;
	}

	ul {
		width: 85%;
	}

	li {
		background: url('images/bullet.png') no-repeat left 4px;
	}

	ul.form1 {
		list-style-type: none;
		padding: 0;
		margin: 2% 0 0 2%;
	}

	li.forms {
		background: url("forms/pdf_logo.png") no-repeat left top;
		height: 36px;
		padding: .75% 0 0 8%;
	}
	
	.csz {
		float: none;
		width: 80%;
	}

	#city, #state, #zip {
		width: 100%;
	}

}
 
 
 
 
 
 
 
 
 
 
 
 
