/* sticky header background, in case option is checked */

@import url('https://fonts.googleapis.com/css2?family=Roboto+Slab:wght@700&family=Roboto:ital,wght@0,400;0,700;1,400;1,700&display=swap');

#toggle a {
    text-decoration: none !important;
    text-align: center;
    margin: 0px auto;
    display: block;
}

.sticky-top > #hero-plus-header {
    background-color: white;
}

.right{float:right; width:42%; margin:2%;}

.play-overlay { opacity: 0.5; }

.card-body {
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    padding: 1.25rem;
    color: #000;
    text-align: center;
    display: none;
}

.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 {     
    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: 10px 20px;
    margin: 0px auto;
    width: 220px;
}

.ctab, .ctab:visited {
    background: #000;
    margin: 12px;
    padding: 10px 15px;
    color: #fff!important;
    text-decoration: none !important;
       background-color: #fedb00;
    color: #1e1e1e;
    font-size: 20px;
font-family: 'Roboto Slab', serif; 
}

.ctab:hover, .ctab:active, .ctab:focus {
 
background:#0077c7;
color:#000; 
}

.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: #fff;
}

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

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

.hero {
    max-width: 100%;
}

#gallery {
    background-color: #0077c7;
    background-size: cover;
    padding: 3% 14%;
}

#gallery h2 {
    display: none;
}

#txt {
    /* background: #000; */
    padding: 2% 14%;
font-family: 'Roboto', sans-serif;
}

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

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


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

/*Footer Box*/
#hero-plus-footer {
    border-top: 1px solid ##666666;
      background: #231f20;
    color: #fff;
    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) {

.right{float:right; width:96%; margin:2%;}
#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; }

#txt {
    /* background: #000; */
    padding: 2% 4%;
font-family: 'Roboto', sans-serif;
}

    #hero-plus-footer {
    
        padding: 30px;
        display: block;
        text-align: center;
    }
    .top-video {
        width: 100%;
        float: none;
        margin: 0px auto 40px auto;
    }
}