body {
	background-color: #FFF;	
	margin: 0px;
}
#layout {
	background-image: url(../images/background.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	background-size :cover;
	height: 900px;
}
h2 {
	font-size: 1.2em;
}
#top_bar {
	height: 150px;
	width: 100%;
	text-align: center;
	margin: 0px;
}
#logo {
	position: absolute;
	left: 30px;
	top: 50px;
	z-index: 2;
}
#links {
	position: absolute;
	top: 225px;
	text-align: left;
	left: 50px;
	z-index: 2;
}
#links ul {
	margin: 0px;
	padding: 0px;
}
#links ul li {
	list-style-type: none;
	margin: 0px;
	padding-top: 8px;
	padding-bottom: 8px;
}
#links ul li a {
	text-decoration: none;
	color: #EDD59C;
	font-size: 1em;
	font-family: Arial, Helvetica, sans-serif;
	font-variant: small-caps;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
#links ul li a:hover {
	color: #FFF;
}
.menu-shower {
  display: none;
}
.hamburger {
  display:none;
}
#menu-back{
	z-index: 1;
	position: absolute;
	left: 0px;
	top: 0px;
	background-color: #662630;
	opacity:0.75;
	height: 900px;
	width: 270px;
}
#menu {
	opacity:1;
	position: absolute;
	left: 50px;
	top: 175px;
	z-index: 2;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
#menu p {
	color: #FFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.1em;
	letter-spacing: 0.2em;
	margin-bottom: 20px;
	text-align: left;
}
#menu ul {
	margin: 0px;
	padding: 0px;
}
#menu ul li {
	list-style-type: none;
	font-family: Arial, Helvetica, sans-serif;
	color: #FFF;
	padding-top: 10px;
	padding-bottom: 10px;
	font-size: 0.9em;
}

.w3-animate-fading {
	animation:fading 10s infinite}@keyframes fading{0%{opacity:0}10%{opacity:1}90%{opacity:1}100%{opacity:0}}
#slides {
	width: 60%;
	margin-right: 5%;
	margin-left: 35%;
	text-align: center;
	position: absolute;
	top: 125px;
}
#slides img {
	max-width:100%;
	height:auto;
	border: 1px solid #000;
}
#about {
	width: 60%;
	text-align: center;
	padding-top: 50px;
	padding-bottom: 75px;
	padding-right: 20%;
	padding-left: 20%;
	clear: both;
	margin-top: 50px;
}
#about p {
	line-height: 1.6em;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 1.1em;
	color: #333;
	text-align: center;
}
#about h2 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 2.2em;
	color: #662630;
	font-variant: small-caps;
	font-weight: lighter;
	margin-bottom: 0px;
	letter-spacing: 0.1em;
}
#about p.Integrity {
	text-align: center;
	margin-top: 60px;
	color: #333;
	font-size: 1.1em;
}
.button a{
	font-size: 0.9em;
	color: #FFF;
	text-decoration: none;
	font-family: Verdana, Geneva, sans-serif;
	text-align: center;
	border-radius: 6px;
	margin-bottom: 10px;
	padding-top: 10px;
	padding-bottom: 10px;
	width: 90px;
	background-color: #9F3F1D;
	display:inline-block;
}
#ads {
	width: 80%;
	margin-right: 10%;
	margin-left: 10%;
	padding-top: 20px;
	margin-top: 0px;
	margin-bottom: 0px;
	padding-bottom: 40px;
	text-align: center;
}
#ads a img {
	height: auto;
	max-width: 99%;
}

#ads_left {
	width: 10%;
	text-align: right;
	padding-right: 1%;
	margin-top: 5%;
	float: left;
	margin-left: 20%;
}
#ads_center {
	float: left;
	text-align: center;
	width: 38%;
}
#ads_right {
	float: right;
	width: 10%;
	margin-top: 5%;
	padding-left: 1%;
	margin-right: 20%;
}
#ads_left button {

}
#ads_right button {

}
.mySlides2 {
	padding: 1%;
}
.mySlides2 img {
	max-width:100%;
	height:auto;
	width: 29%;
	padding-right: 1%;
	padding-left: 1%;
}
iframe {
	max-width:100%;
	height:auto;	
}
#bottom {
	width: 80%;
	text-align: center;
	margin-top: 0px;
	color: #333;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 0.8em;
	display: block;
	margin-bottom: 0px;
	padding-top: 30px;
	clear: both;
	background-position: 0;
	padding-bottom: 30px;
	padding-right: 10%;
	padding-left: 10%;
}
#bottom h3 {
	padding-top: 25px;
	padding-bottom: 40px;
	font-weight: normal;
	font-size: 1.2em;
}
#bottom h3 a {
	text-decoration: none;
	color: #2D2DD2;
}

.tm {
	font-size: x-small;
}
.intro {
	font-size: 1.2em;
}
.seal {
	margin-top: 10px;
	max-width:80%;
	height:auto;
}

@media only screen and (max-width: 900px) {
  /* For mobile phones: */
  #top_bar {margin: 0px; height: 100px; width: 100%; background-color:#000;} 
  #logo {left: auto; text-align:center; top:20px; width:100%;}
  #logo img {width:150px; height:auto;}
  #ad01 {display:none;}
  #ad02 {display:block;}
  #search {font-size: 0.9em; top: 120px; right: auto; text-align:center; z-index:2; width:100%;}
  #links {top: 175px; text-align: center; left: auto; width:100%;}
  #links ul li {display:inline-block; padding-right:15px;}
  #menu {left: 20px; top:100px;}
  #menu-back{left: auto; top: 100px; height: 800px; width: 150px; text-align:center;}
  #slides {display:none;}
  .mySlides2 img {max-width:100%; height:auto; width: 29%; padding-right: 1%; padding-left: 1%;}
  #about {width: 80%; padding-right: 10%; padding-left: 10%; margin-top: 25px;}
  #about h2 {font-size: 1.8em;}
  #about p {line-height: 1.2em; font-size: 1.0em;}
  #about p.Integrity {font-size: 1em;}
  #ads_left {width: 5%; margin-left: 10%;}
  #ads_center {width: 68%;}
  #ads_right {width: 5%; margin-right: 10%;} 
  #bottom h3 {font-size: 1.0em;}
}
