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

.col-lg-3 {
     flex: 0 0 33.333%;
     max-width: 100%;
}
.lightbox > .img-fluid {
     max-height: 100% !important;
}

.relatedlink {
    text-align: center;
    margin: 20px auto 0px;
    background: #39537f;
    width: 100%;
    padding: 2%;
}
.link, .link:visited, .link:hover {
    text-align: center;
    margin: 20px auto;
    padding: 20px;
    color: #fff !important;
    font-size: 2em;
}
.h4, h4 {
    font-size: 1.5rem;
    display: inline-block;
    margin: 0px 20px;
}

#tw i.fab.fa-twitter {
    font-size: 3em;
    color: #55acee;
    margin: 10px auto;
}

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

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

/*Body Box*/
#hero-plus-body {
    font-size: 18px;
}

/*Footer Box*/
#hero-plus-footer {
    display: block;
    text-align: center;
    background: #3d4444;
    color: #fff;
    font-size: 1.3em;
    padding: 2% 10%;
}

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

    .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;
    }
#txt {
    padding: 2% 5%;
}
p {line-height: 2em;}
#gallery {
    background: #39537f;
    padding: 25px 50px 10px;
}
#gallery h2 {
    display: none;
}

.card-body {
    display: none;
}

.logo {
    margin: 20px ;
}
.logo1 {
    margin: 20px 0px;
}

.hero {
    max-width: 100%;
}

.ctab, .ctab:visited {
    background: #7da8bf;
    text-align: center;
    margin: 10px;
    text-decoration: none!important;
    color: #fff;
    padding: 15px 20px;
    font-weight: bold;
}

.ctab:hover {
    background: #cfa333;
    color: #fff;
}

#hero-plus-body a, a:visited, a:hover {
    color: #b56b40;
}

strong {
    color: #b56b40;
}
#cards-asset-1 .card-body {
    display: block;
}
#cards-asset-2 .card-body {
    display: block;
}

#cards-asset-3 .card-body {
    display: block;
}

#cards-asset-1 .card-text {
    display: none;
}
#cards-asset-2 .card-text {
    display: none;
}
#cards-asset-3 .card-text {
    display: none;
}


.soc, .soc:visited, .soc:hover {
    color: #fff !important;
    background: #3c4543;
    border-radius: 30px;
    padding: 7px 0px;
    margin: 5px;
    width: 50px;
    height: 50px;
    text-align: center;
    display: inline-block;
    vertical-align: middle;
}

.card-title {
    margin-bottom: .2rem;
    text-align: center;     font-size: smaller;
}
.side {     background: #7ea8be;
    float: right !Important;
    width: 30%;
    margin: 1%; padding: 20px 0px;
}

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

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

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

    .side { background: #7ea8be;
        float: none;
        width: 100%;
        margin: 20px auto;
    }

}