header .navigation .menu > li > a {
    color: #fff4cf !important;
    font-family: "Cinzel", Georgia, serif !important;
    font-weight: 700 !important;
    letter-spacing: .045em !important;
    text-shadow: 0 1px 0 #000, 0 2px 4px #000, 0 0 9px rgba(0, 0, 0, .95) !important;
    border-radius: 8px !important;
    transition: color .2s ease, background .2s ease, text-shadow .2s ease, transform .2s ease !important;
}

header .navigation .menu > li > a img {
    filter: drop-shadow(0 2px 3px rgba(0, 0, 0, .9)) !important;
}

header .navigation .menu > li > a:hover,
header .navigation .menu > li > a:focus,
header .navigation .menu > li > a:focus-visible {
    color: #ffe27a !important;
    background: linear-gradient(180deg, rgba(14, 37, 27, .9), rgba(4, 15, 11, .78)) !important;
    text-shadow: 0 1px 0 #000, 0 2px 4px #000, 0 0 13px rgba(245, 194, 67, .7) !important;
    box-shadow: inset 0 -2px 0 rgba(224, 183, 75, .68), 0 3px 10px rgba(0, 0, 0, .35) !important;
    transform: translateY(-1px) !important;
    outline: 1px solid rgba(224, 183, 75, .45) !important;
    outline-offset: -1px !important;
}
