/*!
Theme Name: Jay Jeffers
Theme URI: https://dyadcom.com
Author: Dyad Communications
Author URI: https://dyadcom.com
Description: A custom-built theme for Jay Jeffers — <em>created by Dyad</em>
Version: 1.0.0
Tested up to: 8.0
Requires PHP: 7.4
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: dyad-custom-theme
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned.

Jay Jeffers is based on Underscores https://underscores.me/, (C) 2012-2020 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/

/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Generic
	- Normalize
	- Global Styles
	- Box sizing
# Base
	- Typography
	- Elements
	- Links
	- Forms
## Layouts
# Components
	- Site Navigation
	- Posts and pages
	- Media
	- Captions
	- Flex Grid
	- Image Holder
	- Image Loading
	
# Utilities
	- Accessibility
	- Alignments

--------------------------------------------------------------*/

/*--------------------------------------------------------------
# Generic
--------------------------------------------------------------*/

/* Normalize
--------------------------------------------- */

/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */

/* Document
	 ========================================================================== */

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
	line-height: 1.15;
	-webkit-text-size-adjust: 100%;
}

/* Global Styles
	============================================================================ */
:root {
	/* Padding/Margins */
	--site-header-height: 3.5rem;
	--site-padding-left: 1.35rem;
	--horiztonal-padding-top: 68%;
	--vertical-padding-top: 136%;

	/* Typography */
	--font-primary: normal 400 1.1em/1.8 GillSansMedium, "Gill Sans", "Gill Sans MT", Calibri, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu, Cantarell, "Open Sans", "Helvetica Neue", sans-serif;
	--font-secondary: normal 400 0.9em/1.6 GillSansMedium, "Gill Sans", "Gill Sans MT", Calibri, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu, Cantarell, "Open Sans", "Helvetica Neue", sans-serif;
	--font-body: normal 400 0.9em/1.8 GillSansMedium, "Gill Sans", "Gill Sans MT", Calibri, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu, Cantarell, "Open Sans", "Helvetica Neue", sans-serif;
	--jay-gray: #a6a6a6;
	--jay-gray: #c2beb8;
	--jay-gray: #d2cfca;
}
@media screen and (min-width: 40em) {
	:root {
		--site-header-height: 6rem;
	}
}

/* Sections
	 ========================================================================== */

/**
 * Remove the margin in all browsers.
 */
body {
	margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
	display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
	font-size: 2em;
	margin: 0.67em 0;
}

/* Grouping content
	 ========================================================================== */

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
	box-sizing: content-box;
	height: 0;
	overflow: visible;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
	font-family: monospace, monospace;
	font-size: 1em;
}

/* Text-level semantics
	 ========================================================================== */

/**
 * Remove the gray background on active links in IE 10.
 */
a {
	background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
	border-bottom: none;
	text-decoration: underline;
	text-decoration: underline dotted;
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
	font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
	font-family: monospace, monospace;
	font-size: 1em;
}

/**
 * Add the correct font size in all browsers.
 */
small {
	font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}

sub {
	bottom: -0.25em;
}

sup {
	top: -0.5em;
}

/* Embedded content
	 ========================================================================== */

/**
 * Remove the border on images inside links in IE 10.
 */
img {
	border-style: none;
}

/* Forms
	 ========================================================================== */

/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
	font-family: inherit;
	font-size: 100%;
	line-height: 1.15;
	margin: 0;
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
	overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
	text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type="button"],
[type="reset"],
[type="submit"] {
	-webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
	border-style: none;
	padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
	outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
	padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *		`fieldset` elements in all browsers.
 */
legend {
	box-sizing: border-box;
	color: inherit;
	display: table;
	max-width: 100%;
	padding: 0;
	white-space: normal;
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
	vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
	overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type="checkbox"],
[type="radio"] {
	box-sizing: border-box;
	padding: 0;
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
	height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type="search"] {
	-webkit-appearance: textfield;
	outline-offset: -2px;
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
	-webkit-appearance: button;
	font: inherit;
}

/* Interactive
	 ========================================================================== */

/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
	display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
	display: list-item;
}

/* Misc
	 ========================================================================== */

/**
 * Add the correct display in IE 10+.
 */
template {
	display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
	display: none;
}

/* Box sizing
--------------------------------------------- */

/* Inherit box-sizing to more easily change it's value on a component level.
@link http://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
*,
*::before,
*::after {
	box-sizing: inherit;
}

html {
	box-sizing: border-box;
}

/*--------------------------------------------------------------
# Base
--------------------------------------------------------------*/

/* Typography
--------------------------------------------- */
body,
button,
input,
select,
optgroup,
textarea {
	color: #000;
	font: var(--font-body);
	font-size: 1rem;
	line-height: 1.5;
}
h1,
h2,
h3,
h4,
h5,
h6 {
	clear: both;
	letter-spacing: 0.15em;
	text-transform: uppercase;
	font-weight: 400;
}
h1,
h2 {
	font-size: 1em;
	margin-bottom: 0.85em;
}
p {
	max-width: 40em;
	line-height: 1.6;
	margin: 0 auto 1.6em;
	-moz-osx-font-smoothing: grayscale;
	-webkit-font-smoothing: antialiased;
}

blockquote {
	margin: 4rem auto;
}

blockquote p {
	font-size: clamp(1.3rem, 3vw, 1.8rem);
	width: 100%;
}

blockquote cite {
	font-size: clamp(0.95rem, 3vw, 1.1rem);
}

dfn,
cite,
em,
i {
	font-style: italic;
}

address {
	margin: 0 0 1.5em;
}

pre {
	background: #eee;
	font-family: "Courier 10 Pitch", courier, monospace;
	line-height: 1.6;
	margin-bottom: 1.6em;
	max-width: 100%;
	overflow: auto;
	padding: 1.6em;
}

code,
kbd,
tt,
var {
	font-family: monaco, consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
}

abbr,
acronym {
	border-bottom: 1px dotted #666;
	cursor: help;
}

mark,
ins {
	background: #fff9c0;
	text-decoration: none;
}

big {
	font-size: 125%;
}

.wp-block-columns,
.wp-block-group {
	max-width: 100%;
	max-width: 60rem;
	margin: 0 auto;
}

/* Elements
--------------------------------------------- */
body {
	background: #fff;
}

hr {
	background-color: #ccc;
	border: 0;
	height: 1px;
	margin-bottom: 1.5em;
}

ol {
	list-style: decimal;
}

li > ul,
li > ol {
	margin-bottom: 0;
	margin-left: 0;
}

ul,
ol {
	margin: 0;
	padding: 0;
}

ul {
	list-style: none;
}

dt {
	font-weight: 700;
}

dd {
	margin: 0 1.5em 1.5em;
}

/* Make sure embeds and iframes fit their containers. */
embed,
iframe,
object {
	max-width: 100%;
}

figure {
	margin: 0;
}

table {
	margin: 0 0 1.5em;
	width: 100%;
}

img {
	height: auto;
	width: 100%;
	max-width: 100%;
	object-fit: cover;
}

svg {
	overflow: visible;
}

/* Links
--------------------------------------------- */
a {
	color: #000;
	text-decoration: none;
}

a:visited {
	color: #000;
}

a:hover,
a:focus,
a:active {
	color: #000;
	opacity: 0.75;
}

a:focus {
	outline: none;
}

a:hover,
a:active {
	outline: 0;
}

/* Forms
--------------------------------------------- */
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
	border: none;
	border-radius: 0;
	background: transparent;
	color: rgba(0, 0, 0);
	line-height: 1;
	padding: 0.6em 1em 0.4em;
	box-shadow: none;
}

button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
	opacity: 0.75;
}

button:active,
button:focus,
input[type="button"]:active,
input[type="button"]:focus,
input[type="reset"]:active,
input[type="reset"]:focus,
input[type="submit"]:active,
input[type="submit"]:focus {
	opacity: 0.5;
}

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="number"],
input[type="tel"],
input[type="range"],
input[type="date"],
input[type="month"],
input[type="week"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
input[type="color"],
textarea {
	color: #666;
	border: 1px solid #ccc;
	border-radius: 0;
	padding: 3px;
}

input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
input[type="number"]:focus,
input[type="tel"]:focus,
input[type="range"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="week"]:focus,
input[type="time"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="color"]:focus,
textarea:focus {
	color: #111;
}

select {
	border: 1px solid #ccc;
	border-radius: 0;
}

textarea {
	width: 100%;
	border-radius: 0;
}

blockquote {
	margin: 0.5em auto;
}
blockquote p {
	/* white-space: pretty; */
	text-wrap: balance;
}

/* Site Navigation
--------------------------------------------- */
#masthead {
	position: fixed;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 100;
	width: 100%;
	max-height: var(--site-header-height);
	background: transparent;
	z-index: 1000;
	font: var(--font-secondary);
	text-transform: uppercase;
	letter-spacing: 0.2em;
	font-weight: 400;
	font-size: 0.9rem;
}

#masthead .site-branding .logo-holder {
	position: relative;
}

#masthead .site-branding .logo-holder a {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	height: 100%;
	width: 100%;
	z-index: 10;
}

.main-navigation {
	display: block;
	width: 100%;
}
.main-navigation ul {
	list-style: none;
	margin: 0;
	padding-left: 0;
	display: flex;
	justify-content: center;
	align-items: center;
	flex-flow: column;
	gap: 0.5em;
}
.main-navigation li {
	position: relative;
	margin-bottom: 0;
}
.main-navigation li.current_page_item {
	opacity: 0.4;
	pointer-events: none;
}
.main-navigation a {
	color: #b3c0a6;
	display: block;
	padding: 0.5em;
	text-decoration: none;
	transition: color 0.5s ease-in-out, opacity 0.5s ease-in-out;
}
@media screen and (min-width: 50em) {
	.main-navigation ul {
		flex-flow: row;
		gap: 0;
	}
	.main-navigation li:not(:first-child) {
		margin-left: 0.2rem;
	}
	.main-navigation ul li:last-child {
		position: fixed;
		/* bottom: calc(4vh + 2em); */
		/* bottom: calc(38vh + 4.5em); */
		/* bottom: calc(38vh + 3.3em); */
		bottom: calc(50vh - 6.3em);
		margin-left: 0;
	}
}

/* .light-nav .main-navigation a {
	color: #fff;
} */

.toggled .nav-menu {
	opacity: 1;
	pointer-events: auto;
	transform: translate3d(0, 0, 0);
	transition: opacity 0.5s ease-in-out, transform 0s;
}

.nav-menu::after {
	content: "";
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	height: 120vh;
	background: rgba(71, 74, 68, 0.95);
	background: rgba(71, 74, 68, 0.975);
	z-index: -1;
}

.main-navigation ul,
.nav-menu {
	position: fixed;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	place-content: center;
	text-align: center;
	padding: 6em 1em 0;
	height: 100vh;
	height: 100svh;
	height: 100%;
	z-index: -1;
	pointer-events: none;
	opacity: 0;
	transform: translateX(-100%);
	transition: opacity 0.5s ease-in-out, transform 0s 0.5s;
}

/* Small menu. */
.menu-toggle {
	display: block;
	position: relative;
	margin: 1em auto 0;
	width: 4.5em;
	height: auto;
	border: 0;
	outline: 0;
	background: transparent;
	padding: 0.5em;
	cursor: pointer;
	z-index: 700;
	/* mix-blend-mode: difference; */
}
.interiors-child #masthead {
	mix-blend-mode: difference;
	transition: mix-blend-mode 0s 0.5s;
}
.interiors-child #masthead.toggled {
	transition: mix-blend-mode 0s;
	mix-blend-mode: normal;
}
.dark-nav .toggled .menu-toggle svg path,
.menu-toggle svg path {
	fill: #fff;
}
.dark-nav .menu-toggle svg path {
	fill: #222;
}
@media screen and (min-width: 50em) {
	.main-navigation ul,
	.nav-menu {
		padding: clamp(2em, 3vw, 4em) 1em 0;
	}
	.interiors-child #masthead {
		/* mix-blend-mode: normal; */
	}
	.dark-nav .toggled .menu-toggle svg path,
	.menu-toggle svg path {
		fill: #dce0df;
	}
}
/* @media screen and (min-width: 40em) and (min-aspect-ratio: 1 / 1) {
	.main-navigation ul,
	.nav-menu {
		padding: clamp(2em, 6vmin, 4em) 1em 0;
	}
} */

/* .menu-toggle .line {
	display: block;
	margin: 6px auto 6px;
	height: 1.5px;
	background-color: #ffffff;
	width: 100%;
} */
/* 
@media screen and (min-width: 37.5em) {
	.main-navigation ul {
		display: flex;
		justify-content: center;
		align-items: center;
		height: var(--site-header-height);
		opacity: 1;
		transform: translate3d(0, 0, 0);
		pointer-events: all;
	}
	.main-navigation li {
		margin-bottom: 0;
	}
	.main-navigation li:not(:first-child) {
		margin-left: 1rem;
	}
	.main-navigation li.page_item_has_children ul,
	.nav-menu::after,
	.menu-toggle {
		display: none;
	}
} */

/* Posts and pages
--------------------------------------------- */
.sticky {
	display: block;
}

.post,
.page {
	margin: 0;
}

.updated:not(.published) {
	display: none;
}

.page-content,
.entry-content,
.entry-summary {
	margin: 0;
}

.page-links {
	clear: both;
	margin: 0 0 1.5em;
}

/* Media
--------------------------------------------- */
/* Make sure logo link wraps around logo image. */
.custom-logo-link {
	display: inline-block;
}

/* Captions
--------------------------------------------- */
.wp-caption {
	margin-bottom: 1.5em;
	max-width: 100%;
}

.wp-caption img[class*="wp-image-"] {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.wp-caption .wp-caption-text {
	margin: 0.8075em 0;
}

.wp-caption-text {
	text-align: center;
}

/* Flex Grid
-------------------------------------------- */
.flex-grid {
	display: flex;
	justify-content: space-between;
	flex-flow: row wrap;
	margin: 0 auto;
	width: 100%;
	--item-margin-right: 0.75rem;
}
.flex-grid .grid-item {
	flex: 0 0 100%;
}
@media screen and (min-width: 45em) {
	.flex-grid .grid-item {
		flex: 0 0 calc(50% - var(--item-margin-right));
	}
}
@media screen and (min-width: 65em) {
	.flex-grid .grid-item {
		flex: 0 0 calc(33.3333% - var(--item-margin-right));
	}
}

/* Image Holder
-------------------------------------------- */
.image-holder:has(.ratio) {
	position: relative;
	width: 100%;
	height: auto;
	margin: 0;
	transition: opacity 0.45s ease;
}

.image-holder .ratio img {
	display: block;
	position: absolute;
	height: 100%;
	width: 100%;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	-o-object-fit: cover;
	object-fit: cover;
	font-family: "object-fit: cover;";
}

/* Image Loading 
-------------------------------------------- */
.image-holder img[onload],
.image-holder img[onload].image-loading,
.image-holder img.lazyload,
.fade-in {
	opacity: 0;
	transition: opacity 0.35s ease-out;
}

.image-holder img[onload].image-loaded,
.image-holder img.lazyloaded,
.fade-in.in-view {
	opacity: 1;
}
.fade-in {
	transition: opacity 1.3s ease-out;
}

/*--------------------------------------------------------------
# Utilities
--------------------------------------------------------------*/

/* Accessibility
--------------------------------------------- */

/* Text meant only for screen readers. */
.screen-reader-text {
	border: 0;
	clip: rect(1px, 1px, 1px, 1px);
	clip-path: inset(50%);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute !important;
	width: 1px;
	word-wrap: normal !important;
}

.screen-reader-text:focus {
	background-color: #f1f1f1;
	border-radius: 3px;
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	clip: auto !important;
	clip-path: none;
	color: #21759b;
	display: block;
	font-size: 0.875rem;
	font-weight: 700;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000;
}

/* Do not show the outline on the skip link target. */
#primary[tabindex="-1"]:focus {
	outline: 0;
}

/* Footer */
.site-footer {
	padding: 2em 2em 4em;
}
.site-footer .logo-holder {
	position: relative;
	width: 14em;
	height: auto;
	margin: 0 auto;
}
.site-footer .logo-holder svg {
	display: block;
	width: 100%;
	height: auto;
}
.site-footer .logo-holder svg path {
	fill: #000;
}
.buzz-page .site-footer .logo-holder svg path {
	fill: #fff;
}

/*--------------------------------------------------------------
# 404 Page Styles
--------------------------------------------------------------*/

/* Image */
.error-404 {
	text-align: center;
	padding: 100px 20px 0;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	min-height: 100dvh;
}

.error-404-container {
	position: fixed;
	top: 0;
	left: 0;
	width: 100vw;
	height: 100vh;
	z-index: 1;
}

.error-404-image {
	position: absolute;
	inset: 0;
	width: 100%;
	height: 100%;
}

.error-404-image .image-holder {
	width: 100%;
	height: 100%;
}

/* Focal Point */
.error-404-image img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

/* Text */
.error-404-text {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	width: 90%;
	max-width: 100%;
	z-index: 10;
	color: #fff;
	text-align: center;
	padding: 2rem;
}

.error-404-text h1 {
	color: #fff;
	font-family: GillSansMedium, "Gill Sans", "Gill Sans MT", Calibri, sans-serif;
	font-size: clamp(1.5rem, 5vw, 2.5rem);
	letter-spacing: 0;
	margin: 0;
	text-transform: none;
	line-height: 1.2;
}

.error-404-text p {
	color: #fff;
	font-family: GillSansMedium, "Gill Sans", "Gill Sans MT", Calibri, sans-serif;
	font-size: clamp(1rem, 3vw, 1.5rem);
	font-style: italic;
	letter-spacing: 0;
	margin: 0.5em auto 0;
	line-height: 1.4;
}

.error-404-text a {
	color: #fff;
	text-decoration: none;
}

.error-404-link a:hover {
	color: #fff;
}

/* Footer  */
.page-404 .site-footer {
	position: fixed;
	bottom: 0;
	left: 0;
	width: 100%;
	z-index: 10;
	padding: clamp(2em, 5vh, 3em) 2em clamp(3em, 8vh, 5em);
}

.page-404 .site-footer .logo-holder svg path {
	fill: #fff;
}

/* MOBILE 404 */
@media screen and (min-width: 768px) {
	.error-404-text {
		width: 80%;
		padding: 3rem;
	}
}
