@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: #fff;
}
/*Header Box*/
#hero-plus-header { 
}
.toplogo { max-width: 100%; margin: auto; }
/*Hero Box*/
#hero-plus-hero {  align-items: start;
font-weight:300;
}
.right{width:26%; float:right; margin:2.5%;}

.right{text-align:right; font-style:italic;}

.purple{background-color: #f1e2fa; padding:2%; margin-bottom:25px;}

.quote{
    font-size: 110%;
    padding: 20px;
    padding-left:none;
    color: #5A1982;
    margin-left: 0%;
    margin-right: 2%;
margin-bottom:5%;
margin-top:3%;
background-color:#f1e2fa;
border-radius:5px;
}


.gallery{background:#646464; 
padding:30px 6% 20px 6%;}


.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:#fff;
font-weight:300;
color:#646464;
}

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

#bp strong { color: #fff; }
.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: #fff!important;
background:#5A1982;
}

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

.pro{padding:0%; margin-top:0;}


h1 {
    text-align: center;
    font-weight: 500;
    font-size: 2rem;
font-family: 'Poppins', sans-serif;
margin-bottom:22px;
margin-top:8px;
color:#5A1982;
}
h2 {font-family: 'Poppins', sans-serif; text-align:center; margin: 20px 0px 40px; font-size: 1.45rem;}
h3 {font-family: 'Poppins', sans-serif; font-size: 24px !important; font-weight: 500; margin: 20px 0px; color: #f0f0f0; text-transform: uppercase;}

.gallery h2{display:none;}

.tweet{
    padding: 20px 5%;
    border-bottom: 2px solid #5A1982;
    font-size: 125%;
    text-align: center;
}

strong{font-weight:500;}
#txt { padding: 2% 10%;}
#txt2 { padding: 2% 10%; background:#5A1982; color:#fff;}
#gallery {padding: 2% 5%;     background: #f4d6d4;}
#gallery h2 {display:none;}
.hero {max-width: 100%;}
.logo {}



.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;
width:200px;
}
.ctab {
    display: block;
    text-align: center;
}
}