html, body {
	margin: 0;
	padding: 0;
	height: 100%;
	width: 100%;
}

body{
	background-color: #228B22;
	color:#555;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	line-height: 1.6em;
	margin:0;
}

img	{
	text-align: center;
	max-width: 100%;
	height: auto;
	width: auto;
	border: 0;
}



#navbar1{
	background-color:#000;
	width: 100%;
	text-align: center;
}

#navbar1 a{
	text-decoration: none;
	font-weight: bold;
	color: #00FF00;
	font-size: 25px;
}


#main-headerZZZ{
	height: 100%;
	width: 100%;
	margin: auto;
	background: url() no-repeat 100% 100%;
	background-size: cover;
	display: table;
	top: 0;
}



.clearfix	{
	clear: both;
}	


#showcase{
	background-color: #006400;
	min-height: 300px;
	margin-bottom: 10px;
	color: #fff;
	text-align: bottom;
	font-weight: bold;
}

#showcase h1{
	color: #A020F0;
	font-size: 18px;
	text-align: center;
	line-height: 1.6em;
	padding-top: 5px;
	font-weight: bold;
}

.container{
	width: 100%;
	margin: 0;
	overflow:hidden;
}

.section	{
	width: 33%;
	float: left;
	margin: .5% .15%;
	text-align: center;
}

.sectionA	{
	background-color: #006400;
	width: 33%;
	float: left;
	margin: .5% .15%;
	color: #87CEFF;	
	text-align: center;
	font-weight: bold;
}


.videoWrap20170510C	{
	width: 100%;
	max-width: 560px;
	margin: 0 auto;
	padding-bottom: 0%;
}

.video-container20170510C {
    position: relative;
    padding-bottom: 56.25%;
    height: 0px;
    overflow: hidden; 	
}

.video-container20170510C iframe,
.video-container20170510C object,
.video-container20170510C embed {
    position: absolute;
    top:0px;
    right: 0px;
    width: 100%;
    height: 100%;
}

.s1 {
	background-color: #E066FF;
	color: #fff;
	width: 100%;
	max-width: 560px;
	margin: 0 auto;
	padding-bottom: 0%;
    position: relative;
    padding-bottom: 56.25%;
    list-style: none;
    height: 0px;
    overflow: hidden; 	
}

.s1 ul{
	padding: 0;
	list-style: none;
}

.s2 {
	background-color: #ffffff;
	color: #A020F0;
	width: 100%;
	max-width: 560px;
	margin: 0 auto;
	padding-bottom: 0%;
    position: relative;
    padding-bottom: 56.25%;
    height: 0px;
    overflow: hidden; 	
}

.s2 ul{
	padding: 0;
	list-style: none;
}

.s3 {
	background-color: #9370DB;
	color: #fff;
	width: 100%;
	max-width: 560px;
	margin: 0 auto;
	padding-bottom: 0%;
    position: relative;
    padding-bottom: 56.25%;
    height: 0px;
    overflow: hidden; 	
}

.s3 ul{
	padding: 0;
	list-style: none;
}

.wrapper {
	max-width:500px;
	width:95%;
	margin:0 auto;
	position:relative;
}
#contact-form input[type="text"],
#contact-form input[type="email"],
#contact-form textarea,
#contact-form button[type="submit"] {
	font:400 12px/12px "Helvetica Neue", Helvetica, Arial, sans-serif;
}
#contact-form {
	text-shadow:0 1px 0 #FFF;
	border-radius:4px;
	-webkit-border-radius:4px;
	-moz-border-radius:4px;
	background:#F9F9F9;
	padding:25px;
}
#contact-form h3 {
	color:#0000ff;
	display:block;
	font-size:28px;
}
#contact-form h4 {
	margin:5px 0 15px;
	display:block;
	font-size:13px;
}
#contact-form label span {
	cursor:pointer;
	color:#0000ff;
	display:block;
	margin:5px 0;
	font-weight:900;
}
#contact-form input[type="text"],
#contact-form input[type="email"],
#contact-form input[type="tel"],
#contact-form input[type="url"],
#contact-form textarea {
	width:100%;
	box-shadow:inset 0 1px 2px #DDD, 0 1px 0 #FFF;
	-webkit-box-shadow:inset 0 1px 2px #DDD, 0 1px 0 #FFF;
	-moz-box-shadow:inset 0 1px 2px #DDD, 0 1px 0 #FFF;
	border:1px solid #CCC;
	background:#FFF;
	margin:0 0 5px;
	padding:10px;
	border-radius:5px;
}
#contact-form input[type="text"]:hover,
#contact-form input[type="email"]:hover,
#contact-form input[type="tel"]:hover,
#contact-form input[type="url"]:hover,
#contact-form textarea:hover {
	-webkit-transition:border-color 0.3s ease-in-out;
	-moz-transition:border-color 0.3s ease-in-out;
	transition:border-color 0.3s ease-in-out;
	border:1px solid #AAA;
}
#contact-form textarea {
	height:100px;
	max-width:100%;
}
#contact-form button[type="submit"] {
	cursor:pointer;
	width:100%;
	border:none;
	background:#0000FF;
	background-image:linear-gradient(bottom, #1E90FF 0%, #0000FF 52%);
	background-image:-moz-linear-gradient(bottom, #1E90FF 0%, #0000FF 52%);
	background-image:-webkit-linear-gradient(bottom, #1E90FF 0%, #0000FF 52%);
	color:#FFF;
	margin:0 0 5px;
	padding:10px;
	border-radius:5px;
}
#contact-form button[type="submit"]:hover {
	background-image:linear-gradient(bottom, #00CD00 0%, #00CD00 52%);
	background-image:-moz-linear-gradient(bottom, #00CD00 0%, #00CD00 52%);
	background-image:-webkit-linear-gradient(bottom, #00CD00 0%, #00CD00 52%);
	-webkit-transition:background 0.3s ease-in-out;
	-moz-transition:background 0.3s ease-in-out;
	transition:background-color 0.3s ease-in-out;
}
#contact-form button[type="submit"]:active {
	box-shadow:inset 0 1px 3px rgba(0,0,0,0.5);
}
#contact-form input:focus,
#contact-form textarea:focus {
	outline:0;
	border:1px solid #999;
}
::-webkit-input-placeholder {
    color:#888;
}
:-moz-placeholder {
    color:#888;
}
::-moz-placeholder {
    color:#888;
}
:-ms-input-placeholder {
    color:#888;
}

#main{
	background-color:#DDA0DD;
	float:left;
	width:70%;
	color: #A020F0;
	font-weight: bold;
	padding:0 30px;
	box-sizing: border-box;
}


#sidebar{
	float:right;
	width:30%;
	background: #A020F0;
	color: #00ff00;
	font-weight: bold;
	padding: 10px;
	box-sizing: border-box;
}
.PrivacyContact {
	font-family: 'Open Sans', sans-serif;
	font-size: 120%;
	line-height: 190%;
	text-align: center;
	margin: 0%;
}

.PrivacyContact a{
	text-decoration: none;
	color: #228B22;
	font-size: 21px;
	padding: 0;
	text-align: center;	
}

ul	{
	list-style-type: none;
	margin: 0;
	padding: 0;
}

li	{
	display: inline;
}

ul li img	{
	height: 50px;
}


#main-footer{
	background: #F5DEB3;
	color: #000000;
	font-family: 'Open Sans', sans-serif;
	text-align: center;
	font-weight: bold;
	font-size: 18px;
	padding-top: 1%;
	padding-bottom: 1%;
	list-style-type: none;
}


a:link, a:hover {
   text-decoration: none !important;
}

#navbar11{
	background-color: #F5DEB3;
	width: 100%;
	text-align: center;
	color: #ffffff;
	font-size: 17px;
	font-weight: bold;
	font-family: 'Open Sans', sans-serif;
	padding-top: 10px;
	padding-bottom: 10px;
}

#navbar11 ul{
	padding: 0;
	list-style: none;
}

#navbar11 li{
	display:inline;
}

#navbar11 a{
	text-decoration: none;
	color: #F5DEB3;
	font-size: 17px;
	padding-bottom: 0px;
	text-align: center;	
}

/*------------------------MEDIA!-----------------------*/
@media screen and (max-width: 478px) {
	body {
		font-size: 13px;
	}

.sectionA	{
	background-color: #006400;
	width: 100%;
	float: left;
	margin: .5% .15%;
	color: #87CEFF;	
	text-align: center;
	font-weight: bold;
}
}

@media screen and (max-width: 1178px) {

.sectionA	{
	background-color: #006400;
	width: 100%;
	float: left;
	margin: .5% .15%;
	color: #87CEFF;	
	text-align: center;
	font-weight: bold;
}
}

@media screen and (max-width: 927px) {

.sectionA	{
	background-color: #006400;
	width: 100%;
	float: left;
	margin: .5% .15%;
	color: #87CEFF;	
	text-align: center;
	font-weight: bold;
}
}

@media screen and (max-width: 768px) {
.sectionA	{
	background-color: #006400;
	width: 100%;
	float: left;
	margin: .5% .15%;
	color: #87CEFF;	
	text-align: center;
	font-weight: bold;
}
}

@media screen and (max-width: 640px) {
.sectionA	{
	background-color: #006400;
	width: 100%;
	float: left;
	margin: .5% .15%;
	color: #87CEFF;	
	text-align: center;
	font-weight: bold;
}

}


@media screen and (max-width: 580px) {

.sectionA	{
	background-color: #006400;
	width: 100%;
	float: left;
	margin: .5% .15%;
	color: #87CEFF;	
	text-align: center;
	font-weight: bold;
}
}

@media screen and (max-width: 512px) {
.sectionA	{
	background-color: #006400;
	width: 100%;
	float: left;
	margin: .5% .15%;
	color: #87CEFF;	
	text-align: center;
	font-weight: bold;
}

}


@media screen and (max-width: 400px) {

.sectionA	{
	background-color: #006400;
	width: 100%;
	float: left;
	margin: .5% .15%;
	color: #87CEFF;	
	text-align: center;
	font-weight: bold;
}

}


