@import url('https://fonts.googleapis.com/css2?family=Work+Sans&display=swap');

svg {
    overflow: hidden;
    vertical-align: middle;
    margin-top: -14px;
    fill: #fff;
}

.logo {
    width: 200px;
    max-width: 100%;
}


.sticky-top > #hero-plus-header {
    background: #fff;
    -moz-box-shadow: 0 0 6px -1px;
    -webkit-box-shadow: 0 0 6px -1px;
    box-shadow: 0 0 6px -1px;
}

social-icons {
    display: block;
    color: #DE7733; 
    text-align: text;
    margin-top: 30px;
}

.card {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-color: #fff;
    background-clip: border-box;
    border: 0px solid rgba(0, 0, 0, .125);
    border-radius: 0.25rem;
-webkit-box-shadow: 2px 2px 12px 0px rgba(168,19,5,0.75);
-moz-box-shadow: 2px 2px 12px 0px rgba(168,19,5,0.75);
box-shadow: 2px 2px 12px 0px rgba(168,19,5,0.75);
}


body {
  font-family: "Work Sans", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
}


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


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




.card-body {
    display: none;
}

#gallery h2 {
    display: none;
}
#footer {  padding: 2em; text-align: center; margin: auto; width: 50%; max-width: 100%; }

#gallery {
    background-color: rgba(252, 76, 2, 0.75);
    color: #fff;
    padding: 3% 8%;
    text-align: center;
    margin: 20px auto;
    max-width: 100%;
    flex-basis: 100%;
}


#hero-plus-body {
font-size: 18px;
}

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

#txt {
    padding: 2% 12%;
}

/*Hero Box*/
#hero-plus-hero { align-items:start;
}
.col-lg-3 {
    -ms-flex: 0 0 25%;
    flex: 0 0 33.33%;
    max-width: 33.33%;
}

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

#hero-plus-body p {
    font-sIze: 18px;
}

/*Footer Box*/
#hero-plus-footer {
    background-color: #F48E4B;
    color: #fff;
    padding: 50px;
}

h1, h2 { 
    text-align: center;
    margin: 20px auto 30px;
}
h1 {font-size: 1.7rem; color: #DC7028;font-weight: 800; font-optical-sizing: auto;}
h2 {font-size: 1.3rem; font-style: italic; color: #4A5B53; }
.link, .link:visited, .link:hover {
    display: inline-block;
    text-decoration: none !important;
    color: #fff;
    font-size: 2em;
    font-weight: bold;
}

.soc, .soc:visited {
    display: inline-block;
    color: #fff;
font-size:150%;
    margin: 15px;

}

 .soc:hover {
    display: inline-block;
    color: #fff;

opacity:.8
}


/* Control carousel arrow*/
.carousel-gallery-arrow {
}
.ctab:hover { text-decoration: none; }
.ctab, .ctab:visited, .ctab:hover {
    display: block;
    background: #F48E4B;
    color: #fff;
    margin: 30px;
    padding: 10px 20px;
    text-align: center;
    font-weight: bold;
    font-size: 20px;
}

#toggle a:link {
background: #d04e48;
    color: #fff;
    padding: 10px;
    text-align: center;
    margin: 30px auto;
    width: 200px;
    display: block;
}

#toggle a:visited {
        color: #fff;
}

#toggle a:hover {
    color: #fff;
}

 .social-icons {
        text-align: center;
        margin-top: 20px;
    }

.tq, .toggle {
    background: #DE7733;
    text-align: center;
    margin: 30px auto;
    padding: 20px; color: #fff;
    font-weight: 600;
}

#toggle a, #toggle a:visited, #toggle a:hover {
    text-decoration: none !Important;
}

.gallery-inline .img-fluid {
    box-shadow: 0px 0px 6px -2px #cccccc;
}

@media only screen and (max-width: 768px) {
    .col-lg-3 {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }

    #hero-plus-header {
        display: block;
        text-align: center;
    }

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


    .vid-inline {
        float: none;
        width: 100%;
        margin: 20px auto;
    }

    .ctab {
        display: block;
    }

    .col-md-6 {
        display: block;
        max-width: 100%;
        float: none;
        text-align: center;
    }

    .soc {
        float: none;
        margin: 20px;
    }

    .logo {
        margin: 10px;
        max-width: 85%;
    }

    #hero-plus-footer .col-md-4 {
        text-align: center;
    }

    .social-icons {
        text-align: center;
        margin-top: 20px;
    }
}