body {
    margin:0;
    font-family:Arial, sans-serif;
    color:#111827;
    background:#f8fafc;
}

.site-header {
    display:flex;
    justify-content:space-between;
    align-items:center;
    padding:20px;
}

.site-header img {
    max-height:120px;
}

.header-contact {
    display:flex;
    flex-direction:column;
    text-align:right;
}

.header-contact a:first-child {
    font-size: 1.5rem;
    font-weight: bold;
    color: #c62828;
} 

.main-nav {
    background:#1f2937;
    text-align:center;
    padding:15px;
}

.main-nav a {
    color:white;
    text-decoration:none;
    margin:0 20px;
    font-weight:bold;
}

.hero img {
    width:100%;
    display:block;
}

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

.btn {
    display:inline-block;
    background:#c62828;
    color:white;
    padding:15px 25px;
    text-decoration:none;
    border-radius:5px;
    text-align:center;
    max-width:90%;
}

.services,
.not-accepted,
.gallery,
.why-us {
    max-width:1200px;
    margin:auto;
    padding:40px 20px;
}

.gallery img {
    width:30%;
    margin:1%;
}

footer {
    background:#1f2937;
    color:white;
    text-align:center;
    padding:40px;
}

footer img {
    max-height:100px;
}
/* Mobile Devices */

@media (max-width: 768px) {

    .site-header {
        flex-direction: column;
        text-align: center;
        padding: 10px;
    }

    .header-logo img {
        max-height: 90px;
        margin-bottom: 10px;
    }

    .header-contact {
        text-align: center;
        width: 100%;
    }

    .header-contact a {
        display: block;
        margin: 5px 0;
        font-size: 1.1rem;
        word-break: break-word;
    }

    .main-nav a {
        display: block;
        margin: 10px 0;
    }

    .gallery img {
        width: 100%;
        margin: 10px 0;
    }

    .btn {
        display:block;
        width:90%;
        margin:20px auto;
        font-size:1rem;
        line-height:1.4;
    }

}


}
