body {
    background-color: #f2f3c9;
}

footer {
    background-color: #d5642f;
    color: #f2f3c9;
}

header {
    background-color: #285442;
}

h1 {
    margin: 1rem 0;
}

h1, h2, .text-link {
    color: #d5642f;
}

.fs-small {
    font-size: 0.8rem;
}

.fs-common {
    font-size: 1rem;
}

.fs-bigger {
    font-size: 1.25rem;
}

.fs-biggest {
    font-size: 1.5rem;
}

.nav-container {
    margin-top: 60px;
}

.navbar-toggler {
    border: none;
    padding: 0;
    height: 40px;
}

.navbar-toggler:focus {
    box-shadow: none;
}

.nav-link,
.nav-burger,
.social {
    color: #f2f3c9;
    transition: color 0.2s ease;
}

.nav-link:hover,
.nav-link[aria-current="page"] {
    color: #c9cc7a;
}

.nav-burger {
    font-size: 36px;
}

.social {
    font-size: 1.75rem;
    display: inline-block;
    transition: transform 0.2s ease;
}

.social:hover {
    color: #fff7b3;
    transform: scale(1.15) translateY(-2px);
}

.copyright {
    font-size: 0.8rem;
}

.logo {
    margin: -60px 0;
}

.logo img {
    border: #285442 solid 6px;
    border-radius: 50%;
    height: 160px;
}

.banner {
    background-image: url("../images/banner-mobile.jpg");
    background-size: cover;
    background-position: left;
    height: 348px;
}

.intro {
    width: 160px;
    border: #d5642f solid 6px;
    border-radius: 50%;
}

.intro-text {
    display: flex;
    align-items: center;
    text-align: center;
    padding: 0.5em;
    font-weight: bold;
    font-size: 19px;
}

.intro-header {
    margin-top: 1rem;
    text-align: center;
    color: #285442;
    font-weight: bold;
}

.table-row {
    background-color: #fff7b3;
}

.table-row:hover {
    cursor: pointer;
    filter: brightness(95%);
}

.accordion-open,
.collapsed .accordion-close {
    display: none;
}

.accordion-close,
.collapsed .accordion-open {
    display: inline;
}

.service-name {
    padding: 0.5em;
}

.service-price {
    min-width: 5.3em;
    padding-right: 0.5em;
    text-align: right;
}

.map-wrapper {
    padding-top: 70%;
}

.inbody {
    shape-outside: url('../images/inbody-outline.png');
}

.commercial {
    background-color: #fff7b3;
}

@media screen and (min-width: 576px) {
    /* The layout is still mobile friendly, but with the bigger screen some things can look like on computer (>= Bootstrap sm) */

    .slogan-wrapper {
        width: 50%;
        float: right;
        padding-right: 2em;
    }

    .slogan {
        padding: 1em;
        background-color: #ffffff59;
    }

    .slogan-header {
        margin: 0;
        font-size: max(2.7vw, 20px);
    }

    .slogan-subheader {
        font-size: max(1.5vw, 16px);
    }

}

@media (min-width: 768px) {
    /* Hamburger menu disappears and classic menu appears (>= Bootstrap md) */

    .nav-menu {
        justify-content: center;
    }

    .navbar-nav {
        align-items: center;
    }

    .nav-item {
        width: 145px;
        text-align: center;
    }

    .nav-link {
        padding: 0;
    }

    .banner {
        background-image: url("../images/banner.jpg");
        background-position: center;
    }

    .w-md-35 {
        width: 35% !important;
    }

    .w-md-40 {
        width: 40% !important;
    }

    .map-wrapper {
        padding-top: 40%;
    }
}

@media screen and (min-width: 992px) {
    /* Bigger screens can have bigger elements (>= Bootstrap lg) */

    .fs-small {
        font-size: 1rem;
    }

    .fs-common {
        font-size: 1.25rem;
    }

    .fs-bigger {
        font-size: 1.5rem;
    }

    .fs-biggest {
        font-size: 1.75rem;
    }

    .logo {
        margin: -74px 0;
    }

    .logo img {
        height: 200px;
        border-width: 8px;
    }

    .nav-container {
        margin-top: 76px;
    }

    .nav-item {
        width: 150px;
    }

    .banner {
        height: 34.6vw;
        min-height: 400px;
    }

    .intro {
        width: 200px;
        border-width: 8px;
    }

    .intro-text {
        font-size: 21px;
    }

    .map-wrapper {
        width: 60% !important;
    }

}
