@import "inc/_bootstrap.min.css";
@import "inc/_variables.css";
@import "inc/_tables.css";
@import "inc/_typography.css";
@import "inc/_buttons.css";
@import "inc/_utilities.css";
@import "inc/_colophon.css";

html, body {
    height: 100%
}

body {
    display: grid;
    grid-template-rows: 1fr auto;
}

body.mode-test::before {
    content: "";
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #fcffb0 !important;
    border: 8px solid #ff6600;
}

body.mode-test::after {
    content: "MODE TEST";
    position: fixed;
    top: 0;
    right: 0;
    background: #ff6600;
    color: white;
    padding: 4px 5rem;
    font-weight: bold;
    z-index: 1000;
    font-family: sans-serif;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.2);
    transform: rotate(30deg) translate(25%, -25%);
}

.brand-logo {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background-color: white;
    font-size: min(1vw, 3px);
    outline: solid 1em white;
    width: 180px;
    max-width: 40vw;
    filter: drop-shadow(0 3px 8px rgba(0,0,0,.3));
}
