body {
    padding-top: 80px;
    font-family: Arial, Helvetica, sans-serif;
}

.navbar-brand img {
    max-height: 60px;
    height: auto;
}

.hero-section {
    min-height: 80vh;
    background: url('img/hero.jpg') center center / cover no-repeat;
    display: flex;
    align-items: center;
    color: white;
    position: relative;
}

.hero-section::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.45);
    z-index: 0;
}

.hero-section .container {
    position: relative;
    z-index: 1;
}

.hero-section h1 {
    text-shadow: 0 2px 5px rgba(0,0,0,0.3);
}


.section-title {
    font-weight: 600;
}

.service-icon {
    max-height: 150px;
    height: 150px;
    width: auto;
    margin-bottom: 20px;
}

footer {
    font-size: 0.9rem;
}