body {
	background-image: url(../images/background.jpg);
	background-repeat: no-repeat;
	margin: 0px;
	background-position: center top;
	background-color: #000;
	background-attachment: fixed;
}
h2 {
	font-size: 1.2em;
}
#top_bar {
	margin: 0px;
	height: 215px;
	width: 100%;
	background-image: url(../images/top_back.png);
	background-repeat: repeat-x;
	background-position: 0 center;
}
#logo {
	position: absolute;
	left: 5%;
	top: 0px;
	background-image: url(../images/menu_back.png);
	background-repeat: repeat-y;
}
#search {
	font-size: 1em;
	color: #FFF;
	font-weight: normal;
	position: absolute;
	top: 75px;
	right: 5%;
	font-family: Verdana, Geneva, sans-serif;
}
#search form input {
	width: 92px;
	margin-right: 5px;
	margin-left: 5px;
	font-size: 0.8em;
	height: 30px;
	border-radius: 6px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	padding-left: 8px;
}
#search form .searchbtn {
	width: 75px;
	height: 32px;
	font-size: 0.8em;
	color: #FFF;
	margin-left: 5px;
	background-color: #9F3F1D;
	border-radius: 6px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
#links {
	width: 100%;
	position: absolute;
	top: 100px;
	text-align: center;
}
#links ul li {
	display: inline;
	padding-right: 12px;
	padding-left: 12px;
}
#links ul li a {
	text-decoration: none;
	color: #FFF;
	font-size: 1em;
	font-family: Verdana, Geneva, sans-serif;
	font-variant: small-caps;
}
#links ul li a:hover {
	color: #FB8811;
}
#links ul li a.current {
	color: #FB8811;
}
#phone-links {
	display: none;
}

.menu-shower {
  display: none;
}
.hamburger {
  display:none;
}
#menu {
	width: 225px;
	position: absolute;
	left: 5%;
	top: 215px;
	border-radius: 0px 0px 6px 6px;
	z-index: 1;
	background-image: url(../images/menu_back.png);
	background-repeat: repeat-y;
	background-position: 0;
}
#menu a {
	text-decoration: none;
	color: #FFF;
	font-size: 0.9em;
	width: 225px;
	height: 35px;
	text-align: center;
	font-family: Verdana, Geneva, sans-serif;
	padding-top: 15px;
	display: block;
	font-variant: small-caps;
	border-top-width: 0.5px;
	border-top-style: solid;
	border-top-color: #6B4438B3;
}
#menu a:hover {
	color: #FDD96C;
}
#menu p {
	color: #DCBF82;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.1em;
	letter-spacing: 0.2em;
	text-align: center;
	width: 225px;
	height: 35px;
	padding-top: 15px;
	margin-top: 0px;
	margin-bottom: 0px;
}
.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: 7%;
	margin-left: 33%;
	text-align: center;
	margin-top: 20px;
	margin-bottom: 100px;
}
#slides img {
	max-width:100%;
	height:auto;
	border: 1px solid #000;
}
#about {
	width: 60%;
	text-align: center;
	padding-top: 25px;
	padding-bottom: 50px;
	padding-right: 20%;
	padding-left: 20%;
	background: rgba(30, 22, 19, 0.6);
	clear: both;
}
#about p {
	line-height: 1.4em;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 1em;
	color: #FFF;
	text-align: center;
}
#about h2 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 2.2em;
	color: #D0AC9B;
	font-variant: small-caps;
	font-weight: lighter;
	margin-bottom: 0px;
	letter-spacing: 0.2em;
}
#about p.Integrity {
	text-align: center;
	margin-top: 40px;
	color: #FFF;
	font-size: 1.2em;
}
.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: 100%;
	clear: both;
	margin-right: 0%;
	margin-left: 0%;
	background: rgba(0, 0, 0, 0.6);
	height: 200px;
	padding-top: 60px;
	margin-top: 0px;
	margin-bottom: 0px;
	padding-bottom: 20px;
}
#ads_left {
	float: left;
	width: 10%;
	text-align: right;
	padding-right: 1%;
	margin-top: 5%;
	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 {
	background-color: #DA864E;
	border: 1px solid #000;
}
#ads_right button {
	background-color: #DA864E;
	border: 1px solid #000;
}
.mySlides2 {
	padding: 1%;
}
.mySlides2 img {
	max-width:100%;
	height:auto;
	width: 29%;
	padding-right: 1%;
	padding-left: 1%;
}
#webgallery {
	width: 60%;
	margin-top: 40px;
	margin-left: 25%;
	text-align: center;
	margin-right: 15%;
	margin-bottom: 25px;
}
#webgallery h2 {
	font-family: Verdana, Geneva, sans-serif;
	letter-spacing: 0.6em;
	color: #FFF;
	font-variant: small-caps;
	font-size: 1.3em;
}
#webgallery a img {
	max-width:100%;
	height:auto;
	margin: 5px;
	border-radius:6px;
	border: 1px solid #000;
}
#category {
	width: 60%;
	margin-right: 10%;
	margin-left: 30%;
	text-align: center;
	margin-top: 50px;
	margin-bottom: 100px;
}
#category h2 {
	font-family: Verdana, Geneva, sans-serif;
	letter-spacing: 0.6em;
	color: #FFF;
	font-variant: small-caps;
	font-size: 1.3em;
}
#category img {
	max-width:100%;
	height:auto;
	border: 1px solid #000;
}
iframe {
	max-width:100%;
	height:auto;	
}
#bottom {
	width: 100%;
	text-align: center;
	margin-top: 0px;
	color: #CCC;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 0.8em;
	height: 175px;
	display: block;
	margin-bottom: 0px;
	padding-top: 30px;
	clear: both;
	background-color: #000;
	background-position: 0;
}
#footer {
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.0em;
	background-color: #1B1B1B;
	color: #CEDBFF;
	padding-top: 20px;
	padding-bottom: 20px;
	padding-right: 5%;
	padding-left: 5%;
}
#footer a {
	color: #FFF;
	padding-right: 3px;
	padding-left: 3px;
}
.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: 840px) {
  /* For mobile phones: */
  #top_bar {height: 275px; background-image:none; background: rgba(0,0,0,0.7);}
  #logo {left:auto; width:100%; text-align:center; background:none;}
  #logo img {width:125px; height:auto;}
  #search {top: 140px; width: 100%; right: auto; text-align:center;}
  #search form input {display:block; margin-left:auto; margin-right:auto; margin-top:10px;}
  #search form .searchbtn {margin-left:auto; margin-right:auto;}
  #phone-links {display:block;}
  #phone-links ul {padding:0px; margin:0px;}
  #links ul li {display:none;}
  .button {margin-left:5px; margin-right:5px;} 
  .hamburger {display:block; position:absolute; top:20px; left:7px; z-index:1;}
  .menu-shower:checked ~ #menu {display: block;}
  #menu {background-image:none; padding-bottom:25px; left: auto; top: 140px; background-color: #222; border-radius: 0px; display:none; z-index:3; width:100%; background-position: center;}
  #menu a{margin-left:auto; margin-right:auto; 	border-top-style:none;}
  #menu p {margin-left:auto; margin-right:auto; font-size: 1.0em; padding-top:30px;} 	
  #slides {width:85%; padding-top:20px; margin-right: 7.5%; margin-left: 7.5%}
  .mySlides2 img {max-width:100%; height:auto; width: 29%; padding-right: 1%; padding-left: 1%;}
  #ads_left {width: 5%; margin-left: 10%;}
  #ads_center {width: 68%;}
  #ads_right {width: 5%; margin-right: 10%;}
  #category {width:85%; padding-right: 7.5%; padding-left: 7.5%; margin-left:auto; margin-bottom: 5px;}
  #category img {margin-bottom:25px;}
  #webgallery {width: 95%; padding-left: 2.5%; padding-right: 2.5%; float: none; margin-left:auto;}
  
}
