body {
	background:transparent;
	border-top: 5px solid #382602;
}

a {
	color:#1f313f;
}
.dark-red {color:#550404;}

.clear{clear:both;}


/* HEADER ==================================== */

header {
	
	font-family: 'Oswald', Tahoma, Helvetica, sans-serif;
	font-weight: 400;
	text-transform:uppercase;
}
.site-title{
	font-family: 'Merriweather', Georgia, Times, Times New Roman, serif;
	font-size:.75em;
	
}

.header-top{
	background: #b09663;
	color:#fff;
	padding:6px;
}
.header-top a {
	color:#fef7ec;
	font-size: 1em;
}

.logo {
	position:absolute;
	top:-6px;
	left:30px;
	z-index:100;
}

.aux-nav div {
	float:right;
	padding-right:15px;
}
.header-middle{
	background:#f8f0de url('../images/interface/stripes-medium.jpg');
	padding: 10px;
}
.header-middle a {
	
}
.contact-social-weather {
	font-size: 1.25em;
	float:right;
	
	padding-right:25px;
}
.contact-social{
	float:left;
	padding-right:30px;
}
.weather-widget {
	float:left;
	
}
/* HOME PAGE ==================================== */
.home-top {
	position:relative;
	min-height: 700px;
	width:100%;
	
}
.home-blocks {
	position:absolute;
	bottom:50px;
	z-index: 40;
	width:100%;
}
.home-blocks .columns{
	
	
}
.home-block {
	
	font-family: 'Merriweather', Georgia, Times, 'Times New Roman', serif;
	font-size: 13px;
	line-height: 16px;
	color:#1f1500;
	
	
}

.home-block h2{
	font-family: 'Oswald', sans-serif;
	color:#f9f4ea;
	text-transform: uppercase;
	font-size:18px;
}
.home-block .card-divider {
	padding:.55em;
}
.block-1, .block-2, .block-3 {
	margin:0 auto;
	width:300px;
	border:1px solid #fff;
	background:rgba(252,252,251,.85);
	height:220px;
}


.block-1 .card-divider{
	background:#472b62;
}
.block-2 .card-divider{
	background:#8a0304;
}
.block-3 .card-divider{
	background:#35566f;
}

.home-middle {
	padding:40px 0;
	background:#d9d2c3;
}

.home-bottom {
	padding:40px 0;
	background:#fcfbf9;
}
.section-title {
	padding:10px;

}
.home-middle a, .home-bottom a{
	color:#fcfcfb;
	font-family: 'Oswald', sans-serif;
	padding: 10px;
	margin-bottom:40px;
	background:#35566f;
	font-size: 1.25em;
	text-transform: uppercase;
	display:inline-block;
}
.home-bottom a{
	background:#d69515;
}
/* SECONDARY PAGES -============================= */
.content {
	background:#f6f3eb url('../images/interface/bg-secondary.jpg')top center no-repeat;
	position:relative;
	
}
.content-wrap {
	background:rgba(252,252,251,.85);
	padding-top:55px;
	padding-left:20px;
}
.left-col {
	background:#f9f5ec;
	border:4px solid #fbf0dc;
	padding:30px;
	
}
.left-col .card-divider {
	
	}
.left-col .card-divider h3 {
	font-family: 'Oswald', sans-serif;
	font-weight: 600;
	font-size: 1em;
	line-height: 1em;
	text-transform: uppercase;
	color:#fff;
}
.right-col {
	padding:30px;
}

.content h1 {
	font-family: 'Oswald', sans-serif;
	
}

/* MAIN NAV ===================================== */
.main-nav {
	font-family: "Oswald", Tahoma, Helvetica, sans-serif;
	text-transform: uppercase;
	font-weight:400;
	position:absolute;
	top:0;
	left:0;
	width:100%;
	z-index: 500;
}
.main-nav a {
	color:#fff;
}
ul.dropdown .menu {
	z-index: 200;
}

.top-bar, .top-bar ul {
    background: rgba(57,65,4,.8);
}
.top-bar {
  padding: 0.5rem; }
  .top-bar::before, .top-bar::after {
    display: table;
    content: ' '; }
  .top-bar::after {
    clear: both; }

  .top-bar input {
    max-width: 200px;
    margin-right: 1rem; }
  .top-bar .input-group-field {
    width: 100%;
    margin-right: 0; }
  .top-bar input.button {
    width: auto; }
  .top-bar .top-bar-left,
  .top-bar .top-bar-right {
    width: 100%; }
  @media print, screen and (min-width: 40em) {
    .top-bar .top-bar-left,
    .top-bar .top-bar-right {
      width: auto; } }
  @media screen and (max-width: 63.9375em) {
    .top-bar.stacked-for-medium .top-bar-left,
    .top-bar.stacked-for-medium .top-bar-right {
      width: 100%; } }
  @media screen and (max-width: 74.9375em) {
    .top-bar.stacked-for-large .top-bar-left,
    .top-bar.stacked-for-large .top-bar-right {
      width: 100%; } }

.menu.dropdown .submenu > li > a:hover {
    background-color: #b09663;
}


/* Home info blocks ============================= */


/* SLICK SLIDER  ===================================*/
.slick-slider {
	position: absolute !important;  
	width: 100%;  
	z-index: -1;
	height: 100%;
}

.a-slide{
  height: 100%;
  width: 100%;
  background-size: cover !important;
  
}
.slick-list,
.slick-track {
  height: 100%;
}




/* FOOTERS =========================================*/

.main-footer {
	background: #c2a773 url('../images/interface/stripes-dark.jpg');
	position:relative;
	padding:30px 0;
}
.bottom-footer {
	background:#000;
	color:#fff;
	padding:8px;
}
/* MEDIA QUERIES ===================================*/
/* Small only--less than 640px */
@media screen and (max-width: 39.9375em) {
	.logo {
		width:265px;
		left:0px;
		right:0px;
		margin:0 auto;
	}
	.logo img {margin:0 auto;}
	.header-middle {
    
    padding:150px 0 20px 0px;
	}
	.site-title {text-align: center;}
	.social-box {display:none;}
	.contact-social-weather {padding:0;margin:0 auto;float:none;font-size:1.65em;}
	.contact-social {float:none;margin:0 auto;padding:0;text-align: center;}
	.main-nav{position:relative;}
	.home-blocks {
		position:relative;
		top:auto;
		margin-top:80px;
	}
	.goaway {display:none;}
	
}

/* Medium and up--640px and wider */
@media screen and (min-width: 40em) {
	.site-title {padding-left:310px;}
}

/* Medium only */
@media screen and (min-width: 40em) and (max-width: 63.9375em) {
	
	
}

/* Large and up--1024px and wider */
@media screen and (min-width: 64em) {
	
	
}

/* Large only */
@media screen and (min-width: 64em) and (max-width: 74.9375em) {}