html {
    font-size: 14px;
}

@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;
}

html {
    position: relative;
    min-height: 100%;
}

body {
    margin: 0;
    font-family: 'Open Sans', Arial, sans-serif;
    background: #fff;
    color: #000;
}

.page-wrapper {
    max-width: 800px;
    margin: 0 auto;
    padding: 0; /* 1rem;*/
}

.header {
    background: #FFEA27;
    padding: 0.3rem 0; /* smaller top and bottom padding */
    display: flex;
    align-items: center;
    justify-content: flex-start;
}

.dark .header {
    background: #000;
}

.logo-img {
    height: 82px;
    object-fit: contain;
    display: block;
}

.logo-img-premiere {
    height: 250px;
    margin: -50px 0;
}

.footer-bar {
    height: 30px; /* Adjust height of yellow bar as needed */
    background-color: #ffe93b;
}
.dark .footer-bar {
    background-color: #000;
}

.footer-logo {
    text-align: center;
    margin-top: 10px;
}

    .footer-logo img {
        max-width: 200px; /* Adjust size as needed */
        height: auto;
    }

.form-floating > .form-select ~ label {
    left: 1px;
}

@media screen and (min-width: 992px) {
    #photos.carousel .carousel-item img {
        max-width: 757px;
        max-height: 500px;
    }
}

@media screen and (min-width: 768px) {
    .property-info dl {
        column-count: 2;
    }
}

img.agent-photo,
img.team-photo {
    max-height: 120px;
}

.registration {
    max-width: 800px;
    margin: 0 auto;
}
    .registration .form-label:after,
    .registration .col-form-label:after {
        content: ":";
        display: inline-block;
    }
    .registration .required:before,
    .registration .required:before {
        content: "*";
        color: red;
        display: inline-block;
    }
.disclaimer {
    font-size: 0.8rem;
    color: #555;
    font-weight: bold;
}

.thank-you-wrapper {
    max-width: 800px;
    margin: 0 auto;
    padding: 2rem 1rem;
    text-align: center;
}
    .thank-you-wrapper h1 {
        font-size: 2rem;
        margin-bottom: 1rem;
        color: #000;
    }
    .thank-you-wrapper ul {
        text-align: left;
        max-width: 600px;
        margin: 1rem auto 2rem;
        padding-left: 1.25rem;
        font-size: 1.1rem;
        color: #333;
    }

.btn-yellow {
    --bs-btn-color: #111;
    --bs-btn-bg: #FFEA27;
    --bs-btn-border-color: #FFEA27;
    --bs-btn-hover-color: #111;
    --bs-btn-hover-bg: #ebd400;
    --bs-btn-hover-border-color: #ebd400;
    --bs-btn-focus-shadow-rgb: 49, 132, 253;
    --bs-btn-active-color: #FFEA27;
    --bs-btn-active-bg: #111;
    --bs-btn-active-border-color: #FFEA27;
    --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    --bs-btn-disabled-color: #111;
    --bs-btn-disabled-bg: #766a00;
    --bs-btn-disabled-border-color: #766a00;
}

.submit-spinner {
    display: none;
}

form.submitting .submit-spinner {
    display: inline-block;
}