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

.play-overlay { opacity: 0.5; }

.footer-logo {
    width: 200px;
    max-width: 100%;
}

.top-video {
    width: 45%;
    float: right;
    max-width: 100%;
    margin: 0px 0px 90px 40px;
}

.top-video .card-body {
    display: none!important;
}

@media (min-width: 992px) {
.col-lg-3 {
    -ms-flex: 0 0 33.33333%;
    flex: 0 0 33.33333%;
    max-width: 33.33333%;
}
}

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

/*Header Box*/
#hero-plus-header {
}
#heroline .card-body { display: none; }
.bottomfoot { margin-top: 1em; }
#footphoto {     width: 15%;
    margin: auto;
    text-align: center;
    display: block; }
#footphoto .card-body { display: none; }
.click-tweet { font-weight: bold; float: right; width: 35%; margin: 3%; background: #F9EAE7; color: #a33411!important; padding: 20px; font-size: 1.3em; font-style: italic; }

#phoright { float: right; width: 20%; margin: 3%; }
/*Hero Box*/
#hero-plus-hero {
    align-items: start;
}

.logo {
    padding: 0px 20px;
    margin: 20px auto;
    width: 250px;
}

.ctab, .ctab:visited {
    background: #000;
    margin: 25px;
    padding: 10px 15px;
    color: #fff!important;
    text-decoration: none !important;
    text-transform: uppercase;
    font-size: 20px;
}

.ctab:hover, .ctab:active, .ctab:focus {
    background: #C13264;
    margin: 25px;
    padding: 10px 15px;
    color: #FFFBF8!important;
    text-decoration: none !important;
    font-size: 20px;
}

.link, .link:visited {
  background: #ffc2b2;
    padding: 15px;
    color: #a33411;
    text-decoration: none !important;
    text-transform: uppercase;
    font-size: 120%;
    margin: auto;
}

.link:hover, .link:active, .link:focus {
    color: #ffc2b2;
    background: #a33411;
}

.social-icons {
    width: 100%;
    margin: 20px auto 0px auto;
}

.soc,.soc:visited, .soc:hover {
    font-size: 24px;
    height: 30px;
    width: 30px;
    padding: 3px 7px;
    margin: 10px 5px;
    color: #C13264;
}

.h1, h1 {
    /* color:#fff; */
    font-size: 2rem;
    text-align: center;
    margin: 20px 0px 30px;
}

.h2, h2 {
    font-size: 1.6rem;
    text-align: center;
    margin: 0px 0px 30px;
    font-style: italic;
}

.hero {
    max-width: 100%;
}

#gallery {
    background: url('images/hpg_bckg.jpg') top left no-repeat;
    background-size: cover;
    padding: 2% 6%;
}

#gallery h2 {
    display: none;
}

#txt {
    /* background: #000; */
    padding: 2% 10%;
}

#txt p {
    /* color: #fff; */
}
#txt a:hover { color: #882146; }

#txt a, #txt a:visited {
    color: #C13264;
    text-decoration: underline;
}


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

/*Footer Box*/
#hero-plus-footer {
    border-top: 3px solid #F9EAE7;
    background: #FFFBF8;
    color: #C13264;
    text-align: center;
    padding: 50px;
}
.card-columns {
    -webkit-column-count: 2;
    -moz-column-count: 2;
    column-count: 2;
}
.card-body {
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    padding: 1.25rem;
    color: #000;
    text-align: center;
}

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

@media only screen and (max-width: 769px) {
#gallery { padding: 10px; }
#footphoto { width: auto; }
.ctab { width: 95%; margin: auto; text-align: center; }
.click-tweet { float: none; width: 100%; margin: 0; background: #000; }
#phoright { float: none; width: 100%; margin: 0; }
    #hero-plus-footer {
        background: #fff;
        color: #999999;
        padding: 50px;
        display: block;
        text-align: center;
    }
    .top-video {
        width: 100%;
        float: none;
        margin: 0px auto 40px auto;
    }
}