/* sticky header background, in case option is checked */


@import url('https://fonts.googleapis.com/css2?family=Source+Sans+Pro:ital,wght@0,400;0,700;1,400;1,700&display=swap');




.sticky-top > #hero-plus-header {
        color: #fff;
    background: #2e2d2e;
font-family: 'Source Sans Pro', sans-serif;
}

.logo {
    width: 150px;
    margin: 5px;
}

#txt {
    padding: 2% 15%;
}

.row2{width:100%; max-width:100%; display:block;}

#gallery {
    padding: 1% 5%;
}

#gallery h2 {
    display: none;
}

.card-body {
    display: none;
}
#gallery-title-uuid{
display:none;}

/*Header Box*/
#hero-plus-header {
    align-items: start;
	    color: #fff;
    background: #2e2d2e;
}

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

/*Body Box*/
#hero-plus-body {    color: #fff;
    background: #2e2d2e;
font-family: 'Source Sans Pro', sans-serif;
    font-size: 110%;
font-weight: 400;
}

.carousel-control-next, .carousel-control-prev {
    font-size: 120%;
    position: absolute;
    top: 0;
    bottom: 0;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 15%;
    color: #ff5e4d;
    text-align: center;
    opacity: .5;
}

.carousel-control-next:hover, .carousel-control-prev:hover{
color:#9ae51a;
}

.carousel-indicators li{
background-color:#9ae51a;
width: 30px;
       height: 15px;
    bottom: 1px;
    border-radius: 15px;
}

.carousel-indicators .active{
background-color:#ff5e4d!important;
}




/*Footer Box*/
#hero-plus-footer {
        color: #fff;
    background: #2e2d2e;
    padding: 40px 20%;
font-family: 'Source Sans Pro', sans-serif;
}

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

.ctab, .ctab:visited, .ctab:hover {
   background-color: #ff5e4d;
    color: #000;
    padding: 15px;
    margin: 30px;
    text-decoration: none !Important;
font-family: 'Source Sans Pro', sans-serif;
border-radius:10px;
font-weight:bold;
}

.tq {
    background: #ef382a;
    padding: 20px;
    text-align: center;
    margin: 20px auto;
    color: #fff;
    font-size: 1.4em;
    font-weight: bold;
font-family: 'Source Sans Pro', sans-serif;
}

h1 {
    color: #9ae51a;
    font-weight: bold;
    font-size: 1.8rem;
font-family: 'Source Sans Pro', sans-serif;
margin-bottom:25px;
text-align:left;
}

.right{
float:right; 
width:45%;
margin:3%;
margin-top:0%;
}



h1, h2 {
    text-align: left;
}

h2 {
    margin: 20px 12px;
    font-size: 1.8rem;
    color: #9ae51a;
}

#social {
    right: 20%;
    margin-top: 20px;
    float: right;

}

.soc, .soc:visited, .soc:hover {
    color: #fff;
    padding: 10px;
    margin: 5px;
}

.hero {
    max-width: 100%;
}

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

.right{
float:right; 
width:94%;
margin:3%;
margin-top:0%;
}

#txt {
    padding: 2% 5%;
}


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

    #hero-plus-header {
        display: block;
    }

    .logo {
        text-align: center;
        display: block;
        margin: 0px auto;
    }

    .ctab {
        display: block;
        text-align: center;
        margin: 10px auto;
    }

   .ctab:hover {
        display: block;
        text-align: center;
        margin: 10px auto;
    }

    #social {
        position: inherit;
        text-align: center;
        margin: 20px auto;
        display: inline-block;
    }

    h1 {
        font-size: 1.5rem;
        margin-top: 16px;
    }

    h2 {
        font-size: 1.3em;
    }

.logo {
    width: 100px;
    margin: 5px;
}
}