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



/* sticky header background, in case option is checked */
.sticky-top > #hero-plus-header {
  background-color: #000;
}
/*Header Box*/
#hero-plus-header { 
}
/*Hero Box*/
#hero-plus-hero {  align-items: start;
font-weight:300;
}
.right{width:26%; float:right; margin:2.5%;}


.tq {
    text-align: center;
    margin: 20px auto;
    font-size: 1.4em;
    font-weight: bold;
    color: #333333;
}

.card-body {display: none;}

/*Body Box*/
#hero-plus-body {
font-family: 'Poppins', sans-serif;
font-size:18px;
background-color:#000;
font-weight:300;
color:#fff;
}
/*Footer Box*/
#hero-plus-footer{ background-color: #000; text-align:center; padding: 30px; display:block; color: #fff;
}
/* Control carousel arrow*/
.carousel-gallery-arrow {
}
.ctab, .ctab:visited {
    margin: 15px;
    background: #f4d6d4;
    padding: 14px;
    color: #000 !important;
    text-decoration: none !important;
    font-weight: bold;
    font-size: 120%;
text-transform:uppercase;
border:2px solid #f4d6d4;
transition: all 0.4s ease;
font-family: 'Poppins', sans-serif;
letter-spacing:1px;
}


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

 .ctab:hover{
color: #f4d6d4!important;
background:#000;
}


h1 {
    text-align: center;
    font-weight: 500;
    font-size: 2rem;
font-family: 'Poppins', sans-serif;
margin-bottom:22px;
margin-top:8px;

}
h2 {font-family: 'Poppins', sans-serif; text-align:center; margin: 20px 0px 40px; font-size: 1.6rem; font-style: italic;}
h3 {font-family: 'Poppins', sans-serif; font-size: 24px !important; font-weight: 500; margin: 20px 0px; color: #f0f0f0; text-transform: uppercase;}

strong{font-weight:500;}
#txt { padding: 2% 10%;}
#gallery {padding: 2% 5%;     background: #f4d6d4;}
#gallery h2 {display:none;}
.hero {max-width: 100%;}
.logo {margin: 14px; width:150px;}

.link, .link:visited, .link:hover {
    display: inline;
    padding: 5px;
    margin: 10px;
    text-align: center;
    color: #fff;
    font-size: 1.35rem;
    font-weight: normal;
    text-decoration: none !important;
  font-family: 'Poppins', sans-serif;
}
.soc, soc:visited, .soc:hover {
    display: inline-block;
    padding: 5px;
    margin: 10px;
    color: #fff;
}
#gallery .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) {

.right{width:95%; float:right; margin:2.5%;}
h1 {
    font-size: 30px;
}
h2 { font-size: 25px;}
#gallery .col-lg-3 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
}
#hero-plus-header {
    display: block;
}
.logo {
    display: block;
    margin: 4px auto;
}
.ctab {
    display: block;
    text-align: center;
}
}