@import url('https://fonts.googleapis.com/css2?family=Anton&family=Lato:ital,wght@0,400;0,900;1,400;1,900&display=swap'); .inline-wrap {
    width: 35%;
    float: right;
    background: #232b5c;
    margin: 0 0 30px 4%;
    padding: 10px;
    text-align: center;
}

.foot-btn:hover, .foot-btn:active {
    border-color: #888;
    transition: all 0.5s ease;
    color: #fff!important;
    text-decoration: none;
}

.foot-btn, .foot-btn:visited, .foot-btn:focus {
    border: #fff solid 1px;
    color: #fff!important;
    padding: 10px;
    font-size: 111%;
    display: block;
    text-align: center;
    margin: 14px auto;
    width: 330px;
    max-width: 100%;
    text-decoration: none;
    line-height: 108%;
}

#hero-plus-body .fas, #hero-plus-body .fab, #hero-plus-footer .fas, #hero-plus-footer .fab {
    font-size: 2.5em!important;
    margin: 10px;
    color: #ccc;
}

.img-fluid {
    height: 300px;
}

.left {
    float: left;
    display: inline-block;
}

.rt {
    float: right;
    display: inline-block;
}

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

.logo2 {
    margin: 30px auto;
}

.logoright {
    float: right;
}

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

.lightbox > .img-fluid {
    max-height: 500px;
}

a, a:visited, a:hover {
    font-weight: bold;
}

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

.col-lg-3 {
    -ms-flex: 0 0 33%;
    flex: 0 0 33%;
    max-width: 33%;
}

.card-columns {
    -webkit-column-count: 3;
    -moz-column-count: 3;
    column-count: 3;
}

.card-body {
    height: 75px;
}

.card-title {
    color: #603C14;
    font-size: 1.5em;
}

.card-text {
    display: none;
}

#maingal h2 {
    display: none;
}

#maingal {
    background-size: cover;
    width: 100%;
    padding: 20px 5%;
}

#invid {
    width: 35%;
    float: right;
    margin-left: 2%;
    margin-bottom: 2%;
}

ul li, p {
    font-family: 'Open Sans', sans-serif;
    font-size: 20px;
}

a {
    color: #001a30;
    text-decoration: none;
    background-color: transparent;
    -webkit-text-decoration-skip: objects;
}

.logo {
    margin: 30px;
}

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

#txt {
    padding: 2% 10%;
}

/*Header Box*/
#hero-plus-header {
    opacity: 0.9;
    background: #000;
    webkit-box-shadow: 0px 1px 5px 0px rgba(0,0,0,0.75);
    -moz-box-shadow: 0px 1px 5px 0px rgba(0,0,0,0.75);
    box-shadow: 0px 1px 5px 0px rgba(0,0,0,0.75);
}

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

#hero-plus-hero .card-title, #hero-plus-hero .card-body {
    display: none;
}

/*Body Box*/
#hero-plus-body {
    font-family: 'Lato', sans-serif;
    color: #374048;
    font-size: 20px;
}

.tq {
    color: #fff;
    width: 100%;
    letter-spacing: 1.25px;
    float: right !important;
    font-family: 'Lato', sans-serif;
    text-align: center;
    font-style: italic;
    font-size: 1.25em;
}

.link {
    font-size: 130%;
    display: block;
    padding: 5px;
    margin: 10px;
    text-decoration: none !important;
    text-transform: uppercase;
    color: #fff;
    font-weight: bold;
}

.link:hover {
    color: #9C2706;
}

.soc {
    padding: 8px 5px;
    margin: 10px;
    height: 50px;
    width: 50px;
    background: #fff;
    color: #9C2706;
    border-radius: 30px;
    display: inline-block;
}

.soc:hover {
    background: #9C2706;
    color: #fff;
}

h1, h2, h3, h4, h5, h6 {
    text-align: center;
    font-family: 'Lato', sans-serif;
}

h1 {
    color: #000;
    font-weight: bold;
    font-size: 1.6em;
}

.h2, h2 {
    font-size: 2rem;
    padding: 20px 0px 20px;
    font-weight: normal !important;
}

h3 {
    color: #fff;
    margin: 0px 0px 30px;
}

#hero-plus-footer h3 {
    color: #fff;
    font-family: 'Bree Serif', serif;
    font-size: 36px;
    font-weight: bold;
}

#gallery h2 {
    display: none;
}

#gallery {
    background-size: cover;
    padding: 20px 5% 5%;
}

#hero-plus-header .col-md-3 {
    float: left;
}

.ctapad {
    margin-top: 10px;
}

.ctab, .ctab:visited {
    background: #232b5c;
    border-radius: 3px;
    color: #fff;
    letter-spacing: 1px;
    text-decoration: none !important;
    padding: 5px;
    font-size: 150%;
    display: block;
    margin: 20px;
    text-align: center;
    font-family: 'Lato', sans-serif;
    width: 450px;
}

.ctab:hover {
    opacity: 0.8;
    color: #fff;
    -webkit-transition: all .25s ease-out;
    -moz-transition: all .25s ease-out;
    transition: all .25s ease-out;
}

.img-fluid {
    max-width: 100%;
    height: auto;
    -webkit-box-shadow: 0px 1px 5px 0px rgba(0,0,0,0.75);
    -moz-box-shadow: 0px 1px 5px 0px rgba(0,0,0,0.75);
    box-shadow: 0px 1px 5px 0px rgba(0,0,0,0.75);
}

/*Footer Box*/
#hero-plus-footer {
    background: #000;
    padding: 30px;
    text-align: center;
    display: block;
}

@media only screen and (max-width: 980px) {
    .card-body {
        height: auto;
    }

    #gallery .col-md-4 {
        max-width: 50%;
        flex-basis: 50%;
    }
}

@media only screen and (max-width: 768px) {
    #photoline {
        margin-left: 0;
        float: none;
        width: 100%;
    }

    .card-columns {
        -webkit-column-count: 1;
        -moz-column-count: 1;
        column-count: 1;
    }

    h1 {
        font-size: 160%;
        text-align: center;
        font-family: 'Lato', sans-serif;
        font-weight: bold;
        color: #000;
    }

    #gallery .col-md-4 {
        max-width: 100%;
        flex-basis: 100%;
    }

    #hero-plus-header {
        margin: 0px auto;
    }

    .ctab {
        display: block;
        width: 100%;
    }

    .logo {
        margin: 10px auto;
        display: block;
        padding: 10px;
    }

    #logo2 {
        margin: 15px auto;
        display: block;
        padding: 10px;
        width: 225px;
    }

    #txt {
        padding: 2% 5%;
    }

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

    .ctab {
        margin: 0px 0px 20px;
        font-size: 120%;
        padding: 8px;
    }
}

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

.translations .doc-inline {
    font-size: 16px;
}

.translations .link-divider {
    display: inline-block;
    width: auto;
    font-size: 16px;
    margin: 0;
    padding: 0px 5px;
}