@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: white;
}
.card-title {
    font-size: 18px;
    text-transform: capitalize;
    margin-bottom: .75rem;
    display: none;
}
#share-floating-bar{display:none;}

.card-body {
    background: #00b4e5;
    color: #fff;
    padding: 10px 10px 5px 10px;
}

.box{border: 1px solid; padding:20px; margin-bottom:15px;}

table {
    margin-bottom: 20px;
}

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

.card-title {
    font-size: 18px;
    text-transform: capitalize;
    margin-bottom: .75rem;
}

.logo {
    margin: 10px;
    padding: 5px;
    height: 75px
}

.hero {
    max-width: 100%;
}

#txt {
    padding: 2% 10%;
}

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

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

/*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;
}

.link:hover {
}

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

#hero-plus-body .col-md-8 {
    float: left;
}

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

.soc:hover {
    color: #000;
}



h3 {
    color: #ffffff;
    margin-bottom: 20px;
}

h1 {
    font-size: 1.8rem;
font-weight:bold;
}

.h2, h2 {
    font-size: 1.3rem;
    padding: 15px;
}

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

#gallery h2 {
    display: none;
}

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

#gallery {
    background: #7fd9f3;
    padding: 20px 5% 5%;
    text-align: center;
}
h2 ul li {
    font-size: 21px;
    margin: 10px 0px 10px -35px;
    text-align: left;
}
.ctab, .ctab:visited {
    background: #29c2a1;
    border-radius: 3px;
    color: #fff;
    text-decoration: none !important;
    padding: 15px;
    font-weight: bold;
    font-size: 100%;
    display: block;
    margin: 30px;
    text-align: center;
}

.ctab:hover {
    background: #333;
    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 {
    background: #333;
    padding: 50px;
    text-align: center;
    display: block;
}

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

@media only screen and (max-width: 768px) {
    #gallery .col-md-4 {
        max-width: 100%;
        flex-basis: 100%;
    }
h1 {
    font-size: 22px;     text-align: left;
}
.logo {
    margin: 0px auto;
    text-align: center;
    display: block;
}
    #hero-plus-header {
        display: block;
        margin: 0px auto;
    }

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

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

div.social-icons {
    display: block;
    width: 100%;
    margin: 0px auto 35px auto;
}

.social-link, .social-link:visited {
    display: inline-block;
    width: 50px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    color: #ffffff;
    font-size: 26px;
    font-weight: bold;
    text-align: center;
    transition: 0.3s all ease-in-out;
    padding: 0px;
    border-radius: 500px;
    margin: 5px 10px;
}

.social-link i {
    /* padding-right: 10px; */
}

.social-link:hover {
    background: transparent;
    color: #ffffff;
    opacity: .8;
    text-decoration: none;
}

.footer-link, .footer-link:visited {
    display: inline-block;
    color: #ffffff;
    font-size: 24px;
    font-weight: bold;
    transition: 0.2s all ease-in-out;
    margin: 20px 0px 20px 0px;
}

.footer-link:hover, .footer-link:active, .footer-link:focus {
    color: #ffffff;
    opacity: .8;
    text-decoration: none;
}

.linked-url {
    display: none!important;
}