/* Lake Champlain */

html {
	font-size:100%;
}


body
{
	background-color:#FFFFFF;
	background-image:url('/images/boat-1620452_1920.jpg');
	background-size:cover;
	background-position:center;
	-webkit-font-smoothing:antialiased;
	text-rendering:optimizelegibility;
	font-family:'Montserrat', Verdana, Arial;
	color: #000000;
	margin:0 auto;
	font-size:120%;
}

.carousel {

    height: 450px;
	position:relative;
	top:-70px;
	width:100%;
	display:flex;
	align-items:center;
	justify-content: center;
	box-shadow: 0px 3px 14px 0px rgba(0,0,0,0.50);	
	background-image: url('');
	background:
    linear-gradient(
      rgba(0, 0, 0, 0.45),
      rgba(0, 0, 0, 0.45)
    ),
    /* bottom, image */
    url("/images/carousel/b1.jpg");
	background-position: center center;
    background-size: cover;
}

.carousel h1 {
	color:white;
	text-shadow:0 0 15px rgba(0,0,0,1);
	line-height:1.4;
	text-align:center;
	font-family:"Roboto Slab",sans-serif;
}

.inner-carousel {
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#000000+82,000000+100&0+51,1+100 */

	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#000000+86,000000+100&0+36,0+73,0.7+100 */
	background: -moz-linear-gradient(top,  rgba(0,0,0,0) 36%, rgba(0,0,0,0) 73%, rgba(0,0,0,0.34) 86%, rgba(0,0,0,0.7) 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top,  rgba(0,0,0,0) 36%,rgba(0,0,0,0) 73%,rgba(0,0,0,0.34) 86%,rgba(0,0,0,0.7) 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom,  rgba(0,0,0,0) 36%,rgba(0,0,0,0) 73%,rgba(0,0,0,0.34) 86%,rgba(0,0,0,0.7) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#b3000000',GradientType=0 ); /* IE6-9 */
}

h1 {
	font-size:3em;
}

 h2 {
	 margin-top:0;
 }

.carousel h1 {
	color:white;
	text-shadow:0 0 10px rgba(0,0,0,0.9);
	line-height:1.4;
}

.content {
	background-color:rgba(255,255,255,0.8)
}

.navbar {

	font-family:Dosis;
	font-size:1em;
	background: rgba(29,52,16,0.85);
	border:none;
	box-shadow: 0px 3px 14px 0px rgba(0,0,0,0.4);


}
footer a {
	color:white !important;
}



.navbar-inverse .navbar-collapse li > a {
	color:white;
	font-size:1em;
}
.navbar-brand {

	color:#a9ffa9 !important;
	font-size:1em;
}

@media screen and (max-width:768px) {
	.navbar-brand {
		font-size:12px;
	}

	.navbar-header img {
		display:none;
	}

	.carousel {
		height:250px;
		top:-20px;
	}
}

@media screen and (max-width:360px) {
	.navbar-brand {
		font-size:10px;
	}

}
.navbar-header img {
	height:50px;
}

.navbar-inverse .navbar-collapse li {
	transition: all 0.5s;
}

.navbar-inverse .navbar-collapse li:hover {
	background: rgba(255,255,255,1);
}

.navbar-inverse .navbar-collapse li:hover a {
	color:#000;
}


.navbar-inverse .navbar-toggle {
	background-color:#003d04;
	border:1px solid white;
}


.serviceImage {
	width:225px;
	height:180px;
}

.proLandscape {
	width:640px;
	height:356px;
}

.serviceImage div {
	text-align:center;
	position:relative;
	min-height: 235px;

}

.proLandscape div {
	text-align:center;
	position:relative;
	min-height: 370px;

}

.serviceImage div p,.proLandscape div p {

	position:absolute;
	bottom:0;
	background:rgba(0,0,0,0.85);
	color:white;
	width:100%;

}


footer
{

	width:100%;
	margin-top:50px;
	background:#003d04;
	color:white;
	-moz-box-shadow: 0px 1px 7px #000000;
	-webkit-box-shadow: 0px 1px 7px #000000;
	box-shadow: 0px 1px 7px #000000;
	overflow:hidden;
	font-size:85%;
}
footer a
{
	color:white;
}

.social span {
	display:none;
}

.social .tw {
	display:inline-block;
	height:40px;
	width:40px;
	background-image:url("/scripts/icons/icon_twitter.php");
	background-repeat:none;
}

.social .fb {
	display:inline-block;
	height:40px;
	width:40px;
	background-image:url("/scripts/icons/icon_fb3.php");
	background-repeat:none;
}

.social .gp {
	display:inline-block;
	height:40px;
	width:40px;
	background-image:url("/scripts/icons/icon_gplus2.svg");
	background-repeat:none;
}

.navbar-right {
	font-size:85%;
}

.submit_review_message
{

text-align:center;
	background:rgba(0,0,0,.7);
	font-weight:bold;
	padding-left:5px;
	padding-right:5px;
	box-shadow: 0px 1px 7px #000000;
	color:white;
}




#gallery ul {
	display:flex;
	list-style: none;
	justify-content: space-around;
	flex-wrap:wrap;
	height:auto;

}

#gallery .services img {

	width:195px;
	height:150px;
	margin:auto;
}

#gallery .services div,#gallery .gallery div {
	text-align:center;

}

#gallery .services p,#gallery .gallery p {


	background:rgba(0,0,0,0.85);
	color:white;
	width:100%;
	font-size:85%;
}

#gallery .gallery img {

	width:200px;
	height:150px;
	margin:auto;
	cursor:	pointer;
}

#gallery li {
	margin-bottom:10px;
}

/*

#gallery li img {


	width:275px;
	height:200px;
	margin:auto;

}
*/

.dl-horizontal dt {
	width:75px;
}

dt
{
	float: left;
    clear: left;
    text-align: right;
    font-weight: bold;
	//width:200px;

}

 dt:after {
    content: ":";
  }
  dd {
    margin: 0 0 0 110px;
    padding: 0 0 0.5em 0;
  }

.reviews {
	padding:5px;
	border-radius:3px;
}

.reviews:nth-child(odd){
	background-color:white;
}

.reviews:nth-child(even){
	background-color:#efffe3;
}

.box
{
	padding:10px;
	margin-top:20px;
}

footer h3
{
	color:#FFF;
	border-bottom:1px solid white;
	line-height:2;
}
h2
{
	font-size:1.5em;
	color:black;
	line-height:1.5;
	border-bottom:2px solid black;
}

a { color:#002953; text-decoration:none; }
a:link { color: #002953;  text-decoration:none;}
a:visited { color: #002953; }
a:hover { text-decoration:underline; }
a:active { color: #002953; }

.errorBox {
	background:#330000;
	color: #FF9999;
	padding:5px;
}

.alert-danger h3 {
	margin-top:0px;
}

.alert-success h3 {
	margin-top:0px;
}


/* Input */


input:not([type=checkbox]):not([type=submit]):not([type=file]):not([type=image]):not(.lbl),select,textarea
{
	padding:5px;
	box-sizing:border-box;
	background:#003d04;
	outline:none;
	resize:none;
	border:0;
	transition:all .3s;
	color:white;

}

textarea {
	width:100%;
	border-radius:3px;
}

.btn-primary {
	background:#003d04;
	border:none;
	color:white !important;
	transition:all 0.3s;
}

.btn-primary:hover {
	background:#FFF;
	color:#000 !important;
}

#preloader {
	position:absolute;
	top:50%;
	left:50%;
	width:300px;
	height:300px;
	transform: translate(-50%, -50%);
	border-radius:50%;
	animation:loader 3s infinite alternate;
	padding:10px;
	text-align:center;
}

#preloader p {
	color:white;
	font-weight:bold;
	font-size:2em;
	position:relative;
	top:50%;
	left:50%;
	transform: translate(-50%, -50%);
}

@keyframes loader {
	from {background:#08ab04;}
	to {background:#024b00;}
}

.coupon {
	padding:10px;
	border:3px dotted #000000;
	height:auto;
	background-color:#ffffff;
}

.coupon img {
	max-width:100%;
	height:auto;
}
/*
@media only screen and (max-width: 600px), screen and (orientation:portrait) {
	h1 {
	font-size:2em;
	)




}
*/
@media only screen and (max-width: 768px) {
	h1 {
		font-size:1.5em;
	}

	h2 {
		font-size:1.2em;
	}
	/*.carousel h1 {
		margin-top:260px;

	}*/



}
