﻿/*!
 * Site designed by: Jordan Zoucha of Sandhills Publishing.
 */

header {
    height: 84px;
padding:0 calc(2.5rem + ((1vw - 7.68px) * 9.5486));
    display: flex!important;
    justify-content: space-between;
    align-items: center;
    background: rgba(33,33,33,.8);
    z-index: 99999;
    position: absolute;
    width: 100vw;
	box-sizing: border-box;
}

.otherPage header {
    position: relative;
    width: auto
}
#home header {
    justify-content: center
}
#logo {
    margin-right: 140px;
    font-family: 'Josefin Slab', serif;
    font-weight: 700;
    font-size: 18px;
    line-height: 51.56px;
    letter-spacing: 1.78px;
    color: #fdc838;
    color: #fdc838
}
#home #logo {
    display: none
}
#logo img {
    width: 268px
}
#menu-button {
    display: none
}
nav.mobile {
    display: none
}
nav.primary {
width:calc(26.625rem + ((1vw - 7.68px) * 19.9653))
}
nav.primary ul {
    display: flex;
    justify-content: space-between
}
nav.primary a {
    text-align: center;
    text-decoration: none;
    font-weight: 400;
    font-style: normal;
    font-family: 'Josefin Slab', serif;
    font-weight: 700;
    font-size: 18px;
    line-height: 51.56px;
    letter-spacing: 1.78px;
    color: #fff;
    color: #f2f2f4
}
nav.primary a:hover {
    color: #fff;
    text-shadow: 0 0 3px #000
}
nav.primary ul li li a {
    font-size: 27px;
    padding: 14px 10px 8px;
    text-align: left;
    color: #d8cbc7;
    border-right: none;
    border-left: none
}
nav.primary ul ul {
    position: absolute;
    display: none
}
nav.primary ul ul ul {
    position: absolute;
    top: 0;
    left: 100%
}
nav.primary ul li:hover>ul {
    line-height: 1.8;
    z-index: 9999;
    display: block
}
nav.primary ul ul li {
    position: relative;
    display: block;
    float: none;
    width: 200px;
    margin: 0;
    background: #1a1a1a
}

@media screen and (max-width:767px) {
.slideDown {
    top: 46px;
    -webkit-animation: .4s ease-out 0s 1 slideIn;
    animation: .4s ease-out 0s 1 forwards slideIn
}
.slideUp {
    -webkit-animation: .4s ease-out 0s 1 slideOut;
    animation: .4s ease-out 0s 1 slideOut;
}
nav.primary {
    display: none
}
#menu-button {
    position: relative;
    z-index: 9999;
    display: inline-block;
    width: 74%;
    text-align: center;
    background: rgba(33,33,33,.8)
}
#menu-button a {
    font-family: 'Josefin Slab', serif;
    font-size: 19px;
    font-weight: 400;
    text-align: left;
    text-decoration: none;
    color: #f2f2f4;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    padding: 14px 0;
    align-items: center
}
#menu-button i {
    font-size: 18px!important
}
.menu-toggle .fas {
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center
}
nav.mobile {
    position: absolute;
    z-index: 99998;
    display: block;
    visibility: hidden;
    overflow: auto;
    width: 100%;
    height: auto;
    background: rgba(33,33,33,.8);
}
nav.mobile .social-media {
    font-size: 16px;
    position: relative;
    display: inline-block;
    padding: 0 0 0 15px;
    text-decoration: none;
    word-spacing: 13px;
    color: #ccc!important
}
nav.mobile .social-media a:link, nav.mobile .social-media a:visited {
    text-decoration: none;
    color: #ccc
}
nav.mobile .social-media a:active, nav.mobile .social-media a:hover {
    text-decoration: underline;
    color: #fff
}
nav.mobile .mobile_top {
    font-size: 18px;
    font-weight: 400;
    position: relative;
    display: block;
    margin: 50px 0 10px 0;
    padding: 0;
    color: #999
}
nav.mobile .menu-toggle {
    font-family: Arial, sans-serif;
    font-size: 24px;
    font-weight: 700;
    line-height: 1;
    position: absolute;
    top: -38px;
    right: 13px;
    padding: 3px 8px 3px;
    text-decoration: none;
    color: #999;
    background: #222
}
nav.mobile .menu-toggle:hover {
    color: #fff
}
nav.mobile ul {
    font-weight: 300;
    margin: 0;
    padding: 0;
    list-style: none
}
nav.mobile ul li {
    position: relative
}
nav.mobile ul li a {
    font-family: 'Josefin Slab', serif;
    font-size: 14px!important;
    position: relative;
    display: block;
    padding: 10px;
    text-align: center;
    text-decoration: none;
    color: #f2f2f4
}
nav.mobile ul li a:hover {
    color: #fff;
    border-left: 4px #fdc838 solid;
    background: #212121;
    border-right: 4px #fdc838 solid
}
nav.mobile ul li li:last-child {
    border: none
}
nav.mobile ul li li a {
    position: relative;
    display: block;
    padding: 10px 10px 10px 15px;
    text-decoration: none;
    color: #d0d0d0;
    border-left: 4px #444 solid;
    background: #444
}
nav.mobile ul li li a:hover {
    background: #000
}
nav.mobile ul li li li:last-child {
    border: none
}
nav.mobile ul li li li a {
    position: relative;
    display: block;
    padding: 10px 10px 10px 25px;
    text-decoration: none;
    color: #ccc;
    border-left: 4px #555 solid;
    background: #555
}
nav.mobile ul li li li a:hover {
    background: rgba(85,85,85,.5)
}
nav.mobile ul li .click {
    position: absolute;
    z-index: 12399994;
    top: 0;
    right: 0;
    display: block;
    width: auto;
    height: auto;
    padding: 10px 20px;
    cursor: pointer;
    color: #fff
}
.nav-footer {
    font-size: 14px;
    line-height: 16px;
    position: relative;
    padding: 15px 0;
    text-align: center;
    color: #1b1b1b
}
nav.mobile ul li a .fa {
    font-weight: 100;
    width: 25px;
    margin: 0 6px 0 0;
    padding: 8px 3px;
    text-align: center;
    border-radius: 30px;
    background: #292929;
    text-shadow: 1px 1px 1px rgba(0,0,0,.3)
}
nav.mobile ul li .fa-chevron-down {
    color: #1a1a1a
}
}

@media screen and (max-width:1000px) {
#logo {
margin-right:calc(3.125rem + ((1vw - 7.68px) * 38.7931))
}
#logo img {
width:calc(14.875rem + ((1vw - 7.68px) * 12.931))
}
}

@media screen and (max-width:767px) {
header {
    flex-direction: column;
    padding: 0;
    height: auto;
    background: 0 0
}
#logo {
    display: none
}
#home header {
    padding: 0 0
}
#logo {
    margin-right: 0
}
#logo img {
    width: 100%
}
#menu-button {
    width: 100%
}
div#banner img {
    margin-top: 46px
}
}

@media screen and (max-width:450px) {
#menu-button {
    width: 100%
}
}
