.intro-text .content {
    background: rgb(30 30 30 / 60%);
    border-radius: 30px;
}

.intro-text :is(h1, h2, h3, h4, h5, h6) {
    padding: 20px;
    text-shadow:
        -1px -1px 0 #000,
        1px -1px 0 #000,
        -1px 1px 0 #000,
        1px 1px 0 #000;
}

.img-team {
    max-height: 25em;
}

.navbar-brand {
    font-family:
        "Droid Serif", "Helvetica Neue", Helvetica, Arial, sans-serif !important;
    font-style: italic !important;
}

.navbar-right {
    font-size: 20px;
}

.contact-content {
    color: white;
    background: rgb(30 30 30 / 60%);
    border-radius: 30px;
}

.contact-content p {
    font-size: 20px;
}

.contact-content p a {
    color: white;
    font-size: 20px;
}

.map-row {
    color: white;
    margin-top: 2em;
    background: rgb(30 30 30 / 60%);
    border-radius: 30px;
}

.map-row h1 {
    padding: 0.3em;
}

/* Primary color */
:root {
    --primary: #3498db;
    --secondary: #2ecc71;
}

/* Links */
a {
    color: #3498db;
}

a:hover {
    color: #217dbb;
}

.service-link {
    display: block;
    color: inherit;
    text-decoration: none;
}

.service-link:hover {
    text-decoration: none;
}
