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

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

.herolink {width: 100% !important;}

body {
    color: #ffffff;
    background: #a52b8b;
}

/*Header Box*/
#hero-plus-header {
    display: block;
}

/*Hero Box*/
#hero-plus-hero {
    align-items: start;
    /* border-bottom: 10px solid #460C58; */
}

#hero-plus-hero img {
    width: 100%;
    max-width: 100%;
}

/*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: #661039;
}

/* Control carousel arrow*/
.carousel-gallery-arrow {
}

#txt {
    padding: 2% 15%;

    line-height: 175%;
}

#gallery {
    padding: 3% 10% 2%;
    background: #512d6d;
    background: linear-gradient(to right, #661039 5%, #c831b6 60%, #ef4a52 100%);
    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;
    color: #ffffff;
    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.45rem;
    margin: 20px 0px 40px;
    color: #ffffff;
}

.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 {
    color: #e3b77d;
    text-decoration: none;
    background-color: transparent;
    -webkit-text-decoration-skip: objects;
}

strong {
    color: #e3b77d;
}

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

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

.flag-icon::before {
    content: ''!important;
}

@media (min-width: 576px) {
    .card-columns {
        -webkit-column-count: 4;
        -moz-column-count: 4;
        column-count: 4;
        -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;
    }

    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;
    }

    #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;
    }

    .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;
    }
}