body {
    font-family: "Times New Roman", Georgia, serif;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: Karma, serif;
    letter-spacing: 5px;
}

nav a {
    font-family: Karma, serif;
    font-size: 1.25rem;
    letter-spacing: 2px;
}

a.anchor {
    display: block;
    position: relative;
    top: -150px;
    visibility: hidden;
}

.site-topbar {
    max-width: 1200px;
    margin: auto;
}

.site-logo-link {
    padding: 0;
    margin: 0;
}

.site-logo-mobile {
    width: 36vw;
    height: auto;
    max-width: 150px;
}

.site-logo-mobile-small {
    width: 35vw;
    height: auto;
    max-width: 150px;
}

.site-topbar-layout {
    display: flex;
    justify-content: space-between;
}

.site-topbar-side {
    width: 30%;
}

.site-logo-desktop {
    height: auto;
    width: 150px;
}

.site-main {
    max-width: 1200px;
    margin-top: 100px;
}

.site-hero-title {
    padding: 0 16px;
    padding-top: 8px;
    font-weight: bold;
}

.site-mobile-cta {
    color: #f44336;
    width: 100%;
}

.site-row-tight {
    margin: 0 -16px;
}

.site-row-inner {
    display: flex;
    justify-content: center;
    align-items: flex-start;
    flex-wrap: wrap;
    gap: 16px;
    max-width: 720px;
    margin: 0 auto;
}

.site-info-col {
    flex: 1 1 280px;
    max-width: 340px;
}

.site-section-row {
    padding: 0 16px;
}

#willsbach{
    font-size: 1.5rem;
    font-weight: bold;
}

.site-address-box {
    max-width: none;
    margin: 0;
    text-align: center;
}

.site-hours-box {
    max-width: none;
    margin: 0;
    text-align: center;
}

.site-text-accent {
    color: #f44336;
}

a.site-text-accent {
    color: #f44336;
}

.site-video {
    width: 100%;
    height: 315px;
}

.img-full {
    width: 100%;
}

.img-full-auto {
    width: 100%;
    height: auto;
}
