/* Table of Contents
––––––––––––––––––––––––––––––––––––––––––––––––––
- 404error
*/


/* Breakpoints
––––––––––––––––––––––––––––––––––––––––––––––––––
0-374		2 columns
375-639		6 columns
640-1023	12 columns
1024-1439	12 columns
1440+		12 columns

*/

@media (min-width: 375px) {}
@media (min-width: 640px) {}
@media (min-width: 800px) {}
@media (min-width: 1024px) {}
@media (min-width: 1440px) {}

@media (max-width: 374px) {}
@media (max-width: 639px) {}
@media (max-width: 799px) {}
@media (max-width: 1023px) {}
@media (max-width: 1439px) {}

/* Wordpress Admin Bar Height-Change Breakpoints
––––––––––––––––––––––––––––––––––––––––––––––––––
0-782		46px tall
783-...		32px tall

*/


/* 404error
–––––––––––––––––––––––––––––––––––––––––––––––––– */
.section__error404 {}
.section__error404 .container {}
.error404__title {
	font-family: "Sentinel A", "Sentinel B";
	font-style: normal;
	font-weight: 400;
	color: #38A0B2;
	font-size: 6.25rem;
	line-height: 7.5rem;
	letter-spacing: -.0933333rem;
}
.error404__lead-words {
	font-family: "Gotham A", "Gotham B";
	font-style: normal;
	font-weight: 500;
	color: #38A0B2;
	font-size: 1.666666rem;
	line-height: 1.666666rem;
	letter-spacing: -.025rem;
}
.error404__message {
	font-family: "Gotham A", "Gotham B";
	font-style: normal;
	font-weight: 300;
	font-size: 1.333333rem;
	line-height: 1.666666rem;
	letter-spacing: 0rem;
}
.error404__links {
	width: 100%;
	display: inline-flex;
	flex-wrap: wrap;
	justify-content: space-around;
}
.error404__link {
	display: block;
	width: 175px;
	background: grey;
	margin: 1rem 4px;
}
.error404__link__image-wrap {
	width: 100%;
	height: 320px;
}
.error404__link__image {}
.error404__link__text-wrap {
	width: 100%;
	height: 80px;
	text-align: center;
	background: #38A0B2;
	padding: 2px;
	padding-top: 1rem;
	padding-bottom: 1rem;
}
.error404__link__text {
	font-family: "Gotham A", "Gotham B";
	font-style: normal;
	font-weight: 500;
	color: #FFF;
	font-size: 1.5rem;
	line-height: 1.5rem;
	letter-spacing: -.02166666rem;
}

@media (max-width: 439px) {
	.error404__link {
		width: calc(50% - 4px);
		margin: 1rem 2px;
	}
}

@media (min-width: 640px) {
	.error404__title {
		font-size: 10.4166666rem;
		line-height: 12.5rem;
		letter-spacing: -.1566666rem;
	}
	.error404__lead-words {
		font-size: 3.333333rem;
		line-height: 3.333333rem;
		letter-spacing: -.05rem;
	}
	.error404__message {
		font-size: 1.666666rem;
		line-height: 2.75rem;
	}
	.error404__link__text-wrap {
		padding: 1rem;
	}
}
