
.item {
    padding-bottom: 8em;
}

.item__link {
    margin-top: 1em;
    font-size: 14px;
    color: var(--sand);
}

.item__link:hover {
    color: var(--dark);
}

.item__options::first-letter {
    text-transform: uppercase;
}

@media only screen and (max-width: 600px) {
    .header--small {
        background: url("/assets/headersmall.webp") top / cover no-repeat;
        height: 40vh;
    }

    .logo {
        position: relative;
    }

    br {
        line-height: .6em;
    }
    
    .item__link {
        font-size: .875em;
    }
}