html {
    height: 100%;
    box-sizing: border-box;
}

body {
    height: 100%;
    font: 1.2em / 1.5 Helvetica Neue, Helvetica, Arial, sans-serif;
    padding: 0;
    margin: 0;
}

main {
    height: 100%;
}

.wrapper {
    min-height: 100%;
    grid-template-rows: auto 1fr auto;
}

a {
    cursor: pointer;
}

.text {
    margin-bottom: 1rem;
}

a.active {
    color: #A51728;
}

.site-text .title {
    font-weight: bold;
}

.site-text .text {
    margin-bottom: 1rem;
}

.site-text .text a {
    text-decoration: underline;
}

.site-text .logo img {
    width: 22%;
    margin-bottom: 1rem;
    background-color: white;
}

.title-bold {
    font-weight: bold !important;
}

.link-none {
    text-decoration-line: none !important;
}

#arrow,
#arrow::before {
    position: absolute;
    width: 8px;
    height: 8px;
    background: inherit;
}

#arrow {
    visibility: hidden;
}

#arrow::before {
    visibility: visible;
    content: '';
    transform: rotate(45deg);
}

@media screen and (max-width: 768px) {
    body {
        background-color: #00545E33;
    }

    .site-text .logo img {
        width: 50%;
    }
}
