html {
    font-size: 14px;
    position: relative;
    min-height: 100%;
}

@media (min-width: 768px) {
    html {
        font-size: 16px;
    }
}

.btn:focus, .btn:active:focus, .btn-link.nav-link:focus, .form-control:focus, .form-check-input:focus {
    box-shadow: 0 0 0 0.1rem white, 0 0 0 0.25rem #258cfb;
}

body {
    margin: 0;
    padding: 0;
}

h1, h2, h3, h4, h5 {
    font-family: 'Playfair Display', serif;
}

/* Shorter banner for inner pages */
.page-banner {
    position: relative;
    width: 100%;
    height: 55vh;
    min-height: 280px;
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
}

.page-banner-bg {
    position: absolute;
    inset: 0;
    background-size: cover;
    background-position: center;
    filter: brightness(50%);
}

.page-banner-content {
    position: relative;
    color: white;
    text-align: center;
    z-index: 1;
    padding: 0 1rem;
}

/* Full-height hero — used by Contact and other pages */
.hero {
    position: relative;
    width: 100%;
    height: 100vh;
    display: flex;
    justify-content: center;
    align-items: center;
}

.hero::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: url(../img/Banners/BobbyHanna_MaintenanceBanner.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    filter: brightness(60%);
}

.hero-content {
    position: relative;
    color: white;
    text-align: center;
    margin: 0.625rem;
}

.hero-title {
    font-size: 4rem;
    font-weight: 600;
    margin-bottom: 0;
    user-select: none;
}

.hero-subtitle {
    font-size: 2rem;
    font-weight: 200;
    margin-top: 1rem;
    user-select: none;
}

.mouse-scroll-icon {
    position: absolute;
    top: 80%;
    left: 50%;
    transform: translate(-50%, 80%);
}

h1 {
    font-size: clamp(1rem, -0.875rem + 8.333vw, 3.5rem);
}
