<style type="text/css">
    /* A reset to handle margin and padding for all elements */
    * {
        margin: 0;
        padding: 0;
    }

    body {
        font-family: "Calibri", "Century Gothic", Arial, sans-serif;
        font-size: 14px;
        background-color: #FFFFFF;
        margin: 0;
    }

    /* Link states */
    a {
        background-color: transparent;
    }

    a:link {
        color: #006699;
        text-decoration: underline;
    }

    a:visited {
        color: #000000;
        text-decoration: none;
    }

    a:hover,
    a:active {
        color: #000000;
        text-decoration: underline;
    }

    /* Headings */
    h1 {
        color: #ffffff;
        font-weight: 800;
        font-family: "Calibri", "Century Gothic", Arial, sans-serif;
        font-size: 46px;
        letter-spacing: -2px;
        text-shadow: -1px 0 black, 0 2px black, 2px 0 black, 0 -1px black;
    }

    h5 {
        font-family: "Calibri", "Century Gothic", Arial, sans-serif;
        font-weight: bold;
        line-height: 20px;
        color: #ffffff;
        font-size:36px;
        text-shadow: -1px 0 black, 0 1px black, 1px 0 black, 0 -1px black;
    }

    h1 {
        line-height: 1.1;
    }

    h2 {
        line-height: 1.0;
        color: #ffffff;
        font-weight: 800;
        font-family: "Calibri", "Century Gothic", Arial, sans-serif;
        font-size: 46px;
        letter-spacing: -2px;
        text-shadow: -1px 0 black, 0 2px black, 2px 0 black, 0 -1px black;
    }

    h3 {
        font-family: "Calibri", "Century Gothic", Arial, sans-serif;
        font-weight: bold;
        background-color: #d8d8d8;
        line-height: 20px;
        color: #ffffff;
        font-size: 18px;
        text-decoration: none;
    }

    h4 {
        font-family: "Calibri", "Century Gothic", Arial, sans-serif;
        font-weight: bold;
        line-height: 24px;
        color: #ffffff;
        font-size: 24px;
        text-decoration: none;
    }

    /* Main utility classes */
    .boxShadow2 {
        box-shadow: 2px 2px 3px black;
    }

    .imgContainer {
        max-height: 350px;
        box-shadow: 3px 3px 5px #333333;
        border: 1px solid #000;
        border-radius: 8px;
        max-width: 100%;
        height: auto;
    }

    .lgTypeBlue {
        color: #006699;
        font-weight: 600;
        font-family: "Calibri Light", "Century Gothic", Arial, sans-serif;
        font-size: 45px;
        text-align: center;
        font-style: normal;
        text-shadow: -1px 0 black, 0 1px black, 1px 0 black, 0 -1px black;
    }

    .lgTypeBlack{
        color: #000000;
        font-weight: 500;
        font-family: "Calibri Light", "Century Gothic", Arial, sans-serif;
        font-size: 28px;
        text-align: center;
        font-style: normal;
        margin:10px;
        text-shadow: -1px 0 BLACK, 0 1px BLACK, 1px 0 BLACK, 0 -1px BLACK;
    }

    /* Layout */
    .headBanner, .navbar {
        position: fixed;
        width: 100%;
        z-index: 6;
    }

    .headBanner {
        font-weight: bolder;
        font-family: "Calibri Light", "Century Gothic", Arial, sans-serif;
        text-decoration: none;
        background-color: #F1F0F0;
        left: 0;
        top: 0;
        height: 116px;
        overflow: hidden;
    }

    .navbar {
        background-color: #ffffff;
        top: 116px;
    }

    .menuLink a {
        font-weight: bolder;
        font-family: "Calibri Light", "Century Gothic", Arial, sans-serif;
        font-size: 24px;
        text-decoration: none;
        text-align: center;
        display: block;
        color: #333333;
        padding: 1px 30px;
    }

    .menuLink a:hover {
        background: #000000;
        color: #FFFFFF;
    }

    /* Footer */
    .ccp_wrapup, .ccp_footer {
        width: 100%;
    }

    .ccp_wrapup {
        font-family: "Calibri", "Century Gothic", Arial, sans-serif;
        font-size: 36px;
        font-weight: bold;
        background-color: #d8d8d8;
        line-height: 20px;
    }

    .ccp_wrapup li {
        list-style-type: none;
        font-family: "Calibri", "Century Gothic", Arial, sans-serif;
        font-size: 16px;
        line-height: 20px;
        font-weight: 500;
    }

    .ccp_wrapup a {
        color: #006699;
        padding: 3px;
        text-decoration: none;
    }

    .ccp_wrapup a:hover {
        color: #000;
    }

    .ccp_footer {
        font-size:12px;
        font-weight: normal;
        background-color: #959595;
        line-height: 15px;
        height: 30px;
    }

    /* Backgrounds & Main Content */
    .sheerCell, .callUsToday {
        background: rgba(255, 255, 255, 0.7);
    }

    /* Parallax section */
    .parallax-section {
        background-attachment: fixed;
        background-position: center;
        background-repeat: no-repeat;
        background-size: cover;
        padding-top: 15px;
        text-align: center;
        align-items: center;
        width:100%;

    }

    #uberuns {
        background: url("/images/painting_services_background.jpg") fixed no-repeat center;
        background-size: cover;
        position: relative;
    }
    
    .parallax-content {
        background: rgba(255, 255, 255, 0.7);
        margin: 30px;
        border-radius: 10px;
        align-items: center;
        text-align: center;
    }
        
    .welcomeHome {
        position: relative;
        background: url("/gallery/fb103.jpg") fixed no-repeat center;
        background-size: cover;
        min-height: 500px;
        min-width: 700px;
        padding: 20px 0;
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .welcomeHome .welcome-box {
        background: rgba(255, 255, 255, 0.7);
        margin:25px;
        border-radius: 10px;
       min-width:700px;
    }

    /* Fix for fixed header/nav overlap */
    main {
        padding-top: 142px;
    }

    .companyWelcome, .companyName, .companyTagline {
        text-align: center;
        line-height: 1.3;
        font-style: normal;
        color: #FFFFFF;
        text-shadow: 2px 2px 5px black;
    }

    .companyWelcome {
        font-family: "Calibri", "Century Gothic", Arial, sans-serif;
        font-weight: 700;
        font-size: 65px;
        letter-spacing: -2px;
    }

    .companyName {
        font-family: "Advent Pro", "century gothic", "Arial Narrow", sans-serif;
        font-weight: 600;
        font-size: 72px;
        letter-spacing: -3px;
    }

    .companyTagline {
        font-weight: 500;
        font-family: "Calibri", "Century Gothic", Arial, sans-serif;
        font-size: 36px;
        letter-spacing: -1px;
        line-height: 1.2;
    }

    /* Section classes */
    .content-section {
        padding: 0;
        font-size: 20px;
        text-align: left;
        line-height: 1.3;
        font-style: normal;
        display: flex;
        align-items: center;
        gap: 20px;
    }

    .sectionCCC, .section333, .section666, .sectionC3C, .section999, .sectionEAE, sectionB1 {
        padding: 20px;
        font-size: 20px;
        text-align: left;
        line-height: 1.3;
        font-style: normal;
    }

    .sectionCCC, .sectionC3C, .section999, .sectionEAE, sectionB1 {
        font-family: "Calibri", "Century Gothic", Arial, sans-serif;
        font-weight: 400;
    }

    .sectionB1{
        background-color: #b1b0b0;
        color: #000000;
    }
    .sectionCCC {
        background-color: #cccccc;
        color: #000000;
    }

    .sectiond8 {
        background-color: #d8d8d8;
    }
    .sectionBadges {
        background-color: #999;
        width:100%;
        margin-left: auto;
        margin-right: auto;
        padding: 0 20px;
        align-items: center;
        justify-content: center;
    }

    .section333 {
        background-color: #333333;
        font-weight: 500;
        color: #ffffff;
    }

    .section666 {
        background-color: #666666;
        font-weight: 500;
        color: #000000;
    }

    .sectionC3C {
        background-color: #c3c3c3;
        color: #333333;
    }

    .section999 {
        background-color: #999999;
        color: #333333;
    }

    .sectionEAE {
        background-color: #eaeaea;
        color: #333333;
    }

    #uberuns::after, .welcomeHome::after {
        display: none;
    }

    .container {
        width:100%;
        max-width: 1200px;
        margin-left: auto;
        margin-right: auto;
        padding: 0 20px;
    }

    .wrapupcontainer {
        width:100%;
        max-width: 1200px;
        margin-left: auto;
        margin-right: auto;
        padding: 0 20px;
    }
     .centeredContainer {
        width:100%;
        max-width: 1200px;
        margin-left: auto;
        margin-right: auto;
        padding: 0 20px;
       display:flex;

}

    /* New Flexbox Rules for Layout */
    .header-content, .nav-menu, .footer-links-and-contact {
        display: flex;
        justify-content: space-between;
        align-items: center;
        width: 100%;
    }

.footer-links-and-contact {
    display: grid;
    grid-template-columns: auto 1fr auto;
    gap: 20px;
    align-items: start;
    padding: 20px 0;
}

@media (max-width: 768px) {
    .footer-links-and-contact {
        grid-template-columns: 1fr; /* Stack columns on smaller screens */
    }
}


    .contact-us {
        text-align: right;
    }

    .footer-links {
        flex-grow: 1;
        margin: 0 20px;
    }

    .footer-links ul {
        padding: 2px;
        margin: 0;
    }

    .footer-links li {
        width: 50%;
    }
    
    .footer-image {
        flex-grow: 0;
        margin-right: 20px;
        padding-top:10px;
    }

    .content-wrapper {
        display: flex;
        align-items: center;
        gap: 20px;
    }

    .text-container {
        flex-grow: 1;
    }

    .left-image {
        float: left;
        margin-right: 15px;
    }

    .right-image {
        float: right;
        margin-left: 15px;
    }

    .welcome-box {
        text-align: center;
        padding: 0px 20px;
    }

    .cta-link {
        text-align: center;
        margin-top: 20px;
    }

    /* Container for the whole section */
    .crew-section {
        text-align: center;
        padding: 5px;
        color: #FFFFFF;
        align-items: center;
        background-color: #333333;
    }

    /* Styling for the main heading text */
    .crew-heading, .crew-slogan {
        font-size: 2.5em;
        margin: 0;
    }

    /* Styling for the crew photo and its container */
    .crew-image-container {
        padding: 20px 0;
    }

    .crew-image {
        max-width: 100%;
        height: auto;
        border: 1px solid #FFFFFF;
        transition: all 0.3s ease;
    }

    /* A CSS-only solution for the image swap on hover */
    .crew-image-link:hover .crew-image {
        content: url('/images/crew_fun_sm.jpg');
    }

    /* Styling for the smaller heading text */
    .service-area-heading {
        padding-top: 15px;
        font-size: 2.5em;
        margin: 0;
    }

    /* Styling for the service area paragraph */
    .service-area-text {
        font-size: 1.75em;
        line-height: 1.5;
        margin: 0;
    }

    /* Styling for the social media icon */
    .facebook-icon {
        width: 57px;
        height: 57px;
        margin-right: 5px;
        vertical-align: middle;
    }

    /* General Container */
    .featuredcontainer {
        font-family: "Calibri", "Century Gothic", Arial, sans-serif;
        max-width: 1000px;
        margin: 0 auto;
        padding: 20px;
        background-color: #333;
    }

    .featuredgrid-header {
        text-align: center;
        margin-bottom: 40px;
    }
        
    .featuredgrid-header h1 {
        font-size:3.0em;
        color: #fff;
        margin-bottom: 5px;
    }

    .gallerygrid-header p {
        font-size: 1.2em;
        color: #666;
        margin-top: 0;
    }
        
    /* --- CSS Grid Layout for Featured Photos --- */
    .featured-photo-grid {
        display: grid;
        grid-template-columns: repeat(3, 1fr);
        gap: 15px;
        width: 100%;
        margin: 0 auto;
    }
        
    /* The grid will become a single column on smaller screens */
    @media (max-width: 768px) {
        .featured-photo-grid {
            grid-template-columns: 1fr;
        }
    }

    .featuredgrid-item {
        background-color: #fff;
        border-radius: 10px;
        box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
        overflow: hidden;
        text-align: center;
        transition: transform 0.3s ease;
    }

    .featuredgrid-item:hover {
        transform: translateY(-5px);
    }

    .featuredgrid-item img {
        width: 100%;
        height: 250px;
        object-fit: cover;
        display: block;
        border-radius: 10px;
    }
        
    /* CTA Section at the bottom */
    .cta-section {
        background-color: #ddd;
        padding: 30px;
        text-align: center;
        border-radius: 10px;
        margin-top: 40px;
    }

    .cta-section p {
        margin: 0;
        font-size: 1.5em;
        line-height: 1.5;
    }

    /* Container that defines the grid layout */
    .servicesContainer {
        background-color: #999;
    }

    .services-grid {
        display: grid;
        /* Creates a 3-column grid with equal-sized columns */
        grid-template-columns: repeat(3, 1fr);
        gap: 20px; /* Provides space between the grid items */
        max-width: 900px;
        margin: 0 auto;
        text-align: center;
    }

    /* Styles for each service item to ensure consistent spacing and alignment */
    .service-item {
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        text-align: center;
    }

    /* Styling for the link text */
    .linkChange {
        font-size: 2.25em;
        font-weight: bold;
        margin-top: 15px; /* Space between the image and the link */
    }

    /* Optional: This can be used if you need to style the links within linkChange */
    .linkChange a {
        color: #fff;
        text-decoration:none;
        text-shadow: -1px 0 black, 0 2px black, 2px 0 black, 0 -1px black;
    }

    .linkChange a:hover,
    .linkChange a:active {
        color: #006699;
        text-decoration: underline;
    }


    /* Makes the grid responsive on smaller screens */
    @media (max-width: 768px) {
        .services-grid {
            /* On smaller screens, the grid becomes a single column */
            grid-template-columns: 1fr;
        }
    }

    /* Main container for the project section */
    .project-container {
        max-width: 800px;
        margin: 0 auto;
        padding: 20px;
        font-size:16px;
    }

    /* Styles for the main header at the top */
    .project-header {
        text-align: center;
        position: relative;
        padding-bottom: 20px;
    }

    .project-header h1 {
        display: flex;
        align-items: center;
        justify-content: center;
        color: #333;
    }

    .project-header h1 span {
        margin-left: 10px;
    }

    .project-header .facebook-icon {
        width: 125px;
        height: 125px;
    }

    /* Flexbox container for image and text columns */
    .image-with-text {
        display: flex;
        align-items: center;
        gap: 20px;
        margin: 40px 0;
    }

    .image-with-text.reverse-layout {
        flex-direction: row-reverse;
    }

    .image-column {
        flex: 1;
        text-align: center;
    }

    .text-column {
        flex: 1;
    }

    /* Styling for the large centered image and its container */
    .completed-project {
        text-align: center;
        margin-top: 40px;
    }

    .completed-image-wrapper {
        display: flex;
        justify-content: center;
        margin: 20px 0;
    }

    .completed-image-wrapper img {
        max-width: 100%;
        height: auto;
    }

    /* Responsive adjustments for smaller screens */
    @media (max-width: 768px) {
        .image-with-text {
            flex-direction: column;
        }

        .image-with-text.reverse-layout {
            flex-direction: column;
        }
    }
        
    /* New CSS for the contact form */
    .contact-form {
        display: flex;
        flex-wrap: wrap;
        gap: 20px;
        margin-top: 20px;
        max-width: 800px;
    }
        
    .form-group {
        display: flex;
        flex-direction: column;
        flex: 1 1 550px;
    }
        
    .form-group.full-width {
        flex-basis: 100%;
    }

    .contact-form label {
        font-size: 0.9em;
        margin-bottom: 5px;
        font-weight: 600;
    }

    .contact-form input,
    .contact-form textarea {
        padding: 10px;
        border: 1px solid #ccc;
        border-radius: 5px;
        font-size: 0.7em;
        width: 100%;
    }

    .cta-button {
        display: inline-block;
        padding: 12px 24px;
        background-color: #006699;
        color: #fff;
        text-decoration: none;
        font-size: 1em;
        border: none;
        border-radius: 5px;
        font-weight: bold;
        cursor: pointer;
        transition: background-color 0.3s;
    }

    .cta-button:hover {
        background-color: #004466;
    }

//tri boxes***************************************************************/
        /* OUTER CONTAINER - Used for full-width background color */

        .additional-services-container {
            width: 100%; /* Keep 100% for the full-width background color */
            background-color: #333;
            display: flex; /* Helps center the inner content container */
            /* Removed justify-content: center; */
        }
        
        /* INNER CONTAINER - This element is limited in width and centered on the page */
        .additional-services {
            display: flex;
            max-width: 1200px; /* Limits the content width */
            width: 100%; /* Ensures it fills its container up to the max-width */
            flex-wrap: wrap;
            margin: 0 auto; /* KEY FIX: Centers the block on the page */
            justify-content: center; /* Centers items when there is extra space or when they wrap */
            /* Corrected CSS comment syntax */
        }
        
        /* This CSS styles each individual image item. */
        .additional-services-image-item {
            flex: 1 1 300px; 
            text-decoration: none;
            color: #333;
            border: 2px solid #000;
            border-radius: 8px;
            overflow: hidden;
            box-shadow: 0 4px 8px rgba(0,0,0,0.1);
            transition: transform 0.3s ease;
            margin: 20px; /* Provides spacing between the cards */
        }
        
        /* This adds a subtle lift effect when the user hovers over an image item. */
        .additional-services-image-item:hover {
            transform: translateY(-5px);
        }
        
        /* Ensures the link block fills the entire image item for a larger clickable area. */
        .additional-services-image-item a {
            text-decoration: none;
            color: inherit;
            display: block;
        }
        
        /* Makes the image responsive and fill its container. */
        .additional-services-image-item img {
            width: 100%;
            height: auto;
            display: block;
            max-height: 500px;
        }
        
        /* Styles the caption text. */
        .additional-services-caption {
            text-align: center;
            padding: 10px;
            font-size: 1.2em;
            font-weight: bold;
            background-color: #000;
            color: #fff;
        }
        .additional-services-captionContent {
            padding: 10px;
            font-size: 1.0em;
            font-weight: normal;
            background-color: #000;
            /* CRITICAL FIX: Changed 'text-align; left;' to 'text-align: left;' */
            text-align: left;
            color: #fff;
        }



</style>
