@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,500;0,600;0,700;1,500;1,600;1,700&display=swap');

.img-inline, .vid-inline {
    margin: 20px auto;
    clear: both !important;
}
.doc-inline {
    text-align: center;
    padding: 15px;
    display: inline-block;
}

.cen{text-align:center; padding:20px; padding-bottom:35px;}

.right{ width: 40%; float:right; padding:5%;  color: #fff;
    background: #5b6770; margin:3%; margin-top:0%;}

h3{margin-bottom:30px; margin-top:27px;}


.gr{text-align:center;   font-weight:700;  color: rgb(120, 214, 75);}

 .img-inline{ width:100%; max-width:100%;}

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

#flags { background: none; padding: 10px; margin: auto; text-align: center; padding: 10px; }
#flags a {    text-decoration: none!important;
    color: transparent!important; }
.flag-icon { font-size: 1.5em; margin: 10px; vertical-align: middle; }

.gallery-inline h2{ display:none;}

.gallery-inline{background:#fff;
padding:35px 35px;}

}

hr {
    margin-top: 2rem;
    margin-bottom: -1rem;
}

.col-lg-3{width:33%;}

.socpad {
    width: 100%;
    display: block;
    text-align: center;
    margin: auto;
    padding: 10px;
}

#photoline {
    float: right;
    width: 40%;
    margin-left: 2%;
}

/*Header Box*/
#hero-plus-header {
}

/*Hero Box*/
#hero-plus-hero {
    align-items: start;
    text-align: center;
    width: 100%;
    max-width: 100%;
    flex: 100%;
    display: block;
    margin: 0px;
}

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

#hero-plus-body a {
color: #0964ED;
text-decoration: none;
}


/*Footer Box*/
#hero-plus-footer .fab {
    color: #78d64b;
    margin: 10px;
}

#hero-plus-footer .fab:hover {
    opacity: 0.8;
}

#hero-plus-footer {
    display: block;
    color: #fff;
    background: #5b6770;
    padding: 10px 30px 30px 30px;
    text-align: center;
}


.logo {
    margin: 10px;
margin-right:30px;
width:140px;
}

.logo1 {
    margin: 0px;
    width: 260px;
}

h1 {
    font-size: 1.5em;
    color: #78d64b;
    text-align: center;
    margin: 20px 0px 30px;
    font-weight: bold;
    font-family: 'Montserrat', Arial, sans-serif;
}

#txt {
    padding: 2% 13%;
}

.gallery {
    padding: 2% 28%;
    background:#fff;
}

h2 {
    font-style: italic;
    font-size: 1.2em;
    text-align: center;
    margin-bottom: 0px;
    font-weight: normal;
    font-family: 'Montserrat', Arial, sans-serif;
}

font-size: 2rem;
    letter-spacing: 2px;
    margin-top: 25px;


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

#gallery h2 {
    display: none;
}

.card-body {
    display: none;
}

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

.link:hover {
    opacity: 0.8;
}

.link, .link:visited, .link:hover {
    color: #78d64b;
    text-decoration: none !important;
    font-size: 1.6rem;
    display: inline-block;
    margin: 20px;
}

.ctab, .ctab:visited, .ctab:hover {
    margin: 20px;
    background: #78d64b;
    color: #005440;
    padding: 20px;
    font-size: 112%;
    border-radius: 35px;
    font-weight: bold;
    text-decoration: none;
    font-family: 'Montserrat', Arial, sans-serif;
}

.ctab:hover {
    background: #8eff4d!important;
    font-family: 'Montserrat', Arial, sans-serif;
}

.tq {
    float: right !important;
    width: 40%;
    font-size: 1.1em;
    margin: 1%;
    font-weight: bold;
    text-align: right;
    color: #fff;
    border-right: solid 5px #eee;
    padding: 15px;
    background: #6f9ad3;
}

.tq a, .tq a:visited {
    color: #00673B;
    word-break: break-word;
}

.footer-link, .footer-link:visited {
    display: block;
    color: #78d64b!important;
    font-size: 21px;
display:block;
    font-size: 24px;
    display: block;
    margin: 24px auto;
    padding: 5px;
    border-bottom: 1px dotted;
margin-top:0%;
line-height:110%;
padding-bottom:10px;
}

.footer-link:hover, .footer-link:active, .footer-link:focus {
    color: #ffffff!important;
}

@media only screen and (max-width: 768px) {

.right{width:100%; margin:0%; margin-bottom:20px;}
    .logomobi {
        text-align: center;
        margin: auto;
    }

    .logo {
        margin: auto;
        text-align: center;
    }

    .tq {
        width: 100%;
    }

    #photoline {
        float: none;
        width: 100%;
        margin-left: 0;
    }

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

    .tq {
        float: none;
        text-align: center;
        margin: 20px auto;
        width: 100%;
        border: none;
    }

.col-lg-3{width:100%;}

    .ctab {
        display: block;
        width: 100%;
        text-align: center;
    }
}