/* Move down content because we have a fixed navbar that is 50px tall */
body {
  padding-top: 50px;
  /*padding-bottom: 20px;
  background-color: #92C233;*/
  background-color: rgb(82, 99, 50); 
	margin: 0px;
	/*
  background: url("../img/deep-green.png") no-repeat;
	background-size: 100% 120%;
	*/

}

h2{
	color: #ee0;
}

h3{
	color: #ee0;
}

h4{
	color: #ee0;
}

p{
	color: #ddd;
}

strong{
	color: #ee0;
}

.navbar-inverse { 
  background-color: rgb(82, 99, 50); 
}

.jumbotron {
	    /*background-image: -webkit-gradient(linear, left bottom, left top, color-stop(0, #FFFA4F), color-stop(1, #94C333)); 
					    -webkit-linear-gradient(bottom, #FFFA4F 0%, #94C333 100%); 
					    -o-linear-gradient(bottom, #FFFA4F 0%, #94C333 100%); 
					    -moz-linear-gradient(bottom, #FFFA4F 0%, #94C333 100%); 
					    -ms-linear-gradient(bottom, #FFFA4F 0%, #94C333 100%); 
							linear-gradient(to top, #FFFA4F 0%, #94C333 100%);*/
	/*background-image: url("../img/Unknown.jpeg");*/
	background-image: url("../img/jumbo-bg-xs.jpg"); no-repeat;
	background-size: 100%;
	background-clip: border-box;
	background-position: center;
	margin-bottom: 0px;
}

.jumbotron .container {
	background-color: clear; 
	/*background: url("../img/jumbo-bg-xs.jpg") no-repeat;*/
	background-size: 100% ;
	background-position: center;
	padding-bottom: 0px;

}

.jumbotron .container img{
	width: 40%;
	height:40%;
	opacity: 0;
}

.jumbotron .container h1{
	color: #ee0;
	text-shadow: 0 3px 0 black;
}


.jumbotron .container h2{
	color: #eee;
}
.jumbotron .container h3{
	color: #eee;
}
.jumbotron .container p{
	float:right;
	color: #eee;
}
.vertical-line { 
	border-right: 1px solid #DDD; 
	height: 50px; 
}
.jumbotron-shadow{
	background-color: rgb(31, 48, 0);
	/*background: url("../img/Unknown-1.png") no-repeat;*/
	background-size: 100%;
	height: 8px;
	/*padding-top: 0px*/;
	
}

.dropdown-menu{
	background-color: #283E00; 
	color: #eee;
	/*
	background-image: url("../img/Unknown.jpeg");
	background-size: 100% 150%;
	*/
}

.dropdown-menu li a {
	color: #eee;

}

.img-morounded{
	border-radius: 20px;
}

.img-bigger-mo-rounded{
	border-radius: 35px;
}


@media all and (max-width: 991px) { 
	body {
		/*
	  background: url("../img/deep-green.png") no-repeat;
	  background-size: 100% 100%;
		*/
	} 

}
@media all and (max-width: 767px) {
	.dropdown-menu{
		background-image: none;
	}
	.jumbotron .container {
	/*
	background-color: #283E00; 
	background: url("../img/jumbo-bg-xs.jpg") no-repeat;
	*/
	background-size: 100% ;
	background-position: center;
	padding-bottom: 0px;

}

}

@media (min-width: 768px) {
	.jumbotron .container {
		/*
		background-color: #283E00; 
		background: url("../img/jumbo-bg-sm.jpg") no-repeat;
		*/
		background-size: 100% ;
		background-position: center;
		padding-bottom: 0px;
	}

}

@media (min-width: 992px) {
	.jumbotron .container {
		/*
		background-color: #283E00; 
		background: url("../img/jumbo-bg-md.jpg") no-repeat;
		*/
		background-size: 100% ;
		background-position: center;
		padding-bottom: 0px;
	}
}

@media (min-width: 1200px) {
	.jumbotron .container {
		/*
		background-color: #283E00; 
		background: url("../img/jumbo-bg-lg.jpg") no-repeat;
		*/
		background-size: 100% ;
		background-position: center;
		padding-bottom: 0px;
	}
}

@media (min-width: 2401px) {
	.jumbotron .container {
		/*
		background-color: #283E00; 
		background: url("../img/jumbo-bg-xl.jpg") no-repeat;
		*/
		background-size: 100% ;
		background-position: center;
		padding-bottom: 0px;
	}
}

/* CUSTOMIZE THE CAROUSEL
-------------------------------------------------- */

/* Carousel base class */
.carousel {
  height: 800px;
  margin-top: 60px;
}
/* Since positioning the image, we need to help out the caption */
.carousel-caption {
  z-index: 10;
}

/* Declare heights because of positioning of img element */
.carousel .item {
  height: 700px;
}
.carousel-inner > .item > img {
  position: absolute;
  top: 0;
  left: 0;
  overflow: hidden;
  height:100%;
  width:100%;
  /*min-width: 100%;*/
  /*height: 500px;*/
}

.carousel-caption {
	 top: 20px;
	 overflow: scroll;
}

/* Indicators list style */
.carousel-indicators {
    margin: 10px 0 0;
    left: 50%;
    margin-left:0;
    overflow: auto;
    position: static;
    text-align: center;
    white-space: nowrap;
    width: 100%;
}
/* Indicators list style */
.carousel-indicators li {
    background-color: transparent;
    /*-webkit-border-radius: 0;
    border-radius: 0;*/
    display: inline-block;
    height: auto;
    margin: 0 !important;
    width: auto;
    border: none;
}
/* Indicators images style */
.carousel-indicators img {
	display: block;
    border: 1px solid #000;
    float: left;
    height: 50px;
    width: 50px;
    left: 0;
}
/* Indicators active image style */
.carousel-indicators .active {
    height: auto;
    width: auto;
    background-color: transparent;
}

.carousel-indicators .active img {
    border: 4px solid #428BCA;
    /*opacity: 0.7;*/
}

#form{
	margin: 50px 15% 0% 15%;
	padding: 25px;
	border: 1px solid #770000;
	box-shadow: 0 0 15px 2px rgba(0,0,0,0.3);
	border-radius: 5px;

}


#form label {
	width: 80%;
	margin-left: 10%;
	margin-right: 10%;
}

#form input {
	width: 80%;
	margin-left: 10%;
	margin-right: 10%;
	color: #111;
}


#form .btn {
	width: 30%;
	margin-left: 35%;
	margin-right: 35%;
}


#form textarea {
	width: 80%;
	margin-left: 10%;
	margin-right: 10%;
	color: #111;
}

.privacy
{
	padding-top: 50px;
	color: #ddd;
	font-weight: 250;
	font-size: 1.6em;
}