body {
	margin: 0px;
	font-family: 'Open Sans', sans-serif;
}
#top {
	height: 160px;
	width: 100%;
	z-index: 2;
	position: fixed;
	top: 0px;
	background-color: #FFF;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #999;
	margin: 0px;
	padding: 0px;
}
#top2 {
	padding: 0px;
	height: 100px;
	width: 100%;
	margin: 0px;
	z-index: 2;
	background-image: url(../images/slide1a.jpg);
	background-repeat: no-repeat;
	background-position: center;
}
#logo {
	z-index: 3;
	position: absolute;
	left: 5%;
	top: 7px;
	margin-top: 0px;
	padding-top: 0px;
}
#links {
	font-size: 0.9em;
	text-align: right;
	width: 60%;
	margin-right: auto;
	margin-left: auto;
	padding-top: 30px;
	padding-bottom: 20px;
	padding-left: 35%;
	padding-right: 5%;
	font-weight: bold;
	letter-spacing: 0.1em;
}
#links ul {
	margin: 0px;
	padding: 0px;
}
#links ul li {
	display: inline;
	margin: 0px;
	padding-top: 0px;
	padding-right: 2%;
	padding-bottom: 0px;
	padding-left: 2%;
}
#links ul li a {
	text-decoration: none;
	color: #626D1F;
}
#links ul li a:hover {
	color: #F8930D;
}
#donate {
	position: absolute;
	right: 6%;
	margin-top: 20px;
}
.button a {
	color: #FFF;
	text-decoration: none;
	background-color: #F4B10D;
	font-size: 1.4em;
	font-weight: normal;
	border-radius: 6px;
	padding-top: 5px;
	padding-right: 15px;
	padding-bottom: 5px;
	padding-left: 15px;
}
.button a:hover {
	background-color: #FFBA03;
}
#title {
	color: #666;
	text-align: center;
	width: 100%;
	letter-spacing: 0.2em;
	font-size: 1.4em;
	padding-top: 10px;
	padding-bottom: 10px;
	margin-top: 200px;
	margin-bottom: 50px;
	text-transform: uppercase;
}
.menu-shower {
  display: none;
}
.hamburger {
  display:none;
}
.mySlides {
	position: relative;
  	text-align: center;
}
#videos {
	margin-bottom: 0px;
	margin-top: 0px;
	padding-top: 60px;
	padding-bottom: 60px;
	background-color: #CCC;
	text-align: center;
}
#videos iframe {
	margin-top: 10px;
	margin-bottom: 10px;
}
.caption {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	font-size: 3vw;
	color: #FFF;
	font-weight: bold;
}
#slides {
	margin-right: auto;
	margin-left: auto;
	margin-top: 160px;
}
.w3-animate-fading {
	animation:fading 10s infinite}@keyframes fading{0%{opacity:0}10%{opacity:1}90%{opacity:1}100%{opacity:0};
}
.mySlides {display:none}
.w3-left, .w3-right, .w3-badge {cursor:pointer}
.w3-badge {height:13px;width:13px;padding:0}
.consult {
	color: #333;
	margin-bottom: 40px;
	margin-top: 50px;
	border: 1px solid #666;
	padding-top: 20px;
	padding-right: 40px;
	padding-bottom: 20px;
	padding-left: 40px;
	font-size: 1.2em;
	background-color: #E1D0BD;
	text-align: center;
}
#slideshow {
	background: rgba(20, 10, 10, 0.85);
	text-align: center;
	z-index: 4;
	top: 0px;
	position: fixed;
	width: 100%;
	left: 0px;
}
#slideshow img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	padding-top: 5%;
	padding-bottom: 25%;
}
.categories img {
	margin-top: 20px;
}
.categories a {
	color: #80482F;
	text-decoration: none;
}
#order {
	width: 70%;
	padding-top: 60px;
	padding-right: 15%;
	padding-left: 15%;
	text-align: center;
	padding-bottom: 40px;
	position: relative;
	background-image: url(../images/back01.jpg);
	height: 200px;
	background-repeat: no-repeat;
}
#order a {
	text-decoration: none;
	color: #628100;
}

#order h2 {
	color: #628100;
	font-size: 1.6em;
	padding-bottom: 25px;
}
#order h3 {
	font-size: 0.9em;
	color: #FFF;
	margin-top: 5px;
	letter-spacing: 0.1em;
	font-weight: normal;
}
#order p {
	line-height: 1.3em;
	text-align: center;
	color: #CCC;
	font-size: 0.8em;
}
#info {
	width: 70%;
	padding-top: 0px;
	padding-right: 15%;
	padding-left: 15%;
	text-align: center;
	position: relative;
	padding-bottom: 0px;
	margin-bottom: 90px;
}
#info h2 {
	color: #B81D21;
	font-size: 1.5em;
	font-weight: bolder;
	letter-spacing: 0.3em;
	padding-bottom: 30px;
}
#info h3 {
	font-size: 1.1em;
	color: #000;
	margin-top: 50px;
	letter-spacing: 0.1em;
	font-weight: normal;
}
#info h4 {
	padding-bottom: 20px;
	font-weight: normal;
	color: #333;
}
#info p {
	line-height: 1.3em;
	text-align: center;
	color: #333;
	font-size: 1.0em;
}
#about {
	width: 80%;
	margin-right: auto;
	margin-left: auto;
	padding-right: 5%;
	padding-left: 5%;
	background-color: #F9F9F9;
	padding-top: 20px;
	padding-bottom: 30px;
}
#about p {
	text-align: left;
}
#about img {
	max-width:80%;
	height:auto;
	padding-top: 25px;
	padding-bottom: 10px;
}
.left {
	width: 20%;
	padding-right: 2%;
	padding-left: 2%;
	display: inline-block;
	vertical-align: top;
	background-color: #FFF;
	height: 155px;
	margin-right: 2%;
	margin-left: 2%;
	padding-top: 20px;
}
.center {
	width: 20%;
	padding-right: 2%;
	padding-left: 2%;
	display: inline-block;
	vertical-align: top;
	background-color: #FFF;
	height: 155px;
	margin-right: 2%;
	margin-left: 1%;
	padding-top: 20px;
}
.right {
	width: 20%;
	padding-right: 2%;
	padding-left: 2%;
	display: inline-block;
	vertical-align: top;
	background-color: #FFF;
	height: 155px;
	margin-right: 2%;
	margin-left: 2%;
	padding-top: 20px;
}
#solution {
	width: 70%;
	padding-top: 30px;
	padding-right: 15%;
	padding-left: 15%;
	text-align: center;
	padding-bottom: 40px;
	position: relative;
}
#solution h2 {
	color: #B81D21;
	font-size: 1.3em;
	font-weight: bolder;
	letter-spacing: 0.2em;
}
#solution h3 {
	font-size: 0.9em;
	color: #000;
	margin-top: 5px;
	letter-spacing: 0.1em;
	font-weight: normal;
}
#solution h4 {
	padding-bottom: 20px;
	font-weight: normal;
	color: #333;
}
#solution p {
	line-height: 1.3em;
	text-align: center;
	color: #333;
	font-size: 0.8em;
}
#solution .left h3 a {
	color: #000;
	text-decoration: none;
}
.col01 {
	display: inline-block;
	width: 39%;
	vertical-align: top;
	text-align: left;
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 10%;
}
.col02 {
	display: inline-block;
	width: 39%;
	vertical-align: top;
	text-align: right;
	margin: 0px;
	padding-top: 0px;
	padding-right: 10%;
	padding-bottom: 0px;
	padding-left: 0px;
}
#contactform {
	border-radius: 12px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
form input {
	width: 40%;
	height: 30px;
	margin-bottom: 25px;
	display: block;
	text-align: center;
	margin-right: auto;
	margin-left: auto;
	border-radius: 6px;
	border: 1px solid #666;
}
#contactform textarea {
	width: 40%;
	margin-bottom: 25px;
	border:1px solid #666;
	border-radius: 6px;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.9em;
	padding-top: 10px;
	padding-bottom: 10px;
}
#submit {
	background-color: #CCC;
	color: #000;
	border: 1px solid #666;
	width: 20%;
}
#sponsors {
	text-align: center;
	padding-bottom: 60px;
	padding-right: 20%;
	padding-left: 20%;
	padding-top: 20px;
	background-color: #EEE;
	margin-top: 0px;
}
#sponsors h2 {
	font-size: 1.6em;
	font-weight: normal;
	color: #333;
	padding-bottom: 15px;
	letter-spacing: 0.2em;
}
#sponsors a img {
	margin-right: 1%;
	margin-left: 1%;
	width: 27%;
	height: auto;
}
#footer {
	font-size: 1.1em;
	background-color: #FFF;
	color: #555;
	padding-top: 40px;
	padding-bottom: 60px;
	padding-right: 15%;
	padding-left: 15%;
}
#footer p {
	margin: 0px;
}
#footer a {
	text-decoration: none;
	font-size: 0.85em;
	color: #E6E6E6;
	line-height: 0.2em;
	font-weight: normal;
}
#member {
	font-size: 0.7em;
	text-align: center;
	padding-top: 0px;
	padding-bottom: 20px;
	text-decoration: none;
	background-color: #435900;
}
#member a  {
	text-decoration: none;
	color: #E8EAF9;
}
#copy {
	font-size: 0.7em;
	color: #CCC;
	background-color: #435900;
	text-align: center;
	padding-top: 20px;
	padding-bottom: 10px;
}
#copy p  {
	margin: 0px;
	padding: 0px;
	font-size: 1.2em;
	color: #FFF;
}


@media only screen and (max-width: 860px) {
  /* For mobile phones: */
#top {height: 110px;}
#logo img {width:70%; height:auto;}
#links {display:none; position:absolute; margin-top:0px; width: 100%; padding-top: 10px; padding-bottom: 10px; padding-left: 0%; padding-right: 0%; font-size: 0.85em; font-weight: normal; text-align: center; background-color: #333; z-index:4;}
#links ul li {display: block; padding-top: 15px; padding-right: 1%; padding-bottom: 15px; padding-left: 1%;}
#donate {display:none;} 
.hamburger {display:block; position:absolute; top:5px; right:7px; z-index:5;}
.menu-shower:checked ~ #links {display: block;}
#links ul li a {color: #FFF;}
#slides {margin-top: 110px;}
#order {font-size: 0.9em; width:80%; padding-left:10%; padding-right:10%; margin-top:0px; margin-bottom:0px; background-image:none; height: auto;
}
#order h1 {font-size: 2em;}
#order h2 {font-size: 1.2em;}
#order h3 {font-size: 1.0em; margin-top: 35px;}
#order h4 {font-size: 1.1em;}
#order img {padding-bottom:10px;}
.left {width: 50%; padding-right: 15%; padding-left: 15%; margin-right: 10%; margin-left: 10%; display: block;}
.center {width: 50%; padding-right: 15%; padding-left: 15%; margin-right: 10%; margin-left: 10%; display: block;}
.right {width: 50%; padding-right: 15%; padding-left: 15%; margin-right: 10%; margin-left: 10%; display: block;}
.col01 {display: block; width: 80%; text-align: center; padding-left:10%; padding-right:10%;}
.col02 {display: block; width: 80%; text-align: center; padding-left:10%; padding-right:10%;}
#slideshow img {padding-top: 10%; padding-bottom: 35%;}
.close {top: 5px; right: 20px;	font-size: 30px;}
form input {width: 60%;}
#submit {width: 40%;}
#contactform textarea {width: 60%;}
#services {width:90%; padding-left:5%; padding-right:5%;}
#services a img {width:100px; height:auto;}
#sponsors p {margin:0px;}
#sponsors a img {margin-right: 20%; margin-left: 20%; width: 50%; height: auto; margin-bottom:20px;}
#footer {font-size: 0.9em; padding-right: 5%; padding-left: 5%;}
}
