@import url('https://fonts.googleapis.com/css2?family=Days+One&family=Montserrat:ital@0;1&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: 50%;
}

.gallery-inline {
    padding-top: 15px;
}

.gallery-inline h2 {
    display: none;
}

.card-body {
    display: none;
}

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

h1 {
    text-align: center;
    font-weight: bold;
    font-size: 2.5rem;
font-family: 'Days One', sans-serif;
color:red;
}

.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: '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: #81c341; font-weight: bold; }
#hero-plus-body a:hover { color: #81c341; }
#hero-plus-body {
color: #738096;

 font-family: 'Montserrat', sans-serif;
}

/*Footer Box*/
.soc:hover { opacity:.75; }
.soc, .soc:visited {
    color: red; 
    padding: 5px;
    margin: 10px;
    display: inline-block;
  font-family: 'Montserrat', sans-serif;
}

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

#hero-plus-footer {
repeat-x top center;
    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: 9px;
width:200px;

}

.hero {
    max-width: 100%;
width:100%;
}

.ctab  {
    background: red;
    color: #fff!important;
    padding: 13px;
    font-size: 120%;
    display: block;
    text-align: center;
    text-decoration: none;
    width: 209px;
    max-width: 100%;
      margin: 15px;
   font-weight: 400!important;
    font-family: 'Days One', sans-serif;
display:block;
margin:15px auto;
}

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

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



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

h1 {
    text-align: center;
    font-weight: bold;
    font-size: 1.5rem;
    font-family: 'Days One', sans-serif;
    color: red;
}

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

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

   .logo {
    margin: 5px auto;
    display: block;
    width: 138px;
}

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

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