body {
	padding: 0;
	margin: 0;
	background: #f2f6e9;
}
/*--- navigation bar ---*/
.navbar {
	background:#6ab446;
}
.nav-link,
.navbar-brand {
	color: #fff;
	cursor: pointer;
}
.nav-link {
	margin-right: 1em !important;
}
.nav-link:hover {
	color: #000;
}
.navbar-collapse {
	justify-content: flex-end;
}

.header {
	background-image: url('images/header-background.jpg');
	background-size: cover;
	background-position: center;
	position: relative;
    }
	

 
 .content h2 {
		font-weight: bold;
		font-size:2.5em
 }
 
 .content h3 {
		font-style: italic;
		font-size:2.0em
 }
 
 p.oblique {
  font-style: oblique;
}

.youtube-responsive-container {
position:relative;
padding-bottom:56.25%;
padding-top:30px;
height:0;
overflow:hidden;
}

.youtube-responsive-container iframe, .youtube-responsive-container object, .youtube-responsive-container embed {
position:absolute;
top:0;
left:0;
width:100%;
height:100%;
}

/*--- feature section ---*/

.features {
	margin: 4em auto;
	padding: 1em;
	position: relative;
	//text-align: center;
	//vertical-align: middle;
}

.feature-title {
	color: #333;
	font-size: 1.3rem;
	font-weight: 700;
	margin-bottom: 20px;
	text-transform: uppercase;
}

.features img {
	-webkit-box-shadow: 1px 1px 4px rgba(0, 0, 0, 0.4);
	-moz-box-shadow: 1px 1px 4px rgba(0, 0, 0, 0.4);
	box-shadow: 1px 1px 4px rgba(0, 0, 0, 0.4);
	margin-bottom: 16px;
}

.features .form-control,
.features input {
	border-radius: 0;
}

.features .btn {
	background-color: #589b37;
	border: 1px solid #589b37;
	color: #fff;
	margin-top: 20px;
}

.features .btn:hover {
	background-color: #333;
	border: 1px solid #333;
}

/*--- footer ---*/

.page-footer {
	background-color: #222;/*#18d26e;*/
	color: #ccc;
	padding: 60px 0 30px;
}

.footer-copyright {
	color: #666;
	padding: 40px 0;
}
/*style for page-footer links */
.page-footer a {
	color: White;
}
.page-footer a:hover 
 { color: #fe0000;}
 
 .page-footer a:active
 { color: #fe0000;}
 
/*address tag*/
address {
  display: block;
  font-style: italic;
}

/*--- media queries ---*/

@media (max-width: 575.98px) {

	.description {
		left: 0;
		padding: 0 15px;
		position: absolute;
		top: 10%;
		transform: none;
		text-align: center;
	}
	
	.description h1 {
		font-size: 2em;
	}
	
	.description p {
		font-size: 1.2rem;
	}
	
	.features {
		margin: 0;
	}

}

@media (min-width: 575.98px) {
      .description {
        left: 0;
        padding: 0 10px;
        position: relative;
        top: 10%;
        transform: none;
        text-align: center;
      }
      
      .description h1 {
        font-size: 2em;
      }
      
      .description p {
        font-size: 1.2rem;
      }
      
      .features {
        margin: 0;
      }
    }
	
#form_container
{
	padding:15px 15px;
	margin-top:15px;
	background: rgba(255,255,255,0.75);	
}

.alignleft{
	
}

.aligncenter{
  //padding: 70px 0;
  //border: 3px solid green;
  text-align: center;	
  overflow: auto;
}

.aligncenter img {
  display: block;
  margin-left: auto;
  margin-right: auto;
  //width: 100%;
}
