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

.rbar {float: right;margin-right:15px;}
.rbab{width: 180px; max-width:100%; }
.media-alert { text-align: center; margin: auto; padding: 10px; }
.footlogo { width: 200px; margin: auto; margin-bottom:30px; }
h2 { font-style: italic; }

.x-tweet{width:47px;}

/* sticky header background, in case option is checked */
.sticky-top > #hero-plus-header {
    background-color:  #fff; 
    webkit-box-shadow: 0px 1px 5px 0px rgba(0,0,0,0.75);
    -moz-box-shadow: 0px 1px 5px 0px rgba(0,0,0,0.75);
    box-shadow: 0px 1px 5px 0px rgba(0,0,0,0.75);
}

@media (max-width:970px) {
    .rbar {
        display: none;
    }
}

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

#row {
    display: flex;
}

@media (min-width: 576px) {
    .card-columns {
        column-count: 4;
    }
}

.card-title {
    display: none;
}

.col-lg-3 {
    -ms-flex: 0 0 16%;
    flex: 0 0 16%;
    max-width: 16%;
}

.vid-inline {
    width: 40%;
    margin: 10px;
    float: right;
}

/*Header Box*/
#hero-plus-header {
    display: block;
}

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

/*Body Box*/
#hero-plus-body {
    font-size: 18px;
    font-family: "Roboto Condensed", san-serif;
    color: #fff;
    background: #ffffff;
}

/*Footer Box*/
#hero-plus-footer {
    display: block;
    padding: 30px;
    text-align: center;
    background: #ffffff;
}

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

.side {
    color: #fff;
    float: right !important;
    margin: 1%;
    width: 35%;
    background: #22265a;
    padding: 2%;
    text-align: center;
    font-weight: bold;
    border-radius: 4px;
}

.link {
    display: block;
    font-weight: bold;
    color: #00491E !important;
    font-size: 24px;
}

#txt {
    padding: 2% 10%;
    color: #000000;
}

.col-lg-3 {
    -ms-flex: 0 0 16%;
    flex: 0 0 16%;
    max-width: 16%;
}
.tq {
    text-align: center;
    font-size: 1.5em;
    display: block;
    border-bottom: solid green;
    margin: 30px auto;
    font-weight: bold;
    text-transform: capitalize;
}
#gallery {
    padding: 3% 5% 2%;
    background: #00983d;
    width: 100%;
}

#gallery h2 {
    display: none;
}

.card-body {
    /* display: none; */
}
.logo{width:360px;}

.logo2 {width: 100px;
    margin: 5px;}
.logo {
  margin: 14px 15px;
}
.logo1 {
  margin: 10px 15px;
  width: 280px;
}

.ft-logo {
    margin: 5px auto;
    margin-bottom: 20px;
}

.hero {
    max-width: 100%;
}

.ctab, .ctab:visited {
    background: #58ba47;
    text-align: center;
    margin: 10px;
    font-size: 20px;
    text-decoration: none!important;
    color: #fff;
    padding: 15px;
    font-weight: bold;
}

.ctab:hover {
    opacity: 0.8;
    background: #58ba47;
    color: #fff;
    text-decoration: none!important;
}

a, a:visited, a:hover, a:active { color: #58ba47; }
.soc, .soc:visited {
    color: #00491E;
    padding: 5px;
    margin: 5px;
    text-align: center;
    display: inline-block;
    vertical-align: middle;
}

.soc:hover {
    opacity: 0.8;
    color: #00491E;
}

.tweet {
    font-family: "Signika Negative", san-serif;
    font-weight: bold;
    color: #d15410;
    font-size: 1.5rem;
}

h1 {
    text-align: center;
    font-size: 2.5rem;
    color: #00491E;
    font-family: "Roboto", san-serif;
    margin-bottom: 20px;
}

h2 {
    text-align: center;
    font-size: 1.7rem;
    margin: 20px 0px 40px;
    color: #000000;
    font-family: "Roboto", san-serif;
}

@media only screen and (max-width: 768px) {

.logo{width:160px;}

.ctab, .ctab:visited {
    background: #58ba47;
    text-align: center;
    margin: 2px;
    font-size: 17px;
    text-decoration: none!important;
    color: #fff;
    padding: 10px;
    font-weight: bold;
}


h1{font-size:1.85rem}
.rbar { display:none;}

.col-lg-3 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
}
    .ctab {
        display: block;
    }

    .logo {
        margin: 0px auto;
        display: block;
    }

    .side {
        float: none;
        width: 100%;
        margin: 20px auto;
    }

    .card-columns {
        -webkit-column-count: 1;
        -moz-column-count: 1;
        column-count: 1;
        -webkit-column-gap: 1.25rem;
        -moz-column-gap: 1.25rem;
        column-gap: 1.25rem;
        orphans: 1;
        widows: 1;
    }

    #gallery {
        padding-top: 30px;
        margin-bottom: 20px;
    }
}