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

h2 {
    font-family: "Helvetica Neue", Helvetica, Arial, Roboto, sans-serif;
    padding: 2% 2% 2% 2%;
    font-weight: normal;
    font-style: italic;
    text-align: center;
}

.full {
    text-align: center;
    width: 100%;
    margin-bottom: 1em;
}

.side {
    float: right !Important;
    margin: 1%;
    width: 40%;
}

.gallery-inline {
    padding-top: 15px;
}

.gallery-inline h2 {
    display: none;
}

.card-body {
    display: none;
}

#txt {
    padding: 2% 10%;
    font-size: 18px;
    line-height: 175%;
}

h1 {
    text-align: center;
    font-weight: bold;
    font-size: 2.5rem;
    font-family: "Helvetica Neue", Helvetica, Arial, Roboto, sans-serif;
}

.card-title {
    margin-bottom: .15rem;
    text-align: center;
    font-size: 1em;
}

.tq {
    background: #122344;
    text-align: center;
    font-style: italic;
    padding: 30px;
    margin: 20px auto;
    color: #fff;
    font-weight: 600;
    font-family: "Helvetica Neue", Helvetica, Arial, Roboto, sans-serif;
}

/*Header Box*/
#hero-plus-header {
    align-items: start;
    font-family: "Helvetica Neue", Helvetica, Arial, Roboto, sans-serif;
}

/*Hero Box*/
#hero-plus-hero {
}

/*Body Box*/
#hero-plus-body {
    font-family: "Helvetica Neue", Helvetica, Arial, Roboto, sans-serif;
}

/*Footer Box*/
.soc, .soc:visited, .soc:hover {
    color: #fff;
    padding: 5px;
    margin: 10px;
    display: inline-block;
    font-family: "Helvetica Neue", Helvetica, Arial, Roboto, sans-serif;
}

.link, .link:visited, .link:hover {
    color: #fff;
    display: block;
    margin: 5px auto;
    padding: 5px;
    font-size: 150%;
}

#hero-plus-footer {
    background: #122343;
    text-align: center;
    padding: 20px 0;
    display: block;
    font-family: "Helvetica Neue", Helvetica, Arial, Roboto, sans-serif;
}

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

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

#galry {
    background: #122344;
    padding: 10px 10%;
}

#galry h2 {
    display: none;
}

.logo {
    margin: 40px;
}

.hero {
    max-width: 100%;
}

.ctab {
    background: #122344;
    color: #fff!important;
    padding: 20px;
    font-size: 140%;
    display: block;
    text-align: center;
    text-decoration: none;
    width: 325px;
    max-width: 100%;
    border-radius: 3px;
    border-bottom: 3px solid #1F344C;
    margin: 8px;
    font-weight: bold;
    font-family: "Helvetica Neue", Helvetica, Arial, Roboto, sans-serif;
margin-top:25px;
}

.ctab:hover {
    background: #1F344C;
    color: #fff !important;
    text-decoration: none !important;

}
    .card-columns {
        -webkit-column-count: 2;
        -moz-column-count: 2;
        column-count: 2;
    }
#gallery {
    background: #fff;
    padding: 2% 15%;
}

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

    #hero-plus-header {
        align-items: start;
        display: block;
    }

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

    .ctab {
        width: 100%;
        text-align: center;
        margin: 8px auto;
padding-top:8px; padding-bottom:2px;
font-size:18px;
    }

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

    .side {
        width: 100%;
        max-width: 100%;
        float: none;
        margin: 20px auto 40px auto;
    }
}