@import url('https://fonts.googleapis.com/css2?family=Cabin:wght@500&display=swap');

body > header {
    text-align: center;
}

body > header h1 {
    display: inline-block;
    vertical-align: text-top;
}

body > header img {
    max-width: 10em;
}

body > header img:last-child {
    display: none;
}

body > header a {
    width: fit-content;
    text-decoration: none !important;
}

@media (min-width: 975px) {
    .layout {
     display:grid;
     grid-template-columns: 18% 56% 18% 5%;
     gap: 3%;
    }

    summary, main h1 {
        text-align: left;
    }
}

@media (min-width: 800px) {
    body > header img:last-child {
        display: inline-block;
        transform: scaleX(-1);
    }
}

@media (max-width: 470px) {
    footer img:first-child {
        display: none;
    }
}

a {
    color: black;
}

a[href^="tel:"] {
    text-decoration: none;
}


a[href^="tel:"]:hover {
    text-decoration: underline solid var(--pico-primary-underline);
}

aside menu {
    padding: 0.5rem;
}

summary, main h1 {
    background-color: #990000;
    padding: 1rem 0.5rem 1rem 0.5rem;
    color: white !important;
    text-align: center;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 18px;
    line-height: 1rem;
    font-weight: 550;
}

details {
    border: thin #990000 solid;
}

.sponsor {
    gap: 3em;
    align-items: center;
    justify-items: center;
    margin: 2em 0 2em 0;

  font-family: "Cabin", sans-serif;
  font-optical-sizing: auto;
  font-weight: 500;
  font-style: normal;
  font-variation-settings:
    "wdth" 100;
}

.sponsor img {
    min-width: 190px;
}

a[rel="external"]:not(:has(img))::after {
    display: inline-block;
    content: " →";
    transform: rotate(310deg);
    display: inline-block;
    text-decoration: none;
}

.current-link {
    text-decoration: underline solid var(--pico-primary-underline) !important;
}

.current-link:hover {
    text-decoration: underline solid var(--pico-underline) !important;
}

:root {
  --pico-icon-chevron: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none' stroke='rgb(250, 250, 250)' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpolyline points='6 9 12 15 18 9'%3E%3C/polyline%3E%3C/svg%3E");
}
