body {
    font-family: Georgia, Times, "Times New Roman", serif;
}

h4 {
    font-weight: 600;
}

#cards-asset-3 {
    margin-top: 12px;
}

.card-body {
    display: none;
}

:root {
    --primary: #0c3150;
    --secondary: #0c3150;
}

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

.jumbotron {
    text-align: center;
    background-color: var(--secondary);
    color: white;
    margin-bottom: 20px;
    padding: 2rem 2rem;
}

h1, h2, h3 {
    color: var(--primary);
    font-family: Georgia, Times, "Times New Roman", serif;
}

.btn {
    font-size: 0.8rem;
}

.translations {
    text-align: center;
    margin: 30px 0;
}

.lang {
    text-align: center;
    padding: 20px;
}

.card-columns {
    -webkit-column-count: 2;
    -moz-column-count: 2;
    column-count: 2;
    -webkit-column-gap: 1.25rem;
    -moz-column-gap: 1.25rem;
    column-gap: 1.25rem;
    orphans: 1;
    widows: 1;
}

#flags {
    padding: 10px;
    margin: 5px auto;
    text-align: center;
    padding: 0px 20px;
}

#flags a {
    text-decoration: none !important;
    color: transparent !important;
    font-size: 1em;
}

.flag-icon {
    font-size: 4.25em !important;
    margin: 0px 15px;
    vertical-align: middle;
    line-height: 0.5em !important;
}

.container {
    margin-top: 30px;
    margin-bottom: 30px;
    font-size: 107%;
}

.lg-outer .lg {
    position: relative;
    overflow: hidden;
    margin-left: auto;
    margin-right: auto;
    max-width: 100%;
    max-height: 100%;
    background: url("https://uat.multivu.com/arc/designImageGetterServlet?uuid=f0e35059-23ad-4f31-b489-f36d4a5b2368") center;
    background-size: cover;
}

/*Header Box*/
#hero-plus-header {
    z-index: 1;
    display: block;
    background: #000;
    width: 100%;
    position: fixed;
    text-align: center;
}

/*Hero Box*/
#hero-plus-hero {
    align-items: start;
}

/*Body Box*/
#hero-plus-body {
    font-size: 18px;
    font-family: Georgia, Times, "Times New Roman", serif;
}

.mt-4 .card-body {
    display: none;
}

.card-body .mt-4 {
    display: none;
}

.card {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-color: #fff;
    background-clip: border-box;
    border: 1px solid rgba(0, 0, 0, 0);
    border-radius: 0.25rem;
}

/*Footer Box*/
#hero-plus-footer {
    background: #2a3b4b;
    display: block;
    padding: 30px;
    text-align: center;
    font-family: Georgia, Times, "Times New Roman", serif;
}

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

#txt {
    padding: 2% 10%;
}

blockquote {
    margin-bottom: 1rem;
    font-size: 1.25rem;
    padding: 1% 6%;
    font-style: italic;
}

.p-3 {
    margin-bottom: 1rem;
    font-size: 110%;
    padding: 1% 6% !important;
    font-style: italic;
}

.blockquote-footer {
    float: right;
    font-weight: bold;
    color: #000;
}

#gallery {
    padding: 1% 2%;
    background: none;
    max-width: 100%;
    flex-basis: 100%;
}

#gallery h2 {
    display: none;
}

.logo {
    margin: 20px;
    width: 250px;
    margin-top: -10px;
}

.hero {
    max-width: 100%;
    margin-top: 88px;
}

.ctab, .ctab:visited, .ctab:hover {
    background: #00b7f1;
    text-align: center;
    display: inline-block;
    margin: 10px;
    width: 250px;
    color: black;
    padding: 10px;
    font-weight: bold;
    text-decoration: none !important;
}

h5 {
    font-weight: bold;
    font-size: 115%;
    margin-bottom: 20px;
}

.soc, .soc:visited, .soc:hover {
    color: #fff;
    padding: 5px;
    margin: 10px;
    text-align: center;
    display: inline-block;
    vertical-align: middle;
}

.side {
    float: right !important;
    width: 35%;
    margin: 1%;
}

h1 {
    text-align: center;
    font-size: 2rem;
    margin-top: 30px !important;
}

h2 {
    text-align: center;
    font-size: 1.7rem;
    margin: 20px 0px 40px;
}

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

.flag-icon {
    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;
    }

    .logo {
        margin: 20px auto;
        display: block;
    }

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