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

.lightbox > .img-fluid {
    max-height: 100% !important;
}

.img-fluid {
box-shadow: 1px 4px 5px 4px #dcdcdc;
}

body {
    font-family: 'Arial';
}

#txt {
    padding: 2% 14%;
}

#gallery {
    padding: 3% 8%;
}

#gallery h2 {
    display: none;
}

.hero {
    max-width: 100%;
}

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

.logo {
    width: 150px;
    max-width: 150px;
    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 {
}

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

.ctab, .ctab:visited {
    background-color: #ff6400;
    border-radius: 3px;
    color: #fff;
    text-decoration: none !important;
    padding: 15px 30px;
    font-weight: bold;
    font-size: 100%;
    margin: 46px;
    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: #d0d7d5;
    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 {
    background-color: #447355;
    color: #fff;
     height: 65px; 
    padding: 10px 10px 5px;
    text-align: center;
}

.play-overlay {
    position: absolute;
    color: #ff6400;
    background-color: rgba(0,0,0,0.0);
    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: #ff6400;
}

h2 {
    font-style: italic;
    font-size: 1.3em;
    margin: 30px 0px 30px;
    text-align: center;
}

/*Change icons size here*/
.social-icons .fab {
    font-size: 1.8em;
}

/*Change icons circle size and color here*/
.social-icons .fab {
    width: 50px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    background: #ff6400;
    border-radius: 30px;
    color: #d0d7d5;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.social-icons.icon-circle .fa {
    border-radius: 50%;
}

.social-icons.icon-rounded .fa {
    border-radius: 5px;
}

.social-icons.icon-flat .fa {
    border-radius: 0;
}

.list-unstyled {
    padding-left: 0;
    list-style: none;
}

.list-inline li {
    display: inline-block;
    padding-right: 5px;
    padding-left: 5px;
    margin-bottom: 10px;
}

@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;
    }
}