@font-face {
    font-family: LHF_Billhead_1890;
    src: url(../../media/fonts/lhf_billhead_18901.ttf);
}

@font-face {
    font-family: Cruickshank;
    src: url(../../media/fonts/CRUICKSH.TTF);
}

@font-face {
    font-family: CherrySwash-Regular;
    src: url(../../media/fonts/GoogleFonts/Cherry_Swash/CherrySwash-Regular.ttf);
}

body {
    margin: 0;
    color: whitesmoke;
    background: #090b10 url(../../media/img/hunt_black_background_small.jpg) center top repeat;
    font-family: CherrySwash-Regular, Georgia, serif;
}

a {
    color: wheat;
}

a:hover,
a:focus {
    color: gold;
}

.easter-page {
    min-height: 100vh;
    background: linear-gradient(rgba(4, 5, 8, 0.72), rgba(4, 5, 8, 0.9)), url(../../media/img/sweet.jpg) center top / cover fixed;
}

.easter-wrap {
    width: min(72rem, calc(100% - 2rem));
    margin: 0 auto;
    padding: 2rem 0 4rem;
}

.easter-top-nav {
    display: flex;
    flex-wrap: wrap;
    gap: 0.75rem;
    margin-bottom: 1.5rem;
}

.map-card {
    border: 1px solid rgba(245, 245, 245, 0.32);
    background: rgba(9, 11, 16, 0.82);
    box-shadow: 0 0.5rem 1.5rem rgba(0, 0, 0, 0.35);
}

.easter-button {
    font-family: LHF_Billhead_1890;
    font-size: 30px;
    background-color: rgba(31, 4, 93, 0.9);
    color: wheat;
    border: 0.125rem solid black;
    margin: 1px;
    padding: 5px;
    text-decoration: none;
    position:fixed; 
    top:0.5rem; 
    right:2rem;
}

.easter-button:hover {
    background: rgba(67, 47, 109, 0.8);
    color: white;
}

.easter-hero {
    padding: 1.5rem;
    background: rgba(9, 11, 16, 0.78);
    border: 1px solid rgba(245, 245, 245, 0.24);
}

h1,
h2,
h3 {
    margin: 0;
    font-weight: normal;
    text-shadow: -1px -1px 0 #000, 1px -1px 0 #000, -1px 1px 0 #000, 1px 1px 0 #000;
}

h1 {
    font-family: Cruickshank, Georgia, serif;
    font-size: clamp(2.2rem, 5vw, 3.2rem);
}

h2 {
    margin-top: 2rem;
    font-family: CherrySwash-Regular, Georgia, serif;
    font-size: clamp(1.75rem, 3vw, 2.6rem);
}

h3 {
    font-size: 1.7rem;
}

p {
    font-size: 1.15rem;
    line-height: 1.45;
}

.map-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(14rem, 1fr));
    gap: 1rem;
    margin-top: 1rem;
}

.map-card {
    display: block;
    padding: 1rem;
    color: whitesmoke;
    text-decoration: none;
}

.map-card:hover,
.map-card:focus {
    border-color: gold;
    color: gold;
}

.map-card span {
    display: block;
    margin-top: 0.35rem;
    color: wheat;
}

.map-card strong {
    display: block;
    margin-top: 0.45rem;
    color: gold;
    font-size: 1.05rem;
}

.easter-note,
.easter-error,
.spoiler-note {
    padding: 1rem;
    background: rgba(9, 11, 16, 0.82);
    border: 1px solid rgba(245, 245, 245, 0.28);
}

@media (max-width: 48rem) {
    .easter-wrap {
        width: min(100% - 1rem, 72rem);
        padding-top: 1rem;
    }

    .easter-hero {
        padding: 1rem;
    }
}
