#Body div#slide {
    background: #f5f2ed;
}

.details a.button {
  background: #508554;
  border: 1px solid #6caf71;
  font-family: Helvetica, Arial, sans-serif;
  font-weight: bold;
}

#Home div.block.welcome {
  background-color: #f5f2ed;
  padding-bottom: 160px;
  background-image: url(/images/paper-tear-top.png), url(/images/tile-block-2.png);
}

#Home div.block.welcome .pad {
    width: 100%;
    max-width: 1024px;
    color: #84754f;
}

#Home div.block.welcome h2 {
  text-align: center;
  color: #372315;
}

.sxs.textphoto1 {
    background: #372315 url(/images/bg-left-image.png) bottom left no-repeat;
}

.sxs.textphoto1 h2 {
  color: #84754f;
}

a#logo {
    background-image: url(/images/logo-circle.png);
    width: 200px;
    height: 200px;
}

div#Video video {
  width: 191.777778vh;
}

#hero-nav {
    position: absolute;
    bottom: 0;
    z-index: 5;
    text-align: center;
}

#hero-nav a {
    color: #fff;
    text-transform: uppercase;
    text-align: center;
    padding: 0 22px;
    font-size: 16px;
    line-height: 64px;
    display: inline-block;
    margin: 0px -1px;
    background: rgb(0 0 0 / 50%);
}

#hero-nav:before {
    content: "";
    height: 64px;
    width: 100%;
    background: rgb(0 0 0 / 50%);
    left: -100%;
    position: absolute;
}

#hero-nav:after {
    content: "";
    height: 64px;
    width: 100%;
    background: rgb(0 0 0 / 50%);
    right: -100%;
    position: absolute;
}

#hero-nav a {
    transition: all ease .3s;
    text-decoration:none; 
}
#hero-nav a:hover {
    background:#000;
    transition: all ease .3s;
    text-decoration: none;
}

#hero-nav a:before {
    content: "";
    width: 40px;
    height: 40px;
    background-image: url(/images/cta-icon-hunting.png);
    background-size: 100%;
    display: inline-block;
    margin-right: 10px;
    vertical-align: middle;
}

#hero-nav a:nth-child(2):before {
    background-image: url(/images/cta-icon-gallery.png);
}

#hero-nav a:nth-child(3):before {
    background-image: url(/images/cta-icon-lodging.png);
}

#hero-nav a:nth-child(4):before {
    background-image: url(/images/cta-icon-shooting.png);
}

header p.cta a, #mobileNav div {
    border-color: #508554 !important;
}

.overlay-text h1.title {
    font-family: "Bebas Neue", sans-serif;
    font-size: 60px;
    line-height: 60px;
    padding: 0 0 5px;
}

.overlay-text h1.title span {
    display: block;
}

p.hero-subtitle {
    font-size: 16.9px;
    padding: 0;
}

.overlay-text div.bottom-tag {
    bottom: auto;
    top: 50%;
    transform: translateY(-50%);
    z-index: 5;
}

div#HomeSlideWrap {
    position: relative;
}

#HomeSlideWrap .overlay-text {
    background: none;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    height: auto;
    /* display: none; */
}

.overlay-text:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.03);
    background: -webkit-linear-gradient(180deg,rgba(0, 0, 0, 0.4) 20%, rgba(0, 0, 0, 0) 40%, rgba(0, 0, 0, 0) 100%);
    background: -moz-linear-gradient(180deg,rgba(0, 0, 0, 0.4) 20%, rgba(0, 0, 0, 0) 40%, rgba(0, 0, 0, 0) 100%);
    background: linear-gradient(180deg,rgba(0, 0, 0, 0.4) 20%, rgba(0, 0, 0, 0) 40%, rgba(0, 0, 0, 0) 100%);
}

footer .footer-logo img {
    width: 124px;
}

.reveal-logo a {
    background-size: 108px;
}

footer .connect {
    border-top: 0;
    border-bottom: 2px solid #29734a;
    background: #19110c;
}

footer .connect h5 {
    font-style: italic;
}

footer .connect .signup label {
    display: inline-block;
    line-height: 25px;
    vertical-align: middle;
    width: auto;
    float: none;
    margin-right: 5px;
    margin-top: 5px;
}

footer .connect .signup {
    width: auto;
}

footer .connect .signup input[type=text], footer .connect .signup input[type=email] {
    width: 240px;
    float: none;
    vertical-align: middle;
    border-color: #fff;
    margin-top: 5px;
}

footer .connect .signup button.small {
    float: none;
    width: auto;
    display: inline-block;
    vertical-align: middle;
    font-size: 14px;
    line-height: 28px;
    padding: 0 20px;
    background: #508554;
    border-color: #6caf71;
    text-transform: none;
    font-family: Helvetica, Arial, sans-serif;
    margin-left: 4px;
    margin-top: 5px;
}

div.block {
    background-color: #f5f2ed;
    padding-bottom: 160px;
    padding: 35px 0 100px;
    background-image: url(/images/paper-tear-top.png), url(/images/tile-block-2.png);
    background-position: bottom center, bottom center;
    background-repeat: repeat-x, no-repeat;
    background-size: 700px, 100%;
}