html, body {
    height: 100%;
    margin: 0;
    font-size: 20px;
	background-color: #000;
}

@font-face {
    font-family: Cheltenhm;
    src: url(fonts/chltboxc.ttf);
}

header {
	width:100%;
	height:575px;
	position: absolute;
	right: 0;
	background-image: url(images/head-back.png);
	background-size: cover;
	background-repeat: no-repeat;
	background-position: 50%;
	border-bottom:1px solid #000;
	-webkit-box-shadow: 0px 8px 15px 0px rgba(0,0,0,0.75);
	-moz-box-shadow: 0px 8px 15px 0px rgba(0,0,0,0.75);
	box-shadow: 0px 8px 15px 0px rgba(0,0,0,0.75);  
}

hr.style-two {
    border: 0;
    height: 2px;
    background-image: linear-gradient(to right,rgba(0,0,0,0), rgba(164,123,84,1), rgba(0,0,0,1), rgba(164,123,84,1), rgba(0,0,0,0));
}

h1 {
	font-family: Cheltenhm, Georgia, "Times New Roman", Times, serif;
	font-size: 2em;
	margin: 0 2em ;
	border-bottom: 3px #000000 solid;
	border-top: 3px #000000 solid;
}

h2 {
	font-family: Cheltenhm, Georgia, "Times New Roman", Times, serif;
	font-size: 2em;
	margin: .5em 2em ;
	text-align: center;
}

h3 {
	font-family: Cheltenhm, Georgia, "Times New Roman", Times, serif;
	font-size: 1em;
}

h4 {
	font-family: Cheltenhm, Georgia, "Times New Roman", Times, serif;
	font-size: 1em;
	color: #FFF;
	margin-top: 15px;;
}

h5 {
	font-family: Cheltenhm, Georgia, "Times New Roman", Times, serif;
	font-size: 1.5em;
	margin: .25em 2em ;
	text-align: center;
	color: #000;
}

p.link {
	font-family: Cheltenhm, Georgia, "Times New Roman", Times, serif;
	font-size: 1.25em;
}


.click_here {
	color: #A27B54;
}

p.contact {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 1em;
	color: #000;
}

p.side {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 1vw;
	color: #FFF;
}

img.space {
	padding-right: 20px;
}

img.margin {
	margin-top: -10px;
}

#left {
    width: 18%;
    height: 100%;
    position: fixed;
	background-image: url(images/menubg.png);
	background-size: cover;
	background-repeat: no-repeat;
	background-position: 50%;
	
	border-width: 0px 18px 0px 0px;
	border-style: solid;
	-moz-border-image: url(images/border.png) 27 repeat;
	-webkit-border-image: url(images/border.png) 27 repeat;
	-o-border-image: url(images/border.png)) 27 repeat;
	border-image: url(images/border.png) 27 fill repeat;
	z-index:100;z
	
}
#right {
	width: 82%;
	height: auto;
	position: absolute;
	right: -2px;
	border-style: solid;
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#b51919+0,280000+100 */
	background: rgb(181,25,25); /* Old browsers */
	background: -moz-linear-gradient(top,  rgba(181,25,25,1) 0%, rgba(40,0,0,1) 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top,  rgba(181,25,25,1) 0%,rgba(40,0,0,1) 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom,  rgba(181,25,25,1) 0%,rgba(40,0,0,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#b51919', endColorstr='#280000',GradientType=0 ); /* IE6-9 */


}

#content {
	margin: 625px 50px 50px 80px;
	padding: 10px 10px;
	background: #ECE9E6; /* fallback for old browsers */
	background: -webkit-linear-gradient(to left, #ECE9E6 , #FFFFFF); /* Chrome 10-25, Safari 5.1-6 */
	background: linear-gradient(to left, #ECE9E6 , #FFFFFF); /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */      
}

#content_p {
	margin: 625px 50px 50px 80px;
	padding: 10px 30px 10px 30px;
	background: #B49368; /* fallback for old browsers */    
	color: #61422f; 
	text-shadow: 1px 1px black;
}

#direction {
	float:right;
	text-align: center;
	padding-right: 50px;
	padding-top: 20px;
}

.homecolumns {
	display: flex;	
	justify-content: center;
}

img.cover {
	margin-top: 35px;
	transform: rotate(-8deg);
	width: 55%;	
}

button {
	border: none;
	outline: none;
	background-color: #600;
	color: beige;
	padding: 15px;
	font-size: 20px;	
}

button:hover {
	cursor: pointer;
	background-color: #530707;	
}

.homecolumns div {

	text-align: center;	
}

#logo {
	margin: 30px 10px 10px 10px;
}

.flourish {
	width: 150px;
	
}

.flourish2 {
	width: 150px;
	padding-top: 15px;
	
}

.badge {
	width: 250px;
	padding-top: 35px;
}

img {
    max-width: 100%;
    height: auto;
    width: auto\9; /* ie8 */
}


ul {
    list-style-type: none;
    margin: 0;
	padding: 10px;
    width: 200px;
}

a{
	text-decoration: none;
	color: #000;
}

/* unvisited link */
p.link a{
	text-decoration: none;
    color: #000:
}

/* visited link */
p.link a:visited {
    color: #000;
}

/* mouse over link */
p.link a:hover {
    color: #641E00;
}


li a {
    display: block;
    color: #FFF;
    padding-top: 10px;
	font-family: Cheltenhm, Georgia, "Times New Roman", Times, serif;
	font-size: 1.7vw;
	text-align: center;
    text-decoration: none;
}

/* Change the link color on hover */
li a:hover {
    color: #A27B54;
}

.dropdown {
    position: relative;
    display: inline-block;
}

.dropdown-content {
    display: none;
    position: relative;
	color: #FFF;
    min-width: 160px;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
    z-index: 1;
}

.black_overlay{
	display: none;
	position: absolute;
	top: 0%;
	left: 0%;
	width: 100%;
	height: 100%;
	background-color: black;
	z-index:1001;
	-moz-opacity: 0.8;
	opacity:.80;
	filter: alpha(opacity=80);
}
 
.white_content {
	display: none;
	position: absolute;
	top: 25%;
	left: 25%;
	width: 50%;
	height: 50%;
	padding: 16px;
	border: 6px solid #900;
	background-color: white;
	z-index:1002;
	overflow: auto;
}

.news {
	display: flex;
	font-family: Cheltenhm;
	width: 90%;
	flex-wrap: wrap;
	margin: auto;
	justify-content: space-around;	
}

#news {
	width: 30%;
	color: white;
	padding: 3px;
	margin-bottom: 1vw;
	text-align: center;	
	background: #900;
}

/*Contact Form*/
.formline {
	display: flex;
		
}

input[type="text"], input[type="email"],input[type="tel"] {
		width: 50%;
		padding: 10px;
		margin: 5px;
		border-radius: 5px;
		border: 0;
		outline: 0;
		font-family: Cheltenhm, Georgia, "Times New Roman", Times, serif;
		font-size:24px;
}

textarea {
		resize: none;
		padding: 10px;
		margin: 5px;
		border-radius: 5px;
		border: 0;
		outline: 0;
		width: 93.5%;
		font-family: Cheltenhm, Georgia, "Times New Roman", Times, serif;
}

input[type="submit"].submitBtn {
	background-image: linear-gradient(#8f0907, #640504);
	font-family: Cheltenhm, Georgia, "Times New Roman", Times, serif;
	padding: 5px;
	font-size: 24px;
	color: white;
	outline: 0;
	//margin-top: -25px;
	border-radius: 5px;
	border: 4px solid #8f0907;
	//margin-left: 25px;
}

input[type="submit"].submitBtn:hover {
	cursor: pointer;	
	background-image: linear-gradient(#640504, #8f0907);
}

.mailinglist {
	width: 80%;
	margin: auto;	
}
/*End Contact Form*/

.dropdown:hover .dropdown-content {
    display: block;
}

li a.drop {
	font-family: Cheltenhm, Georgia, "Times New Roman", Times, serif;
	font-size: 1.25vw;
	color: #855E38;
}

li a:hover.drop {
    color: #A27B54;
}
	

    body {
      margin: 0;
      padding: 0;
    }
    .wrap {
      overflow: hidden;
      margin: 10px;
    }
    .box {
      float: left;
      position: relative;
      width: 25%;
      padding-bottom: 21%;
    }
    .boxInner {
      position: absolute;
      left: 10px;
      right: 10px;
      top: 10px;
      bottom: 10px;
      overflow: hidden;
    }
    .boxInner img {
      width: 100%;
    }
    .boxInner .titleBox {
      position: absolute;
      bottom: 0;
      left: 0;
      right: 0;
      margin-bottom:0;
      background: #331a00;
      color: #FFF;
      text-align: center;
	  font-family:  Cheltenhm;
    }
    body.no-touch .boxInner:hover .titleBox, body.touch .boxInner.touchFocus .titleBox {
      margin-bottom: 0;
    }
    @media only screen and (max-width : 480px) {
      /* Smartphone view: 1 tile */
      .box {
        width: 100%;
        padding-bottom: 84%;
      }
    }
    @media only screen and (max-width : 650px) and (min-width : 481px) {
      /* Tablet view: 2 tiles */
      .box {
        width: 50%;
        padding-bottom: 44%;
      }
    }
    @media only screen and (max-width : 1050px) and (min-width : 651px) {
      /* Small desktop / ipad view: 3 tiles */
      .box {
        width: 33.3%;
        padding-bottom: 27.972%;
      }
    }
    @media only screen and (max-width : 1290px) and (min-width : 1051px) {
      /* Medium desktop: 4 tiles */
      .box {
        width: 25%;
        padding-bottom: 21%;
      }
    }


/* Tables */	
		
			table.ped
			{
				width: 100%;
				font-size: 0.8em;
				color: #000;	
				text-align: left !important;			
			}
				
				table.ped td
				{
					padding: 0.125em 0.25em 0.125em 0.25em;
					vertical-align:middle;
				}				
				
				table.ped td.sod
				{
					background: #641E00;
					color: #fff;
					font-weight: 400;
					padding-left: 1em;
					text-align: center;
				}
				
				div.ped
				{
  					overflow: hidden; /*notice*/
					margin-top: 4em;
				}
				
				div.ped-btm
				{
  					overflow: hidden; /*notice*/
				}	
				
#navsmall {
	font-family: Cheltenhm, Georgia, "Times New Roman", Times, serif;
	padding: 10px 10px;
	background-image: url(images/menubg.png);
	background-size: cover;
	background-repeat: no-repeat;
	background-position: 50%;
	text-align: center;
}

#navsmall a:link, a:visited {
	color:#FFF;
}

@media only screen and (min-width: 735px) {
	#navsmall {
		display: none;
	}
	
	#smallbanner {
		display: none;
	}
}


@media screen and (max-width: 735px) {
	
	#left {
		display: none;
	}	
	
	#right {
		width: 100%;
	}
	
	h1 {
	font-family: Cheltenhm, Georgia, "Times New Roman", Times, serif;
	font-size: 1em;
	margin: 0 2em ;
	border-bottom: 3px #000000 solid;
	border-top: 3px #000000 solid;
}

	.dis {
		display: none;
	}
	
	header {
	width:100%;
	height: 200px;
	position: relative;
	right: 0;
	background-color: #A27B54;
	border-bottom:1px solid #000;
	-webkit-box-shadow: 0px 8px 15px 0px rgba(0,0,0,0.75);
	-moz-box-shadow: 0px 8px 15px 0px rgba(0,0,0,0.75);
	box-shadow: 0px 8px 15px 0px rgba(0,0,0,0.75);  
}
	
	#content {
	margin: 0;
	padding: 10px 10px;
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#b51919+0,280000+100 */
	background: #ECE9E6; /* fallback for old browsers */
	background: -webkit-linear-gradient(to left, #ECE9E6 , #FFFFFF); /* Chrome 10-25, Safari 5.1-6 */
	background: linear-gradient(to left, #ECE9E6 , #FFFFFF); /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */    
}

	#content_p {
	margin: 0;
	padding: 10px 10px;
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#b51919+0,280000+100 */
	background: #B49368; /* fallback for old browsers */ 
}	
}

/* ~~ miscellaneous float/clear classes ~~ */
.fltrt {  /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	margin: 0 auto;
	display: inline-block;
}
.fltlft { /* this class can be used to float an element left in your page. The floated element must precede the element it should be next to on the page. */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class can be placed on a <br /> or empty div as the final element following the last floated div (within the #container) if the #footer is removed or taken out of the #container */
	clear:both;
	height:0;
	font-size: 1px;
	line-height: 0px;
}

.hold {
	text-align: center;
}
