/*

Theme Name:  H&T Theme 2025
Author: HandsAndTime.com
Version: 1.0

*/
.bg-dark {
    background-position: center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover;
}

.lead {
    font-size: 1.25rem;
    font-weight: 300;
    color: black;
}

/* Site specific styles */

/*Sets background image in heading section */
.heading-image {
    background-image: url("assets/header_blue.jpg");
    /* The image used */
    background-color: #000033;
    /* Used if the image is unavailable */
    height: 500px;
    /* You must set a specified height */
    background-position: left;
    /* Image alignment */
    background-repeat: no-repeat;
    /* Do not repeat the image */
    background-size: cover;
    /* Resize the background image to cover the entire container */
}

.footer-bkg {
    background-color: #000033;
}

.site_primary_heading {
    color: #0d6efd;
}

/* Services section styles */
.sec_services_icon {
    color: #000033;
}

.sec_services_title {
    color: #0d6efd;
}

.sec_services_text {
    color: #000033;
}

/*Image carousel section styles and overrides*/
.carousel-text {
    color: whitesmoke;
}




.sitecolor01 {
    color: #000033;
}

.sitecolor02 {
    color: #002E61;
}

.sitecolor03 {
    color: #0d6efd;

}

.sitecolor04 {
    color: #0084A3;
}

.sitecolor05 {
    color: #00B1B2;
}

.sitecolor06 {
    color: #48FFB7;
}