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


/* sticky header background, in case option is checked */
.sticky-top > #hero-plus-header {

}
.tq {
    word-break: break-all;
}
/*Header Box*/
#hero-plus-header {  background:#4b2a50;
display:block;}
/*Hero Box*/
#hero-plus-hero { align-items:start; width:100%; max-width:100%;
    margin-right: 0px;
    margin-left: 0px;
background:#4b2a50;
}
/*Body Box*/
#hero-plus-body { font-family: 'Source Serif Pro', serif;font-size: 20px; background:#ebe5e0;
color:#432418;
}
/*Footer Box*/
#hero-plus-footer{ background: #4b2a50;padding: 60px 6%; text-align:center; font-family: 'Source Serif Pro', serif;
}
#hero-plus-footer .col-4 { float:left;} 
#hero-plus-footer .logo {
    display: block;
    margin: 20px auto;
}


.logo2 {
    width:200px;
    margin: 10px 15px;
}

.logo3 {
    width:130px;
    margin: 10px 25px;
}

a {
    color: #db6550;
    text-decoration: none;
    background-color: transparent;
    -webkit-text-decoration-skip: objects;
}

/* Control carousel arrow*/
.carousel-gallery-arrow {
}
#txt {padding: 2% 14%; font-size:110%;}
#gallery {padding: 3% 12%; background: #f9ab90;    max-width: 100%;
    flex-basis: 100%;}
#gallery h2 {display:none;}
.card-title {margin-bottom: 0px;}
.card-text {display: none;}
.logo {margin: 20px; height: 95px;}
.hero {max-width: 100%; width:100%; display:block;}

.foot-links {
color: #fff; /* #f9ab91; */
    font-size: 200%;
    font-weight: 600;
    line-height: 110%;
    margin-bottom: 10px;
    display: block;
}

.foot-links:hover{color:#b79bbd; text-decoration:none;}

.topdiv{width:100%; display:block;}
.ctab, .ctab:visited{
font-family: 'Source Serif Pro', serif;
display:inline-block;
    background: rgb(249, 171, 144);
    text-align: center;
    margin: 0px auto;
    text-decoration: none!important;
    color: #212529;
    padding: 15px;
    font-weight: 700;
font-size:150%;
    align-items: center;
border-radius:75px;
margin-left:30px;
}


.ctab:hover {color:#212529;
background-color:#b79bbd;}


.soc, .soc:visited {
  color: #fff; /* #212529; */
    padding: 10px;
    margin: 5px;
    text-align: center;
    display: inline-block;
    vertical-align: middle;
    background:  none; /* rgb(249, 171, 144); */
    border-radius: 100%;
    height: 35px;
    width: 35px;
    font-size: 85%;
}

.soc:hover{
color:#b79bbd; 

}

.side {float: right !Important; width: 38%; margin: 3%; background: #b79bbd;
    padding: 2%;
    text-align: center;
    font-size: 111%;
    font-weight: 500;
    border-radius: 5px;}
h1 {text-align:center; font-size: 1.5em; font-weight:700; color:#91639b; margin-top:40px;}
h2 {text-align:center; font-style: italic; font-size: 2rem; margin: 20px 0px 40px;}
#flags {
    padding: 10px;
    margin: 15px auto;
    text-align: center;
    padding: 10px;
}

.flag-icon {
    font-size: 1.5em;
    margin: 10px;
    vertical-align: middle;
}

#flags a {
    display: block;
    font-size: 0px;
}

.flag-icon::before {
    content: ''!important;
}
.card-columns {
    -webkit-column-count: 3;
    -moz-column-count: 3;
    column-count: 3;
    -webkit-column-gap: 1.25rem;
    -moz-column-gap: 1.25rem;
    column-gap: 1.25rem;
    orphans: 1;
    widows: 1;
}
@media only screen and (max-width: 768px) {
.ctab {
      display: block;
    margin: 0px auto;
    border-radius: 0px;
}
.logo, .logo2, .logo3 {
    text-align: center;
    margin: 15px auto;
    display: block;
}
#txt {
    padding: 2% 4%;
    font-size: 110%;
}

#gallery {
    padding: 3% 4%;
    background: #f9ab90;
    max-width: 100%;
    flex-basis: 100%;
}

.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;
}
#hero-plus-footer .col-4 { float: none; max-width: 100%; flex-basis:100%;} 
}