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


.sticky-top > #hero-plus-header {
    background-color: #512d6d;
}
body {background:#512d6d;}

/*Header Box*/
#hero-plus-header {  
display:block;}
/*Hero Box*/
#hero-plus-hero { align-items:start;

}
/*Body Box*/
#hero-plus-body { 
  font-family: "Raleway", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
}
/*Footer Box*/
#hero-plus-footer{ display:block; padding: 30px; text-align:center; background:#512d6d;
}
/* Control carousel arrow*/
.carousel-gallery-arrow {
}
a, a:visited, a:hover, a:active {color:#ffff; }
#txt {padding: 2% 15%; background:#512d6d;   color:#ffff; line-height:175%; }
#gallery{
    padding: 3% 10% 2%;
    background: #512d6d;
    max-width: 100%;
    flex-basis: 100%;
    margin-bottom: 40px;
    margin-top: 20px;
}
#gallery h2 {display:none;}
.card-body {display:none;}
.logo {
    margin: 20px;
    width: 300px;
}
.hero {max-width: 100%;}
.ctab, .ctab:visited {
    border: #e3b77d solid 2px;
    text-align: center;
    margin: 10px;
    text-decoration: none!important;
    color: #fff;
background:#512d6d;
    padding: 20px;
    font-family: "Raleway", sans-serif;
  font-optical-sizing: auto;
  font-weight: 700;
  font-style: normal;
}

 .ctab:hover {
    border: #fff solid 2px;
    text-align: center;
    margin: 10px;
    text-decoration: none!important;
    color: #fff;
    padding: 20px;
    font-family: "Raleway", sans-serif;
  font-optical-sizing: auto;
  font-weight: 700;
  font-style: normal;
background:#e3b77d;
}
.soc, .soc:visited, .soc:hover {
    color: #e3b77d;
    padding: 5px;
    margin: 5px;
    text-align: center;
    display: inline-block;
    vertical-align: middle;
}
.side {float: right !Important; width: 35%; margin: 1%;}
h1{
    text-align: center;
    font-size: 2.25rem;
    margin-top: 30px;
    margin-bottom: 20px;
    font-family: "Raleway", sans-serif;
    font-optical-sizing: auto;
    font-weight: 700;
    font-style: normal;
    padding: 0px 5%;
}
h2 {text-align:center; font-size: 1.5rem; margin: 20px 0px 40px; color:#e3b87e;}
.card {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-color: #e3b87e!important;
    background-clip: border-box;
    border: 1px solid rgba(0, 0, 0, .025);
    border-radius: 0.25rem;
}
.gold{color:#512d6d; font-size:110%;}

hr {
    background: #e3b87e;
    color: #e3b87e;
    margin-top: 1.5rem;
    margin-bottom: 1.5rem;
    margin: 1rem 15%;
    padding: 2px;
}

#flags {
    padding: 10px;
    margin: 15px auto;
    text-align: center;
    padding: 10px;
}

a { font-weight:bold;
    color: #ffffff;

    background-color: transparent;
    -webkit-text-decoration-skip: objects;
}


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

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

.flag-icon::before {
    content: ''!important;
}
@media only screen and (max-width: 768px) {
.ctab {
    display: block;

}

h1 {
    text-align: center;
    font-size: 1.7rem;
    color: #512d6d;
    margin-top: 30px;
    margin-bottom: 20px;
    font-family: "Raleway", sans-serif;
    font-optical-sizing: auto;
    font-weight: 700;
    font-style: normal;
    /* padding: 0px 5%; */
}

#txt {padding: 2% 5%; background:#fff;   color:#000; line-height:175%; }
.logo {
    margin: 10px auto;
    display: block;
width:150px;
}
.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, .ctab:visited {
    border: #e3b77d solid 2px;
    text-align: center;
    margin: 0px;
    text-decoration: none!important;
    color: #e3b77d;
    padding: 8px;
    font-family: "Raleway", sans-serif;
  font-optical-sizing: auto;
  font-weight: 700;
  font-style: normal;
}

 .ctab:hover {
    border: #fff solid 2px;
    text-align: center;
    margin: 0px;
    text-decoration: none!important;
    color: #fff;
    padding: 8px;
    font-family: "Raleway", sans-serif;
  font-optical-sizing: auto;
  font-weight: 700;
  font-style: normal;
background:#e3b77d;
}

}