

.hero-section {
    position: relative;
    height: 100vh;
    overflow-x: hidden;
    display: flex;
    justify-content: center;
    align-items: center;
    color: black;
   
}

.parallax-bg {
    background-image: url('/img/header.jpg'); /* Replace with your image */
    background-size: cover;
    background-attachment: fixed;
    background-position: center;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
}

.content {
    text-align: center;
    padding: 20px;
}

h1 {
    font-size: 3rem;
    margin-bottom: 10px;
}

p {
    font-size: 1.2rem;
    margin-bottom: 20px;
    color: white;
}

.cta-button {
    padding: 10px 20px;
    background-color: #007bff;
    color: white;
    text-decoration: none;
    
}

.cta-button:hover {
    background-color: #0056b3;
}

.content-section {
    padding: 50px 20px;
    text-align: center;
    background-color: #f4f4f4;
}

@media (max-width: 500px) {
    h1 {
        font-size: 2rem;
    }
    .hero-section {
    
    height: 100vp;
    overflow-x: hidden;
        
    display: flex;
        background-image: url(../img/SolomonChilds_Header-01_Mobile.png);
    justify-content: center;
    align-items: center;
    color: black;
    object-fit: scale-down;
    background-repeat: no-repeat;
   
}


    p {
        font-size: 1rem;
    }
}
.hero-section2 {
    position: relative;
    height: 100vh;
    overflow: hidden;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #fff;
}
.parallax-bg2 {
    background-image: url('/img/header.jpg'); /* Replace with your image */
    background-size: cover;
    background-attachment: fixed;
    background-position: center;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
}
