* {
    /* Responsive container */
    .container {
        max-width: 800px;
        margin: 0 auto;
        padding: 0 24px;
        width: 100%;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
    }

    /* Responsive image */
    .responsive-img {
        max-width: 1200px;
        width: 100%;
        height: auto;
        display: block;
        margin-left: auto;
        margin-right: auto;
    }
        .container {
            max-width: 90vw;
            padding: 0 16px;
        }
        .responsive-img {
            width: 100%;
            max-width: 800px;
        }
        .container {
            max-width: 98vw;
            padding: 0 8px;
        }
        .responsive-img {
            width: 100%;
            max-width: 600px;
        }
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}


body {
    font-family: 'DM Sans', sans-serif;
    text-align: center;
    background-image: url('Images/construction-worker-sparks-smaller.png');
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    background-attachment: scroll;
    min-height: 100vh;
    letter-spacing: 0.25em;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

img {
    position: center;
    top: 160px;
    left: 100px;
    width: 600px;
    margin-bottom: 40px;
}
.center-img {
  display: block;
  margin-left: auto;
  margin-right: auto;
  
}
.tight-spacing {
    margin-bottom: 2px;
    margin-top: 2px;
}

h1 {
    font-family: 'DM Sans', sans-serif;
    font-weight: 700;
    font-size: 40px;
    margin-bottom: 40px;
    line-height: 1.2;
    color: #FFFDE8;
}

p {
    font-size: 16px;
    line-height: 1.6;
    max-width: 800px;
    color: #FFFDE8;
}

.subheader {
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 40px;
    text-align: center;
    display: block;
    word-break: break-word;
    white-space: normal;
}

.no-wrap-text {
    text-align: center;
    display: block;
    word-break: break-word;
    white-space: normal;
}

.last-subheader {
    margin-bottom: 20px;
}
hr {
    border: none;
    border-top: 1px solid #FFFDE8;
    margin: 20px auto;
    width: 30%;
}
.intro-text {
    margin-top: 40px;
}
.cta-text {
    font-weight: 800;
    font-size: 20px;
    margin: 40px auto 20px;
    color: #f47f2c;
    font-family: 'DM Sans', sans-serif;
}

a {
    color: #FFFDE8;
    text-decoration: none;
}

a:hover {
    text-decoration: underline;
}

.phone {
    margin-bottom: 0;
}

.email {
    margin-bottom: 0;
}

/* Tablet (approx 1024px and below) */
@media only screen and (max-width: 1024px) {
    body {
        background-image: url('Images/construction-worker-sparks-smaller.png');
        background-size: cover;
        background-position: center center;
        background-repeat: no-repeat;
        background-attachment: scroll;
        min-height: 100vh;
        margin-left: 32px;
        margin-right: 32px;
    }

    img {
        top: 120px;
        left: 60px;
        width: 500px;
    }

    h1 {
        font-size: 30px;
        color: #FFFDE8;
    }

    p {
        font-size: 16px;
        line-height: 1.6;
        max-width: 800px;
        color: #FFFDE8;
        text-align: center;
        
    }

    .subheader {
        font-size: 18px;
        font-weight: 600;
    }

    .cta-text {
        font-size: 18px;
        color: #f47f2c;
        font-weight: 800;
    }
}

/* Mobile (approx 768px and below) */
@media only screen and (max-width: 768px) {
    body {
        background-image: url('Images/construction-worker-sparks-smaller.png');
        background-size: cover;
        background-position: center center;
        background-repeat: no-repeat;
        background-attachment: scroll;
        min-height: 100vh;
        margin-left: 8px;
        margin-right: 8px;
    }

    img {
        top: 80px;
        left: 60px;
        width: 400px;
    }

    h1 {
        font-size: 24px;
        margin-bottom: 20px;
        color: #FFFDE8;
    }

    p {
        font-size: 14px;
        color: #FFFDE8;
        margin-bottom: 30px;
    }

    .subheader {
        font-size: 16px;
        font-weight: 600;
    }

    .cta-text {
        font-size: 16px;
        color: #f47f2c;
        font-weight: 800;
    }
}
