/*-------------- Fonts --------------*/

body {
    font-family: 'Source Sans Pro', sans-serif;
    color: #000;
}
h1,h2,h3,h4,h5,h6 {
    font-family: 'Josefin Sans,Oswald', sans-serif;
    color: #000;
}
p { font-size:16px; }
/*-------------- Flexbox grid --------------*/

.flex-container {
    display: flex;
    margin-top: 20px;
    align-items: baseline;
}
.flex-item-4 {
    display: flex;
    flex-direction: column;
    flex: 0 1 23.5%;
    background: transparent;
    padding: 20px;
}
.flex-item-3 {
    display: flex;
    flex-direction: column;
    flex: 0 1 33%;
    background: transparent;
    padding: 20px;
}
.flex-content h2 {
    color: #000;
    font-size: 24px;
    text-align: center;
}
.flex-content p,
.flex-content li {
    color: #000;
}
.flex-content ul {
    margin-bottom: 20px;
}
.flex-content hr,
.logos hr {
    width: 25%;
    height: 3px!important;
    border: none!important;
    background-color: #EDBC1F!important;
    text-align: left;
}
@media(max-width:992px) {
    .flex-container {
        flex-flow: row wrap;
        justify-content: space-between;
    }
    .flex-item-4,
    .flex-item-3 {
        flex: 0 1 48%;
        margin: 10px auto;
    }
}
@media(max-width:600px) {
    .flex-item-4, .flex-item-3 {
        flex: 0 1 98%;
        margin: 10px auto;
    }
}
/*-------------- Page Styles --------------*/

.page h1.page {
    text-align: center;
    text-transform: uppercase;
    margin-bottom: 30px;
}
.page-wrap {
    background: #efefef;
}
.page img {
    border: 1px solid rgba(0, 0, 0, 0.4);
    padding: 5px;
}
.page-wrap>.container {
    background: #B1BF82;
    padding-right: 0;
}
/*-------------- Anchor styles --------------*/

a>h3 {
    color: #404729;
    transition: all .5s ease;
}
a>h3:hover {
    color: #658549;
}
/*-------------- Background Images --------------*/

.bg-image1 {
    background: url(/site/100_0214.jpg) 0 0 repeat;
    background-position: center center;
    background-size: cover;
    height: 600px;
}
.bg-image1 {
    background: url(#) no-repeat center / cover;
    height: 400px;
    box-shadow: inset 0 8px 8px -8px rgba(0, 0, 0, 0.8), inset 0 -8px 8px -8px rgba(0, 0, 0, 0.8);
}
.bg-image2 {
    background: url(/site/field.jpg) no-repeat center / cover;
    background-attachment: fixed;
    height: 400px;
    box-shadow: inset 0 8px 8px -8px rgba(0, 0, 0, 0.8), inset 0 -8px 8px -8px rgba(0, 0, 0, 0.8);
}
/* -------------- Home Header Text --------------*/

.header-top {
    position: relative;
    overflow: hidden;
    height: 600px;
}
.header-message {
    text-align: center;
    position: absolute;
    top: 60%;
    left: 20%;
    right: 20%;
}

.header-message > h1 {
    background: rgba(0, 0, 0, 0.5) none repeat scroll 0 0;
    border-top: 1px solid #fff;
    color: #fff;
    font-size: 5rem;
    font-weight: 700;
    font-family: Josefin Sans;
    margin-bottom: 0;
    padding-top: 5px;
    text-align: center;
    text-transform: uppercase;
}
.header-message > h3 {
    background: rgba(0, 0, 0, 0.5) none repeat scroll 0 0;
    border-bottom: 1px solid white;
    color: white;
    font-size: 4em;
    margin: 0;
    padding: 0 !important;
}
.header-message > p {
    color: #fff;
    font-size: 3.5rem;
    font-weight: 700;
    margin-top: 40px;
    text-align: center;
    text-shadow: 0 0 5px black;
}
.header-message > img {
    width: 200px;
}
.appleMobile .header-message > h1 {
    font-size: 5.5rem;
}
.appleMobile .header-message > h3 {
    font-size: 4rem;
}
.appleMobile .header-top {
    height: 600px;
}
/*-------------- Inner pages use jumbotron header --------------*/

.jumbotron {
    background: rgba(0, 0, 0, 0) url("/site/field.jpg") no-repeat center center / cover;
    color: #f8f8f8;
    margin: 0;
    text-transform: uppercase;
    box-shadow: 0 3px 3px rgba(0, 0, 0, 0.3);
}
.jumbotron h1 {
    background: rgba(0, 0, 0, 0.5) none repeat scroll 0 0;
    padding: 15px 0;
    text-shadow: 2px 2px 3px rgba(0, 0, 0, 0.6);
    font-size: 4rem;
    color: var(--light);
    margin: 100px 0;
    border-top: 1px solid #fff;
    border-bottom: 1px solid #fff;
}
/*-------------- Sidebar --------------*/

#sidebar {
    /*background: #E9E4D2;
    box-shadow: inset 0 8px 8px -8px rgba(0, 0, 0, 0.8), inset 0 -8px 8px -8px rgba(0, 0, 0, 0.8);*/
    padding: 0px;
}
/*-------------- Misc styles --------------*/

hr {
    border: 0;
    height: 1px;
    background-image: linear-gradient(to right, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.75), rgba(0, 0, 0, 0));
}
.social {
    margin-top: 40px;
}
.fa-square {
    color: #3B5998;
}
/*------------- Background Carousel ---------------*/
.carousel-bg-item {
  position: fixed;
  z-index: -2;
  top: -16px;
}
.carousel-inner {
  position: relative;
  width: 100%;
  overflow: hidden;
  top: -16px;
}
.carousel-inner .item img {
    max-width: 100%;
    width: 100%
}
.carousel-inner .item {
    opacity: 0;
    transition-property: opacity;
}
.carousel-inner .active {
    opacity: 1;
}
.carousel-inner .active.left,
.carousel-inner .active.right {
    left: 0;
    opacity: 0;
    z-index: 1;
}
.carousel-inner .next.left,
.carousel-inner .prev.right {
    opacity: 1;
}
.carousel-control {
    z-index: 2;
}
@media all and (transform-3d),
(-webkit-transform-3d) {
    .carousel-inner > .item.next,
    .carousel-inner > .item.active.right {
        opacity: 0;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
    .carousel-inner > .item.prev,
    .carousel-inner > .item.active.left {
        opacity: 0;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
    .carousel-inner > .item.next.left,
    .carousel-inner > .item.prev.right,
    .carousel-inner > .item.active {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}
.carousel {
    z-index: -99;
}
.carousel .item {
    position: fixed;
    width: 100%;
    height: 100%;
}
/*------------- Affixed Nav ---------------*/

.navbar {
    margin-bottom: 0;
    padding: 0;
}
.navbar {
    background: #F8F8F8;
    width: 100%;
    border-radius: 0;
    box-shadow: 0 0 3px rgba(0, 0, 0, 0.5);
}
.nav-link {
  padding: 15px;
}
.navbar-expand-md .navbar-nav {
  justify-content: center;
}
.navbar-toggler {
  color: rgba(0, 0, 0, 0.5);
  border-color: rgba(0, 0, 0, 0.1);
}
.navbar-toggler-icon {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(0, 0, 0, 0.5)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E");
}
.navbar-static {
    width: 100%;
}
.navbar-nav {
    width: 100%;
    text-align: center;
}
.navbar-nav > li {
    float: none;
    display: inline-block;
}
.navbar .navbar-nav>li> a {
    color: #000;
}
.navbar .navbar-nav>li> a:hover {
    color: #999;
}
.navbar .navbar-nav>li> a.active {
    background: #658549;
    color: black;
}
.navbar .navbar-nav>li> a.active:hover {
    background: #658549;
    color: white;
}
.navbar-header .navbar-brand:hover {
    color: #ffde42;
}
.navbar-brand {
    display: none;
}
#nav.affix {
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 10;
}
#nav.affix-top {
    padding: 0;
}
#nav.container {
    width: 100%;
}
/*--------- content sections ---------------------*/

.content-section-1 img {
    margin-top: 30px;
}
.content-section-1 h2,
.content-section-2 h2 {
    text-transform: uppercase;
    font-size: 3rem;
    font-weight: 700;
    font-family: Josefin Sans;
    border-top: 1px solid #666;
    border-bottom: 1px solid #666;
    color: #000;
    text-align: center;
    padding: 10px 0;
    margin-top: 60px;
}
.content-section-3 h2,
.content-section-3 h3,
.content-section-3 p {
    color: #fff;
}
.content-section-2 .btn {
    margin-top: 20px;
}
.intro-message > h3 {
    text-shadow: 2px 2px 3px rgba(0, 0, 0, 0.6);
}
.button-text {
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 400;
    letter-spacing: 2px;
}
.content-section-1,
.content-section-2,
.content-section-3 {
    padding: 60px 0;
    background-color: #B1BF82;
    /* E9E4D2 */
}
/*---------------- Footer --------------------*/

footer {
    padding: 30px 0;
    background: #000;
}
footer span {
    color: #fff;
}
/* -------------- Media Queries ---------------*/

@media only screen and (min-width:768px) and (max-width:1024px) {
    .appleMobile .header-top {
        height: 500px;
    }
    .header-top {
        height: 500px;
    }
.header-message > h1 {
    background: rgba(0, 0, 0, 0.5) none repeat scroll 0 0;
    border-top: 1px solid #fff;
    color: #fff;
    font-size: 5rem;
    font-weight: 700;
    margin-bottom: 0;
    padding-top: 5px;
    text-align: center;
    text-transform: uppercase;
}
}
@media only screen and (max-width: 768px) {
    .header-message {
        top: 10%;
        left: 50%;
        transform: translateX(-50%);
        width:60%;

    }
    .header-message > h1 {
        font-size: 4rem;
    }
    .header-message > h1.small {
        font-size: 3rem;
    }
    .navbar { padding: 10px; }
}
@media only screen and (min-width:414px) and (max-width:768px) {
.bg-image2 {
        background: url(/site/field.jpg) no-repeat center / cover;
        background-attachment: scroll;
        height: 400px;
        box-shadow: inset 0 8px 8px -8px rgba(0, 0, 0, 0.8), inset 0 -8px 8px -8px rgba(0, 0, 0, 0.8);
    }
    .row {
        margin-left:0;
        margin-right:0;
    }
    .container{
        padding-left:0;
        padding-right:0;
    }
    .banner h2 {
        margin: 0;
        text-shadow: 2px 2px 3px rgba(0, 0, 0, 0.6);
        font-size: 3em;
    }
    .header-message img {
        width: 35%;
    }
    .header2 {
        height: 300px;
    }
    .header-top {
        height: 240px;
    }
    .appleMobile .header-top {
        height: 380px;
    }
    .content-section-1 h2,
    .content-section-2 h2 {
        font-size: 2.5rem;
        margin-top: 0;
    }

    .jumbotron h1 {
        font-size: 3em;
    }
    .intro-divider {
        width: 100%;
    }
}
@media(min-width:768px) and (max-width:992px) {
    .header-message h1 {
        font-size: 5rem;
    }
    .header-message h1.small {
        font-size: 4.7rem;
    }
}
@media(max-width:414px) {
    .header-top {
        height: 200px;
    }
    .appleMobile .header-top {
        height: 200px;
    }
    .header-message h1 {
        font-size: 2rem;
    }
    .header-message h1.small {
        font-size: 1rem;
    }
    .appleMobile .header-message > h1 {
        font-size: 3rem;
    }
    .appleMobile .header-message > h3 {
        font-size: 2rem;
    }
}
@media(max-width:375px) {
    .header-top {
        height: 185px;
    }
    .appleMobile .header-top {
        height: 185px;
    }
}
@media(max-width:320px) {
    .header-top {
        height: 160px;
    }
    .appleMobile .header-top {
        height: 160px;
    }
}

/*------ADDED------*/
.jumbotron h1 {
    font-family: Josefin Sans;
    font-weight: 700;
}
.img-fit {
    width: 100%;
}

    .row {
        margin-left:0;
        margin-right:0;
    }
@media (max-width: 450px) {
.content-section-1 h2, .content-section-2 h2 {
	font-size: 2.5rem;
}
}
