body { 
	background: url(../images/bg_tile.jpg);
}
body { padding-top: 0; }
header.col-md-12 {
	background: url(../images/header_bg.jpg) center no-repeat;
	min-height: 215px;
}
#heading-container {
	position: relative;
    z-index: 100;
	width: 100%;
	max-width: 1070px;
	margin-right: auto;
	margin-left: auto;
}
.container-thin {
	width: 95%;
	max-width: 950px;
	margin-right: auto;
	margin-left: auto;
}
h1 {
	font-family: 'Coming Soon', cursive;
	color: #249848;
}
h1,h2,h3,h4,h5,h6 { margin-top: 0; padding-top: 20px; }
h2,h3,h4,h5,h6 { margin-bottom: 25px; }
h1>a,h1>a:hover,h1>a:focus,h1>a:active { text-decoration: none; cursor: pointer; color: #249848; }

.cta {
	font-family: 'Happy Monkey', cursive;
	color: #079EB3;
}
a.cta { text-decoration: none; cursor: pointer; display: block; }
a.cta:hover, a.cta:focus, a.cta:active { color: #05717F; }

ul.nav {
	-webkit-transform: translate(0,8px);
	-ms-transform: translate(0,8px);
	transform: translate(0,8px);
}
ul.nav>li:first-child>a { border-radius: 4px 0 0 4px; }
.nav>li>a {
	font-family: 'Happy Monkey', cursive;
	font-size: 16px;
	color: white;
	padding: 6px 15px;
	border-radius: 0;
}
.nav>li>a:hover,.nav>li>a:focus,.nav>li>a:active {
	background: #056D7A;
}
.nav .open>a, .nav .open>a:focus, .nav .open>a:hover {
    background-color: #056D7A;
}
.dropdown-menu>li>a:focus, .dropdown-menu>li>a:hover {
    background-color: #C7DFE2;
}
main.col-md-12 {
	background: white;
	font-size: 20px;
	font-weight: 300;
	font-family: Roboto;
	padding: 0px 40px 40px 40px;
	line-height: 34px;
	border-radius: 4px;
	box-shadow: 0 0 2px #ccc, 0 3px 1px #ccc;
}
p { margin-bottom: 25px; }
blockquote { border: 0; font-weight: 600; font-size: 20px; }
blockquote.centered { text-align: center; }
#footerimage-container {
	text-align: center;
}
footer { text-align: right; font-size: 12px; margin-top: 6px;}
label.required.invalid { color: #cc0000; }
a#directedit {
	display: inline-block;
	position: absolute;
	width: 50px;
	height: 50px;
	transform: translate(74px,-118px);
}
img { max-width: 100%; }

label.required::after {
    content: " (required)";
    font-size: 11px;
    text-transform: lowercase;
    font-style: italic;
}
.modal-header {
    padding: 4px 15px;
    color: white;
    background: #037B8C;
    border-radius: 4px 4px 0 0;
}

.help-block {
	font-size: 13px;
    font-style: italic;
}

@media screen and (min-width: 768px) and (max-width: 1069px) {
	header.col-md-12 {
		background: url(../images/header_bg.jpg) left no-repeat;
		padding-left: 44px;
	}
}

@media screen and (min-width: 1060px) {
	header.col-md-12 {
		padding-left: 60px;
	}
	#footerimage-container {
		background: url(../images/grass_tile.jpg) bottom repeat-x;
		height: 187px;
	}
}

.modal {
	text-align: center;
}
/* MOBILE */
@media screen and (max-width: 767px) {
	h1 {
		font-size: 20px;
		text-align: center;
	}
	header.col-md-12 {
		background: none; 
		min-height: 165px;
		margin-bottom: 20px;
	}
	ul.nav.nav-pills {
		background: #079EB3;
		margin-top: 30px;
		text-align: center;
	}
	ul.nav.nav-pills>li {
		display: inline-block;
		float: none;
	}
	a.cta { width: 50%; float: left; font-size: 18px; text-align: center; }
	main.col-md-12 {
		padding: 0px 15px 20px 15px;
	}
	#footerimage-container { padding: 0; }
	footer { text-align: center; }
	.row { margin-left: 0; margin-right: 0; }

}
/* Small phones */
@media screen and (max-width: 320px) {
	h1 {
		font-size: 17px;
	}
	header.col-md-12 {
		min-height: 185px;
	}
}

@media only screen and (max-width:480px) {
    main>p {
        float: none !important;
    }
    main>p img {
        max-width: 80% !important;
        display: block !important;
        margin: 0 auto !important;
    }       
}

/* TABLET AND LARGER */
@media screen and (min-width: 768px) {
	h1 { width: 400px; line-height: 46px; }
	a#contact {
		position: absolute;
		text-align: center;
		-webkit-transform: translate(476px,-71px);
		-ms-transform: translate(476px,-71px);
		transform: translate(476px,-71px);
		font-size: 27px;
	}
	a#visit {
		position: absolute;
		text-align: center;
		-webkit-transform: translate(544px, -90px);
		-ms-transform: translate(544px, -90px);
		transform: translate(544px, -90px);
		font-size: 22px;
		line-height: 18px;
		width: 101px;
	}
	.modal:before {
		display: inline-block;
		vertical-align: middle;
		content: " ";
		height: 100%;
	}
}

.modal-dialog {
	display: inline-block;
	text-align: left;
	vertical-align: middle;
}
