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

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

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

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

.black-gal{
width:100%; max-width:100%; background:#000; padding-bottom:20px;
}

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

.gallery-inline {
    padding-top: 25px;
background:#000;
padding:25px 12%;
}

.gallery-inline h2 {
    display: none;
}

.card-body {
    display: none;
}

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

h1{font-size: 48px;
font-family: 'Plus Jakarta Sans', sans-serif;
    font-weight: 700;
    color: #151415;
text-transform: uppercase
    padding-bottom: 40px;
    line-height: 61px;}

.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: 600;
 font-family: 'Plus Jakarta Sans', sans-serif;
}

/*Header Box*/
#hero-plus-header {
    align-items: start;
 font-family: "Gotham", Plus Jakarta Sans, sans-serif;
}

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

/*Body Box*/
#hero-plus-body a, #hero-plus-body a:active, #hero-plus-body a:link { color: #CF0A2C; }
#hero-plus-body a:hover { color: #CF0A2C }
#hero-plus-body {
    background: #fff; 
    color: #000;
  font-family: 'Plus Jakarta Sans', sans-serif;
}

/*Footer Box*/
.soc:hover { color: #CF0A2C; }
.soc, .soc:visited {
    color: #fff;
    padding: 5px;
    margin: 10px;
    display: inline-block;
font-family: 'Plus Jakarta Sans', sans-serif;
}

.link, .link:visited, .link:hover {
    color: #fff;
    display: block;
    margin: 5px auto;
    padding: 5px;
    font-size: 150%;
}

#hero-plus-footer {
    background: #151415;
    padding: 20px 0;
    display: block;
   font-family: 'Plus Jakarta Sans', 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:220px;
}

.hero {
    max-width: 100%;
}

.ctab {
      color: #fff!important;
    padding: 9px 20px;
    display: block;
    text-align: center;
    text-decoration: none;
    max-width: 60%;
margin:0 auto;
 font-family: 'Plus Jakarta Sans', sans-serif;
text-transform: uppercase;
    background: #CF0A2C;
    border: 1px solid #CF0A2C;
    color: #fff;
    font-weight: 700;
     border-radius: 37.5px;
    -moz-border-radius: 37.5px;
    -webkit-border-radius:37.5px;
    transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    margin-top: 10px;
margin-bottom:10px;
line-height:115%;
}

.ctab:hover {
    background: #eee;
    color: #000 !important;
    text-decoration: none !important;
}

#gallery {
    padding: 2% 15%;
    background: #eee;
}
@media (min-width: 992px){
.col-lg-3 {
    -ms-flex: 0 0 33.33%;
    flex: 0 0 33.33%;
    max-width: 33.33%;
}
}



@media only screen and (max-width: 768px) {
    #vidline, .twfeed {
        float: none;
        margin-left: 0;
        margin-bottom: 0;
        width: 100%;
    }

    .top-video {
        width: 100%;
        float: none;
        margin: 0px auto 40px auto;
    }

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

    .logo {
        margin: 00px auto;
        display: block;
        width: 140px;
padding:7px;
    }

    .ctab {
        width: 100%;
max-width:100%;
        text-align: center;
        margin: 20px auto;
    }

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

h1 {
    font-size: 28px;
    font-family: 'Plus Jakarta Sans', sans-serif;
    font-weight: 700;
    color: #151415;
    text-transform: uppercase padding-bottom: 40px;
 line-height:35px;
}

h2 {
    font-family: 'Plus Jakarta Sans', sans-serif;
    padding: 2% 2% 2% 2%;
    font-weight: normal;
    text-align: center;
    font-size: 22px;
}

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