/* sticky header background, in case option is checked */
.sticky-top > #hero-plus-header {
    background-color: white;
}

body {
    font-family: 'Arial';
}

#txt {
    padding: 2% 14%;
}

#gallery {
    background: #87a28e;
    padding: 3% 8%;
}

#gallery h2 {
    display: none;
}

.hero {
    max-width: 100%;
}

/*Header Box*/
#hero-plus-header {
    align-items: start;
}

.logo {
    width: 250px;
    max-width: 250px;
    margin: 10px;
}

/*Hero Box*/
#hero-plus-hero {
}

/*Body Box*/
#hero-plus-body {
    font-size: 18px;
}

#gallery .col-lg-3 {
    -ms-flex: 0 0 25%;
    flex: 0 0 33.3%;
    max-width: 33.3%;
}

/*Footer Box*/
#hero-plus-footer {    display: block;
}

/* Control carousel arrow*/
.carousel-gallery-arrow {
}

.ctab, .ctab:visited {
    background-color: #447355;
    border-radius: 3px;
    color: #fff;
    text-decoration: none !important;
    padding: 15px;
    font-weight: bold;
    font-size: 100%;
    margin: 15px;
    text-align: center;
}

.ctab:hover {
    color: #fff;
    -webkit-transition: all .25s ease-out;
    -moz-transition: all .25s ease-out;
    transition: all .25s ease-out;
    opacity: .8;
}

.tweet {
    text-align: center;
    max-width: 100%;
    margin: auto;
    background-color: #6cb86a;
    padding: 15px;
    font-size: 2em;
    color: #efefef;
    flex-basis: 100%;
}

#hero-plus-footer {
    text-align: center;
    padding: 20px;
    background: #447355;
    padding: 30px;
}

#hero-plus-footer .col-md-6 {
    float: left;
}

.link {
    color: #333;
    text-decoration: none !important;
    display: block;
    padding: 5px;
    font-weight: bold;
    margin: 10px;
    font-size: 18px;
}

.socbox {
    margin-top: 20px;
}

.card-text {
    display: none;
}

h5 {
    font-size: 16px;
}

.card-body {display:none;
    background-color: #447355;
    color: #fff;
     height: 65px; 
    padding: 10px 10px 5px;
    text-align: center;
}

.play-overlay {
    position: absolute;
    color: #64a70a;
    background-color: rgba(0,0,0,0.2);
    font-size: 6em;
    top: 50%;
    left: 50%;
    text-decoration: none !important;
    bottom: 0;
    height: 1em;
    transform: translate(-50%, -50%);
}
.linkv {
    color: #64a70a;
    text-decoration: none !important;
    display: block;
    padding: 5px;
    font-weight: bold;
    margin: 10px;
    font-size: 18px;
}
.linkv:hover {
    color: #64a70a;
}
.link:hover {
    color: #64a70a;
}

h1 {
    font-size: 1.7em;
    margin: 20px 0px;
    text-align: center;
    font-weight: bold;
    color: #356044;
}

h2 {
    font-style: italic;
    font-size: 1.3em;
    margin: 30px 0px 30px;
    text-align: center;
}
.soc, .soc:visited, .soc:hover {
    color: #ffffff;
    padding: 5px;
    margin: 5px;
    text-align: center;
    display: inline-block;
    vertical-align: middle;
}


@media only screen and (max-width: 769px) {
    #hero-plus-header {
        align-items: start;
        display: block;
    }

    .logo {
        margin: 10px auto;
        display: block;
        text-align: center;
    }

    .ctab {
        margin: 20px auto;
        display: block;
    }
}