@import url('https://fonts.googleapis.com/css2?family=PT+Sans:ital,wght@0,400;0,700;1,400;1,700&display=swap'); /* sticky header background, in case option is checked */

.sticky-top > #hero-plus-header {
    background-color: white;
text-align:center;
margin-top:15px;
}

.gallery-inline h2 {
    display: none;
}

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

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

/*Body Box*/
#hero-plus-body {
    font-size: 16px;
    font-family: 'PT Sans', sans-serif;
}

/*Footer Box*/
#hero-plus-footer {
    display: block;
    text-align: center;
    background: #ffffff;
    padding: 2.5% 5% 5% 5%;
    background: linear-gradient(90deg,#00aaf4 30%,#00d258 95%,#00d258 100%)!important;
    padding-top: 28px;
}

#hero-plus-footer .logo img {
    width: 200px;
    max-width: 100%;
    margin-bottom: 20px;
}

..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: none !important;
    border-radius: 0.25rem;
}

.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,.00125);
    border-radius: 0.25rem;
}


.right{width:35%; float:right; margin:2%; }

.play-overlay {
    position: absolute;
    color: #ffffff;
    background-color: rgba(0,0,0,0.002);
    font-size: 6em;
    top: 50%;
    left: 50%;
    text-decoration: none !important;
    bottom: 0;
    height: 1em;
    transform: translate(-50%, -50%);
}


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

#txt {
    padding: 2% 14%;
font-size:120%;
}

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

#gallery h2 {
    display: none;
}

.card-body {
    display: none;
}

.logo {
    margin: 20px ;
}

.logo img {
    width: 200px;
    max-width: 100%;
}

#hero-plus-hero {
    /* width: 100%; */
    /* max-width: 100%; */
    /* flex: 100%; */
    display: block;
    text-align: center;
    margin-top: 20px;
}

.hero {
    max-width: 100%;
    margin: auto;
}

.ctab, .ctab:visited, .ctab:hover {
    background: #0075c9;
    text-align: center;
    margin: 3% auto;
    text-decoration: none!important;
    color: #fff;
    font-size: 115%;
    padding: 13px;
    font-weight: bold;
    display: block;
    width: 300px;
    letter-spacing: 1px;
border-radius:70px;
}

.linked-url {
    position: absolute;
    color: transparent;
    background-color: transparent;
    text-decoration: none !important;
    bottom: 0;
    width: 100%;
    text-align: center;
    display: none;
}

.soc, .soc:visited, .soc:hover {
    color: #0075c9;
    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.5em;
    color: #009AE0;
    font-weight: 700;
}

h2 {
    text-align: center;
    font-size: 12pt;
    margin: 20px 0px 40px;
    color: #16aea1;
}

h3 {
    text-align: center;
}

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

strong {
   color: #285A93;
}

.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) {

.right{width:100%; float:right; margin:0%; }
    .ctab {
        display: block;
    }

#txt {
    padding: 2% 4%;
font-size:120%;
}


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