
html {
    font-size: 14px;
    position: relative;
    min-height: 100%;
}

body {
  margin-bottom: 60px;
}

.page-panorama {
    background-origin: border-box;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    height: 155px;
    border-bottom:2px solid var(--bs-gray-200);
}

@media (min-width: 768px) {
    html {
        font-size: 16px;
    }
    .page-panorama {
        height: 225px;
    }
}

@media (min-width: 992px) {
    .page-panorama {
        height: 325px;
    }
}

@media (min-width: 1200px) {
    .page-panorama {
        height: 375px;
    }
}

.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;
}

.card-img-top.hero {
    max-height: 235px;
}

/* ASP.Net validation summaries
-------------------------------------------------- */
div.validation-summary-errors ul {
    padding: 0;
    margin: 0;
    list-style-type: none;
}
