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

/* sticky header background, in case option is checked */
.sticky-top > #hero-plus-header {
    background-color: #fff;
}
.shopright { float: right; margin-right: 2em; }
.gcenter { margin: auto; text-align: center; }

h2 {
font-family: 'Montserrat', sans-serif;
    padding: 2% 2% 2% 2%;
    font-weight: normal;
    font-style: italic;
    text-align: center;
}
.side {
    float: right !Important;
    margin: 1%;
    width: 40%;
}

.gallery-inline {
padding:55px 10% 35px 10%;
background-image:url('images/1369329_April2022_Spotlight_BACKGROUND_NEW3333.jpg');
  background-repeat: no-repeat;
background-size:cover;
  background-attachment: fixed;
  background-position: center;
}

.gallery-inline h2 {
    display: none;
}

.card-body {
    display: none;
}

.img-fluid {
    max-width: 100%;
    height: auto;
    border: 2px solid #04f9df;
    border-radius: 6px;
}

#txt {
    padding: 2% 15%;
    font-size: 18px;
    line-height: 175%;
}

h1 {
    text-align: center;
    font-weight: 700;
    font-size: 2.15rem;
 font-family: 'Montserrat', sans-serif;
text-transform:uppercase;
}

.card-title {
    margin-bottom: .15rem;
    text-align: center;
    font-size: 1em;
}

.tq {
    background: #122344;
    text-align: center;
    font-style: italic;
    padding: 30px;
    margin: 20px auto;
    color: #fff;
    font-weight: 700;
   font-family: 'Montserrat', sans-serif;
}

/*Header Box*/
#hero-plus-header {
    align-items: start;
font-family: 'Montserrat', sans-serif;
}

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

/*Body Box*/
#hero-plus-body a, #hero-plus-body a:active, #hero-plus-body a:link { color: #e60d2e; }
#hero-plus-body a:hover {  color:#e60d2e;  }
#hero-plus-body {
   
    color: #000;
font-family: 'Montserrat', sans-serif;}

/*Footer Box*/

.soc, .soc:visited {
    color: #000;
    padding: 5px;
    margin: 20px;
margin-top:40px;
    display: inline-block;
font-family: 'Montserrat', sans-serif;
}

.soc:hover { color: #e60d2e; }

.link, .link:visited, .link:hover {
   display:block;
width:180px;
margin:0 auto;

}

#hero-plus-footer {
    background:#fff;
    text-align: center;
    padding: 20px 0;
    display: block;
  font-family: 'Montserrat', sans-serif;
}

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

.card-columns {
    -webkit-column-count: 2;
    -moz-column-count: 2;
    column-count: 2;
}

#galry {
    padding: 10px 10%;
}

#galry h2 {
    display: none;
}

.logo {
    margin: 15px; width:150px;
}

.hero {
    max-width: 100%;
}

.ctab {
    background:#e60d2e;
    color: #fff!important;
    padding: 12px;
    font-size: 120%;
    display: block;
    text-align: center;
    text-decoration: none;
    max-width: 100%;
    border-radius: 3px;
    margin: 15px 15%;
    font-weight: 700;
 font-family: 'Montserrat', sans-serif;
transition: background .5s;
transition: color .5s;
}

.ctab:hover {
    background: #eee;
    color: #000 !important;
    text-decoration: none !important;
transition-timing-function: ease-in;
}

#gallery {
    padding: 2% 15%;
    background: #eee;
}



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

#txt {
    padding: 2% 5%;
    font-size: 17px;
    line-height: 145%;
}

h1 {
    text-align: center;
    font-weight: 700;
    font-size: 1.5rem;
    font-family: 'Montserrat', sans-serif;
    text-transform: uppercase;
}


h2 {
    font-family: 'Montserrat', sans-serif;
    padding: 2% 2% 2% 2%;
    font-weight: normal;
    font-style: italic;
    text-align: center;
    font-size: 115%;
}

    #vidline, .twfeed {
        float: none;
        margin-left: 0;
        margin-bottom: 0;
        width: 100%;
    }

    #hero-plus-header {
        align-items: start;
        display: block;
    }

    .logo {
        margin: 10px auto;
        display: inline-block;
        width: 100px;
    }

    .ctab {
        width: 100%;
        text-align: center;
        margin: 20px auto;
font-weight:400;
line-height:120%;
padding:8px;
font-size:115%;
    }

    .card-columns {
        -webkit-column-count: 1;
        -moz-column-count: 1;
        column-count: 1;
    }

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