/* @group 404
------------------------------------ */
.not-found { color: var(--off-white); }
.not-found .row { min-height: 100vh; min-height: 100svh; }
.not-found h2,
.not-found h1 { margin: 0 0 3rem; }
.not-found h1 { font: 400 2.2em / 1em var(--rubric-font); letter-spacing: .136em; text-transform: uppercase; }
.not-found .textlink { font-size: 1.6rem; font-weight: 400; text-transform: uppercase; font-size: 1.2rem; letter-spacing: .25em; color: var(--off-white);}
.not-found .textlink i { display: block; scale: -1; position: relative; left: -1.05rem; bottom: -.25rem; }
.not-found .textlink:hover { opacity: .7; }
@media only screen
and (min-width : 961px) {
    .not-found h2,
    .not-found h1 { margin: 0 0 5rem; }
    .not-found h1 { font-size: 2.5em; letter-spacing: .12em; }
    .not-found .textlink { font-size: 1.5rem; }
}
@media only screen
and (min-width : 961px)
and (max-width : 1440px) {
}
@media only screen
and (min-width : 0)
and (max-width : 960px) {
}

/* @end */
