body {
    font-family: Arial, sans-serif;

}

.hero {
    background-color: forestgreen;
    background-size: cover;
    padding: 100px 0;
    padding-top: 150px;
}

.carousel-item img {
    width: 100%;
    height: auto; /* Adjust height as needed */

}

#carouselHeader{
    width: 65%;
    height: auto;
    margin: auto;
}



#home{

}

.hero h1 {
    font-size: 3.5rem;
}

.hero p {
    font-size: 1.5rem;
}

section {
    padding: 60px 0;
}

section img {
    max-width: 100%;
    height: auto;
}

#our_services{
    padding-top: 20px;
    padding-bottom: 35px;
}


.button {
    background: #fff;
    backface-visibility: hidden;
    border-radius: .375rem;
    border-style: solid;
    border-width: .125rem;
    box-sizing: border-box;
    color: #212121;
    cursor: pointer;
    display: inline-block;
    font-family: Circular,Helvetica,sans-serif;
    font-size: 1.125rem;
    font-weight: 700;
    letter-spacing: -.01em;
    line-height: 1.3;
    padding: .875rem 1.125rem;
    position: relative;
    text-align: left;
    text-decoration: none;
    transform: translateZ(0) scale(1);
    transition: transform .2s;
    user-select: none;
    -webkit-user-select: none;
    touch-action: manipulation;
}

    .button:not(:disabled):hover {
        transform: scale(1.05);
    }

    .button:not(:disabled):hover:active {
        transform: scale(1.05) translateY(.125rem);
    }

    .button:focus {
        outline: 0 solid transparent;
    }

    #button:focus:before {
        content: "";
        left: calc(-1*.375rem);
        pointer-events: none;
        position: absolute;
        top: calc(-1*.375rem);
        transition: border-radius;
        user-select: none;
    }

    .button:focus:not(:focus-visible) {
        outline: 0 solid transparent;
    }

    .button:focus:not(:focus-visible):before {
        border-width: 0;
    }

    .button:not(:disabled):active {
        transform: translateY(.125rem);
    }

#contact-us {
    background-color: #f8f9fa;
    padding: 30px;
    border-radius: 8px;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
    margin-top: 20px;
}
#contact-us h2 {
    color: #343a40;
}
#contact-us p {
    font-size: 1.2rem;
    color: #495057;
}
#contact-us a {
    color: #007bff;
    text-decoration: none;
}
#contact-us a:hover {
    text-decoration: underline;
}

h1 {
    font-family: "bebas-neue-pro-semiexpanded", sans-serif;
    font-weight: 600;
    font-style: normal;
}
h2 {
    font-family: "bebas-neue-pro-semiexpanded", sans-serif;
    font-weight: 600;
    font-style: normal;
}
#header-undertext {
    font-size: 2rem;
    padding-bottom: 15px;
}
h3 {
    font-family: "bebas-neue-pro-semiexpanded", sans-serif;
    font-weight: 400;
    font-style: normal;
}

#photoCarousel{
    padding-top: 25px;
}
.column-item{
    padding-top: 8px;
    padding-bottom: 8px;
}
