@charset "UTF-8";
/* CSS Document */

* {
  box-sizing: border-box;
}

html{
  -moz-text-size-adjust: none;
  -webkit-text-size-adjust: none;
  text-size-adjust: none;
  }
   
.top-image {
align-content: center;
margin-bottom: 3px;
}

.pt-serif-regular {
  font-family: "PT Serif", serif;
  font-weight: 400;
  font-style: normal;
}

.pt-serif-bold {
  font-family: "PT Serif", serif;
  font-weight: 700;
  font-style: normal;
}

.pt-serif-regular-italic {
  font-family: "PT Serif", serif;
  font-weight: 400;
  font-style: italic;
}

.pt-serif-bold-italic {
  font-family: "PT Serif", serif;
  font-weight: 700;
  font-style: italic;
}
.pt-sans-regular {
  font-family: "PT Sans", sans-serif;
  font-weight: 400;
  font-style: normal;
}

.pt-sans-bold {
  font-family: "PT Sans", sans-serif;
  font-weight: 700;
  font-style: normal;
}

.pt-sans-regular-italic {
  font-family: "PT Sans", sans-serif;
  font-weight: 400;
  font-style: italic;
}

.pt-sans-bold-italic {
  font-family: "PT Sans", sans-serif;
  font-weight: 700;
  font-style: italic;
}

body {
    font-family: "PT Sans", sans-serif;
    background-image: url(img/bkgnd.png) !important;
/*    background-image: linear-gradient(to bottom,  #725308, #fff); */
    background-repeat: repeat-x;
     background-color: #fff !important;
   font-size: 12px;
    line-height: 14px;
    font-weight: 400;
    color: #000;
    margin-left: 15%;
    margin-right: 15%;
    margin-bottom: 5px;
}
        
a {
text-decoration: none;
color: #9C7427;
color: #82591b;
color: #000;
}
a:hover {
color: #B60101;
}
p {
     font-family: "PT Sans", sans-serif;
    font-size: 12px;
    line-height: 14px;
    font-weight: 400;   
    margin-bottom: 5px;
    text-align: left;
    margin-block-start: 0;
    margin-inline-start: 0px;
    margin-block-end: 5px !important;
    margin-inline-end: 5px !important;
    unicode-bidi: isolate;
}

.thirteenserifcenter {
  font-family: "PT Serif", serif;
    font-size: 13px;
    line-height: 15px;
    font-weight: 400;
    color: #000;
    text-align: center !important;
    margin: 5px;
}

h1 {
    font-family: "PT Serif", serif;
    font-weight: 700;
    color: #B60101;
    font-size: 24px;
    line-height: 21px;
    margin: 0px;
}

h2 {
font-family: "PT Serif", serif;
font-weight: 700;
color: #9C7427;
color: #B60101;
font-size: 18px;
line-height: 18px;
margin: 0px;
margin-bottom: 5px;
}

h3 {
    font-family: "PT Serif", serif;
    font-weight: 700;
    color: #B60101;
    font-size: 16px;
    line-height: 16px;
    margin: 0px;
    margin-top: 5px;
    margin-bottom: 5px;
    text-align: center;
}

h4 {
    font-family: "PT Serif", serif;
    font-weight: 400;
    color: #000 !important;
    font-size: 16px;
    line-height: 16px;
    margin-block-start: 0;
    margin-block-end: 5px;
    margin-inline-start: 0px;
    margin-inline-end: 5px;
    unicode-bidi: isolate;
    margin-top: 5px;
    margin-bottom: 5px;
    text-align: left;
}

h5 {
    font-family: "PT Serif", serif;
    font-weight: 400;
    color: #000;
    font-size: 14px;
    line-height: 18px;
    margin-block-start: 0;
    margin-block-end: 0px;
    margin-inline-start: 0px;
    margin-inline-end: 0px;
    unicode-bidi: isolate;
    margin-top: 5px;
    margin-bottom: 5px;
    padding: 0px;
    border-style: none;
}

h5 a:-webkit-any-link {
    color: -webkit-link;
    color: #9C7427 !important;
    color: #82591b !important;
}

h6 {
font-family: "PT Serif", serif;
font-weight: 700;
    color: #000 !important;
font-size: 12px;
line-height: 12px;
margin-bottom: 5px;
margin-top: 5px;
    margin-block-start: 0;
    margin-block-end:0px;
    margin-inline-start: 0px;
    margin-inline-end: 0px;
    unicode-bidi: isolate;
}

.homepagebuttons {
    font-family: "PT Serif";
    text-align: center;
    margin-bottom: 6px;
    font-weight: bold;
}
.homepagebuttons a {
    font-family: "PT Serif";
    text-align: center;
    margin-bottom: 6px;
    font-weight: bold;
}
.homepagebuttons a:hover {
    font-family: "PT Serif";
    text-align: center;
    margin-bottom: 6px;
    color: #B80003 !important;
    font-weight: bold;
}

.gallerytext {
    font-size: 13px;
    line-height: 14px;
    padding-top: 5px;
    padding-bottom: 5px;
    /* border-bottom: #BD985A 1px solid; */
    text-align: center !important;
    padding-left: 3%;
    padding-right: 3%;
}
.gallerytext a{
    color: #82591b !important;
}
.gallerytext img:hover {
    margin: 5px !important;
}
.gallerytext img {
    opacity: 1;
    margin: 5px !important;
}
a:-webkit-any-link {
color: -webkit-link;
color: #9C7427;
color: #82591b;
color: #000 !important;
cursor: pointer;
text-decoration: none;
}

a {
color: #9C7427;
color: #82591b;
color: #000 !important;
}
a:hover {
    color: #B60101 !important;
}

/* layout sections */
.main {
float: left;
width: 56%;
text-align: center;
}

.mainindent {
    margin-left: 5px;
    margin-right: 5px;
    background-color: #fff;
    padding: 5px;
    padding-left: 12px;
    padding-right: 12px;
    overflow: hidden;
}

.mainwide {
float: left;
width: 78%;
text-align: center;
}

.mainindentwide {
    margin-left: 5px;
background-color: #fff !important;
    padding: 5px;
    padding-left: 12px;
    padding-right: 12px;
    overflow: hidden;
    font-size: 15px;
}

.right {
float: left;
width: 22%;
padding: 5px;
padding-right: 0px;
text-align: left;
height: 100%;
background-color: #fff; 
overflow: hidden;
}

.bottom {
    padding: 5px; 
    clear: both;
    width: 100%;
    border-top: #BD985A 5px solid;
    border-top: #725308 5px solid;
    border-top: #82591b 5px solid;
    background-color: #fff;
    text-align: center;
}

.eugene {
float: left;
margin-right: 5px;
width: 100%;
}

.center {
text-align: center;
}

table {
    border-collapse: separate;
    text-indent: initial;
    border-spacing: 0px;
}

 /* mobile layout */
@media only screen and (max-width: 600px) {

  body {
font-size: 13px; 
line-height: 16px;
    margin-left: 5%;
    margin-right:5%;
}
    p {
font-size: 13px; 
line-height: 16px;
}
    
.main, .mainwide, .right {
width: 100%;
min-height: 0; 
  }
    
.mainindent {
background-color: #fff;
padding: 5px;
overflow: hidden;
margin: 0px;
text-align: center;
}
    
.mainindentwide {
background-color: #fff;
/*padding: 5px;*/
overflow: hidden;
margin: 0px;
text-align: center;
}
    
.bottom {
clear: both;
width: 100%;
border-top: #BD985A 5px solid;
border-top: #82591b 5px solid;
padding: 5px;
background-color: #fff;
text-align: center;
font-size: 13px; 
line-height: 16px;
}
    
hr {
background-color: #BD985A;
background-color: #725308;
background-color: #82591b;
height: 1px;
width: 100%;
}
    
.eugene {
float: left;
margin-right: 5px;
width: 90px;
} 
}

/* navigation on laptop */
@media only screen and (min-width: 600px) {
    
div.dropdown-container {
display: none;
}
    
div.leftmenu-container {
float: left;
width: 22%;
}
    
.leftmenu {
text-align: left;    
background-image: linear-gradient(to bottom,  rgba(137, 87, 0, 1), rgba(137, 87, 0, 0));
background-image: linear-gradient(to bottom, #82591b, #fff);
background-image: linear-gradient(to bottom, #a78b5f, #fff);
border-bottom: #F6F3EC 5px solid;
background-color: #fff;
overflow: hidden;
}
    
.leftmenu a {
background-color: #e5e5e5;
background-color: #fff;
padding: 5px;
margin-bottom: 5px;
display: block;
width: 100%;
color: #000 !important;
font-size: 12px;
line-height: 14px;
}
    
.leftmenu a:hover {
color: #D30000 !important;
background-color: #e5e5e5;
}
    
 .left-content {
  display:inline;
  position:relative;
}
     
     .right {
font-size: 12px;
line-height: 14px;
     }
    
    .bottom {
font-size: 13px;
line-height: 16px;
    }

}

/* navigation on mobile */

  @media only screen and (max-width: 600px) {
  /* For mobile phones: */ 
      
div.leftmenu-container {
display: none;
}
      
div.dropdown-container {
}
      
.dropbtn {
  color: #000;
  border: none;
  cursor: pointer;
width:100%;
text-align: center;
background-color: #fff;
padding-top: 5px;
margin-bottom: 5px;
font-size: 14px;
    line-height: 14px;
}

.dropbtn:hover, .dropbtn:focus {
color: #b60101;
}

.dropdown {
  position: relative;
  display: inline-block;
width: 100%;
background-color: #fff;
margin-bottom: 5px;
color: #000 !important;
font-size: 14px;
    line-height: 14px;
}

.dropdown-content {
  display: none;
  position: absolute;
  width: 100%;
  overflow: auto;
  z-index: 1;
color: #b60101;
background-image: linear-gradient(to bottom,  #895700, #fff);
background-image: linear-gradient(to bottom, #725308, #fff);
background-image: linear-gradient(to bottom, #82591b, #fff);
background-image: linear-gradient(to bottom, #a78b5f, #fff);
padding-top: 5px;
padding-bottom: 5px;
margin-bottom: 5px;
text-align: center;
}

.dropdown-content a {
  text-decoration: none;
background-color: #fff;
padding: 5px;
margin-bottom: 5px;
display: block;
width: 100%;
color: #000 !important;
}
      
.dropdown a:hover {
color: #b60101 !important;
background-color: #e5e5e5;
}
      
.show {
display: block;
}
      .right {
font-size: 13px;
line-height: 16px;
      }
}

/* end nav */

/* hcg slider */
<style>  */
#hcg-slider-1 .hcg-slide-container {
	width: 1000px;
	height: 800px;
}
.hcg-slider-body {
	height: 100%;
	width: 100%;
}
.hcg-slider {
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
}
.hcg-slide-container {
	max-width: 100%;
	display: inline-block;
	position: relative;
}
.hcg-slides {
	width: 100%;
	height: 100%;
	display: none;
	overflow: hidden;
	justify-content: center;
	align-items: center;
	border-radius: 5px;
	border: solid 1px #a0a0a0;
}
.hcg-slides img {
	max-width: 100%;
	max-height: 100%;
	display: inline-block;
}
.hcg-slide-number {
    display: none;
}
.hcg-slide-text {
    display: none;
}



    
