/* /Layout/MainLayout.razor.rz.scp.css */
.app-title[b-mizy7xa122] {
    display: inline;
}

.app-title[b-mizy7xa122]  .mud-button {
    position: relative;
    width: 200px;
    max-height: 64px;
    padding-top: 0;
    padding-bottom: 0;
}

.app-title[b-mizy7xa122]  .mud-button-label {
    position: relative;
}

.app-title[b-mizy7xa122]  img {
    position: relative;
    top: 5px;
}
/* /Layout/NavMenu.razor.rz.scp.css */
[b-b8uk4k0g34] {
    display: inline;
}

[b-b8uk4k0g34] .top-bar .mud-nav-link-text {
    margin-left: 0 !important;
    margin-inline-start: 0 !important;
}
/* /Pages/Contact/Map.razor.rz.scp.css */
iframe[b-t48oldipe6] {
    border: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
}
/* /Pages/Home/Hero.razor.rz.scp.css */
.hero-image[b-re4mxpcvjh] {
    background-image: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url('/images/hero.jpg');
    height: 75vh;
    width: 100%;

    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
}

.hero-text[b-re4mxpcvjh] {
    width: 50%;
    text-align: center;
    position: absolute;
    top: 50%;
    left: 75%;
    transform: translate(-50%, -50%);
    color: white;
    font-size: 22px;
}

@media screen and (max-width: 768px) {
    .hero-text[b-re4mxpcvjh] {
        width: 95%;
        left: 50%;
        font-size: 20px;
    }
}

.headline[b-re4mxpcvjh] {
    font-weight: 700;
    font-size: 62px;
}

.branding-color[b-re4mxpcvjh] {
    color: #ffee6b;
}

/* .appointment-button {
    width: 240px;
    position: absolute;
    top: 90%;
    left: 50%;
    transform: translateX(-50%);
} */
