@import url(https://fonts.googleapis.com/css?family=Open+Sans);

/* sticky header background, in case option is checked */
.sticky-top > #hero-plus-header {
    background-color: #00629b;
    border-color: #00629b;
    padding: 15px;
    display: inline-block;
    width: 100%;
}

.sticky-top {
        background-color: #00629b;
    border-color: #00629b;
}

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

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

.card-title {
    display: none;
}

.logo {
    margin: 10px;
}

.hero {
    max-width: 100%;
}

#txt {
    padding: 2% 5%;
}

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

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

/*Body Box*/
#hero-plus-body {
}

.tq {
    width: 40%;
    float: right !important;
    padding: 15px;
    text-align: left;
    margin-left: 1%;
    font-size: 1.3em;
}

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

.link:hover {
    color: #fff;
}

#gallery h2 {
    display: none;
}

.soc {
    padding: 5px;
    margin: 10px;
    height: 50px;
    width: 50px;
    color: #fff;
    display: inline-block;
}

#hero-plus-body .col-md-8 {
    float: left;
    -ms-flex: 0 0 66.666667%;
    flex: 0 0 60.666667%;
    max-width: 60.666667%;
}

#hero-plus-body .col-md-4 {
    max-width: 39%;
    flex-basis: 39%;
    clear: both !important;
    display: inline-block;
}

.soc:hover {
    color: #fff;
}

h1, h2, h3, h4, h5, h6 {
    text-align: center;
}

.h2, h2 {
    font-size: 2rem;
    padding: 20px 0px 40px;
}

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

#gallery {
    background: #00629b;
    padding: 20px 5% 5%;
    text-align: center;
}

.ctab, .ctab:visited {
    border: 1px solid #e87722;
    background-color: #e87722;
    border-radius: 3px;
    color: #fff;
    text-decoration: none !important;
    padding: 15px;
    font-weight: bold;
    font-size: 100%;
    display: inline;
    margin: 30px;
    text-align: center;
    max-width: 500px;
}

.ctab:hover {
    background: #e87722;
    color: #eee;
    -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 {
}

.lg-right {
    float: right;
}

@media only screen and (max-width: 980px) {
    #hero-plus-body .col-md-4 {
        max-width: 100%;
        flex-basis: 100%;
        clear: both !important;
        display: block;
    }

    #hero-plus-body .col-md-8 {
        float: none;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }

    .ctab {
        display: inline-block;
        margin: 10px 30px;
    }

    .lg-right {
        float: none;
    }
}

@media only screen and (max-width: 768px) {
    #gallery .col-md-4 {
        max-width: 100%;
        flex-basis: 100%;
    }

    #hero-plus-body .col-md-8 {
        float: left;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }

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

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

    #hero-plus-body .col-md-4 {
        max-width: 100%;
        flex-basis: 100%;
        margin: 0px auto;
    }

    .ctab {
        margin: 0px 0px 20px;
    }
}