/*-------------- Fonts --------------*/

body {
    font-family: 'Source Sans Pro', sans-serif;
    color: #000;
}
h1 {
    font-family: 'Playball', sans-serif;
    color: #600;
font-size:50px;
}
h1, h2, h3, h4, h5, h6 {
    font-family: 'Oswald', sans-serif;
    color: #000;
}
h1.playhouse {
    font-family: 'Playball', sans-serif;
    color: #600;
font-size:50px;
}
p, .page li { font-size:16px; }
.default .managetop { margin-top:30px; }

/*-------------- 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;
    margin-bottom: 30px;
}
.page-wrap {
    background: #efefef;
/*margin-top: 50px;*/
}
.page img {
    border: 1px solid rgba(0, 0, 0, 0.4);
    padding: 5px;
}
.page-wrap>.container {
    background: white;
/*
    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/bg-home.jpg');
    background-attachment: fixed;
    background-size: cover;
    background-position: center;
    padding: 10%;
    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 h1, .bg-image2 h2, .bg-image2 h3 {
    font-family: 'Source Sans Pro', sans-serif;
text-align:center;
color:white;
text-weight:bold;
text-shadow:0 0 3px black;
}



/* -------------- Home Header Text --------------*/

.header-top {
    position: relative;
    overflow: hidden;
    height: 630px;
}
.header-message {
    text-align: center;
    position: absolute;
    top: 10%;
    left: 5%;
    z-index:1;
}
.header-message > img {
    width: 200px;
}
.header-message > h1 {
    background: rgba(0, 0, 0, 0.5) none repeat scroll 0 0;
    border-top: 1px solid #fff;
    color: #fff;
    font-size: 9em;
    font-weight: 700;
    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.5em;
    font-weight: 700;
    margin-top: 40px;
    text-align: center;
    text-shadow: 0 0 5px black;
}
.appleMobile .header-message > h1 {
    font-size: 5.5em;
}
.appleMobile .header-message > h3 {
    font-size: 4em;
}
.appleMobile .header-top {
    height: 600px;
}
/*-------------- Inner pages use jumbotron header --------------*/

.jumbotron {
    background: rgba(0, 0, 0, 0) url("/site/jumbo-1.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: 8em;
    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);
*/
}
/*-------------- 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-expand-md .navbar-nav {
	margin-left: auto;
}
.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-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;*/
padding:0;
margin:0;
}
.navbar-brand img {
  height: 80px;
  margin: 0px ;
  padding: 0px ;
  position: absolute;
  top:0;
}

.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");
}

#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: 5em;
    font-weight: 700;
    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(max-width:1024px) {
    .appleMobile .header-top {
        height: 500px;
    }
    .header-top {
        height: 500px;
    }
}
@media(max-width:768px) {
.bg-image2 {
        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: 380px;
    }
    .appleMobile .header-top {
        height: 380px;
    }
    .content-section-1 h2,
    .content-section-2 h2 {
        font-size: 2.5em;
        margin-top: 0;
    }
    .header-message {
        padding-bottom: 15%;
        margin-top: 25px;
    }
    .header-message > h1 {
        font-size: 4em;
    }
    .header-message > h1.small {
        font-size: 3em;
    }
    .jumbotron h1 {
        font-size: 3em;
    }
    .intro-divider {
        width: 100%;
    }
    .navbar { padding: 10px; }
}

@media(min-width:768px) and (max-width:992px) {
    .header-message h1 {
        font-size: 8em;
    }
    .header-message h1.small {
        font-size: 5.7em;
    }
}
@media(max-width:414px) {
    .header-top {
        height: 200px;
    }
    .appleMobile .header-top {
        height: 200px;
    }
    .header-message h1 {
        font-size: 2em;
    }
    .header-message h1.small {
        font-size: 1em;
    }
    .appleMobile .header-message > h1 {
        font-size: 3em;
    }
    .appleMobile .header-message > h3 {
        font-size: 2em;
    }
}
@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;
    }
}
@media(max-width:767px){
.navbar-brand img{
margin-left:30px;
}
.header-top{
min-height:300px;
}
.carousel-inner .item img{
max-width:200%;
width:200%;
overflow:hidden;
background-position:center;
}
}
@media only screen and (max-width: 1500px) {
        .swiper-img img {
          width: 1500px !important;
          height: auto !important; 
        }
    }
@media only screen and (max-width:768px) {
        .swiper-img img {
          width: 768px !important;
          height: auto!important; 
        }
    }
