*,
*::before,
*::after {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    /*  outline: 3px solid lime; */
}

:root {
    interpolate-size: allow-keywords;
}

html {
    /*background-image: url("../img/barnwood-gray.jpg");
    height: 100%;
    width: 100%;
    background-position: center;
    background-size: cover;
    padding-bottom: 0.5em;
    */
    background:
        linear-gradient(rgba(255, 255, 255, 0.75), rgba(255, 255, 255, 0.75)),
        url("../img/barnwood-red.jpg");
    background-size: cover;
    color: #000; /* Text remains 100% solid */
}

.el {
    color: darkblue;
    text-align: center;
    font-size: 5vw;
    font-weight: 900;
    font-stretch: expanded;
    padding-top: 0.55em;
}

a:hover {
    color: red;
    outline: 2px solid black;
}

/*a[href$=".pdf"]::after {
    content: " (pdf)";
    font-size: 0.8rem;
    font-weight: bold;
    color: #555;
    vertical-align: super;
    margin-left: 4px;
}*/

a:focus-visable {
    outline: 3px solid black;
    outline-offset: 2px;
}

.Navigation {
    display: flex;
    flex-direction: row;
    gap: 1.5rem;
    margin: 0;
    padding: 0;
    color: black;
    font-family: system-ui, sans-serif;
    font-size: 3vw;
    font-weight: 700;
    text-decoration: none;
    list-style: none;
}

.Navigation li {
    flex-grow: 1;
    flex-shrink: 1;
}

.container {
    margin: 1rem 6rem;
    min-height: 300px;
    display: flex;
    flex-basis: auto;
}

/*.box {
    font-size: 3rem;
    padding: 0.5rem;
    justify-content: center;
    min-height: 200px;
    display: grid
    gap: 1rem
}*/

.responsive {
    width: 100%;
    height: auto;
}

figcaption {
    font-size: 0.1rem;
}

article {
    font-size: 1.25rem;
    margin-top: 2rem;
    margin-left: 6;
    color: black;
    font-weight: 900;
}

h1 {
    font-size: 2rem;
    text-align: center;
    padding-top: 3rem;
    padding-bottom: 1rem;
}

table {
    font-size: 1.5em;
    font-weight: 700;
    display: flex;
    justify-content: center; /* Horizontal centering */
    align-items: center; /* Vertical centering */
}

summary {
    list-style-position: outside;
}

summary::marker {
    font-size: 0.9rem;
    color: gray;
}

details li {
    padding-block: 0.5rem;
    display: block;
    font-weight: 600;
}

.rules li {
    padding-bottom: 1ch;
    font-weight: 600;
}

footer {
    padding-top: 3rem;
    font-size: 1.5rem;
    text-align: center;
}
