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


/* sticky header background, in case option is checked */
.sticky-top > #hero-plus-header {
  background-color: #fff;
}
/*Header Box*/
#hero-plus-header {  
display:block;}
/*Hero Box*/
#hero-plus-hero { align-items:start; font-family: 'Open Sans', sans-serif;
}
/*Body Box*/
#hero-plus-body { font-size: 18px; font-family: 'Open Sans', sans-serif;
}
/*Footer Box*/
#hero-plus-footer{ display:block; padding: 30px; text-align:center;font-family: 'Open Sans', sans-serif;     border: 1px solid #ddd;
    background-color: #fcfcfc;
}
/* Control carousel arrow*/
.carousel-gallery-arrow {
}

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

.side {     color: #fff;
    float: right !important;
    margin: 1%;
    width: 35%;
    background: #3c0f62;
    padding: 2%;
    text-align: center;
    font-weight: 700;
    border-radius: 4px;
}
#txt {padding: 2% 10%;}
.gallery {padding: 2% 5%; border: 1px solid #ddd;      background-color: #fcfcfc;}
#gallery h2 {display:none;}

#item-edacf33a-c3d5-4d7b-b124-9058cff77d10-1 h2{display:none;}

.card-body {display:none;}
.logo {margin: 20px; width:220px;}
.hero {max-width: 100%; width:100%;}
.ctab, .ctab:visited {
    background:#fff;
    text-align: center;
    margin: 16px;
    text-decoration: none!important;
    color:  #a67917;
border:1px solid  #a67917;
    padding: 10px 20px;
    font-weight: 300;
letter-spacing:1px;
border-radius:30px;
}

 .ctab:hover {
    color:#fff;
    text-align: center;

    text-decoration: none!important;
   background:  #a67917;
border:1px solid  #a67917;
 
    font-weight: 300;
letter-spacing:1px;
border-radius:30px;
}
.soc, .soc:visited {
    color: #000;
    padding: 5px;
    margin: 5px;
    text-align: center;
    display: inline-block;
    vertical-align: middle;
}

.soc:hover {
color:#484848;
}

.lightbox > .img-fluid {
    max-height: 288px;
    border-radius: .57143rem;
}

.play-overlay {
    position: absolute;
    color: #ffffff;
    background-color: rgba(0,0,0,0.0)!important;
    font-size: 6em;
    top: 50%;
    left: 50%;
    text-decoration: none !important;
    bottom: 0;
    height: 1em;
    transform: translate(-50%, -50%);
}

.img-fluid {
    max-width: 100%;
    height: auto;
    border-radius: .57143rem;
}

h1 {text-align:center; font-size: 2rem; font-weight:700;}
h2 {text-align:center; font-size: 1.5rem; margin: 20px 0px 40px;}

@media only screen and (max-width: 768px) {
.ctab {
    display: block;

}
.logo {
    margin: 2px auto;
width:180px;
    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;
}
.ctab {

    margin: 5px;
    padding: 8px;
}

}