/* 404.css ~ Copyright (©) 2025 Owen E. Denby ~ v2.0.3 ~ Made with <3 in the City of Lakes */

@import url('https://fonts.googleapis.com/css2?family=Manrope:wght@200..800&display=swap');

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
}

html, body {
    height: 100%;
    min-height: 450px;
    font-family: 'Manrope';
    font-size: 32px;
    font-weight: 800;
    color: #5d7399;
    line-height: 1;
}

.content {
    height: 100%;
    position: relative;
    z-index: 1;
    background-color: #d2e1ec;
    background-image: linear-gradient(to bottom, #bbcfe1 0%, #e8f2f6 80%);
    overflow: hidden;
}

.snow {
    position: absolute;
    top: 0;
    left: 0;
    pointer-events: none;
    z-index: 20;
}

.main-text {
    padding: 20vh 20px 0 20px;
    text-align: center;
    line-height: 2em;
    font-size: 5vh;
}

#home-link {
    font-size: 0.6em;
    font-weight: 600;
    color: inherit;
    text-decoration: none;
    opacity: 0.6;
}

.ground {
    height: 160px;
    width: 100%;
    position: absolute;
    bottom: 0;
    left: 0;
    background: #f6f9fa;
    box-shadow: 0 0 10px 10px #f6f9fa;
}

    .ground:before, .ground:after {
        content: '';
        display: block;
        width: 250px;
        height: 250px;
        position: absolute;
        top: -62.5px;
        z-index: -1;
        background: transparent;
        transform: scaleX(0.2) rotate(45deg);
    }

    .ground:after {
        left: 50%;
        margin-left: -166.6666666667px;
        box-shadow: -315px 285px 15px #8193b2, -550px 650px 15px #b4bed1, -855px 945px 15px #97a6c0, -1185px 1215px 15px #8798b6, -1500px 1500px 15px #aab6cb, -1840px 1760px 15px #8496b4, -2090px 2110px 15px #8798b6, -2405px 2395px 15px #adb9cd, -2715px 2685px 15px #7e90b0, -3005px 2995px 15px #9dabc4, -3260px 3340px 15px #8193b2, -3575px 3625px 15px #9dabc4, -3870px 3930px 15px #adb9cd, -4215px 4185px 15px #b4bed1, -4515px 4485px 15px #94a3be, -4780px 4820px 15px #8193b2;
    }

    .ground:before {
        right: 50%;
        margin-right: -166.6666666667px;
        box-shadow: 290px -310px 15px #b7c1d3, 625px -575px 15px #94a3be, 950px -850px 15px #b7c1d3, 1230px -1170px 15px #94a3be, 1480px -1520px 15px #b7c1d3, 1795px -1805px 15px #9aa9c2, 2075px -2125px 15px #a1aec6, 2410px -2390px 15px #8798b6, 2695px -2705px 15px #a7b4c9, 3020px -2980px 15px #91a1bc, 3325px -3275px 15px #aab6cb, 3615px -3585px 15px #b7c1d3, 3910px -3890px 15px #8496b4, 4200px -4200px 15px #bac4d5, 4505px -4495px 15px #7e90b0, 4765px -4835px 15px #7e90b0;
    }

.mound {
    margin-top: -80px;
    font-weight: 800;
    font-size: 180px;
    text-align: center;
    color: #dd4040;
    pointer-events: none;
}

    .mound:before {
        content: '';
        display: block;
        width: 600px;
        height: 200px;
        position: absolute;
        left: 50%;
        margin-left: -300px;
        top: 50px;
        z-index: 1;
        border-radius: 100%;
        background-color: #e8f2f6;
        background-image: linear-gradient(to bottom, #dee8f1, #f6f9fa 60px);
    }

    .mound:after {
        content: '';
        display: block;
        width: 28px;
        height: 6px;
        position: absolute;
        left: 50%;
        margin-left: -150px;
        top: 68px;
        z-index: 2;
        background: #dd4040;
        border-radius: 100%;
        transform: rotate(-15deg);
        box-shadow: -56px 12px 0 1px #dd4040, -126px 6px 0 2px #dd4040, -196px 24px 0 3px #dd4040;
    }

.mound_text {
    transform: rotate(6deg);
}

.mound_spade {
    display: block;
    width: 35px;
    height: 30px;
    position: absolute;
    right: 50%;
    top: 42%;
    margin-right: -250px;
    z-index: 0;
    transform: rotate(35deg);
    background: #dd4040;
}

    .mound_spade:before, .mound_spade:after {
        content: '';
        display: block;
        position: absolute;
    }

    .mound_spade:before {
        width: 40%;
        height: 30px;
        bottom: 98%;
        left: 50%;
        margin-left: -20%;
        background: #dd4040;
    }

    .mound_spade:after {
        width: 100%;
        height: 30px;
        top: -55px;
        left: 0%;
        box-sizing: border-box;
        border: 10px solid #dd4040;
        border-radius: 4px 4px 20px 20px;
    }

.hover-underline-animation {
  display: inline-block;
  position: relative;
}

.hover-underline-animation::after {
  content: "";
  position: absolute;
  width: 100%;
  transform: scaleX(0);
  height: 1.5px;
  bottom: 0;
  left: 0;
  background-color: #5d7399;
  transition: transform 0.25s ease-out;
}

.hover-underline-animation:hover::after {
  transform: scaleX(1);
}

.hover-underline-animation.left::after {
  transform-origin: bottom right;
}

.hover-underline-animation.left:hover::after {
  transform-origin: bottom left;
}

