body, html {
	margin: 0;
	padding: 0;
	font-family: "Nunito Sans", sans-serif;
	font-optical-sizing: auto;
	font-weight: 500;
	font-style: normal;
	font-variation-settings: "wdth" 100, "YTLC" 500;
	font-size: 20px;
	overflow-x: hidden;
}

.wrap {
	max-width: 500px;
	margin: 0 auto;
	padding: 0 1rem;
}

h1, h2, h3, h4, h5, h6 {
	font-family: "Barlow Semi Condensed", sans-serif;
	font-weight: 700;
	font-style: normal;
	margin: 2em 0 0.6em 0;
}

header {
	background-color: #FFF;
	padding: 0.5rem 0 0.8rem 0;
	text-align: center;
	position: fixed;
	width: 100%;
	top: 0;
	left: 0;
	z-index: 1000;
}

body.scrolled header {
	-webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
	        box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
}

h1 {
	font-size: 1.5rem;
	margin: 0;
}

p {
	margin: 0.6em 0;
}

main {
	text-align: center;
	margin: 2.5rem 0 0 0;
}

#latest {
	margin-top: 2.5rem;
	padding: 2em 1em 3em 1em;
	background: #678398 url("img/video-bg.webp") no-repeat center center;
	background-size: cover;
	-webkit-transition: 0.35s;
	transition: 0.35s;
	/*
	-webkit-mask: var(--mask);
	mask: var(--mask);
	--mask: radial-gradient(30px at 50% 30px, #0000 97%, #000) 50% -30px/ 55.50px 100%;
	*/
	--mask:
	    radial-gradient(0.6rem at 75% 100%, #0000 98%, #000) 50% calc(100% - 0.6rem)/2.4rem 100% repeat-x,
	    radial-gradient(0.6rem at 25% 50%, #000 99%, #0000 101%) bottom/2.4rem 1.2rem repeat-x;
	-webkit-mask: var(--mask);
	mask: var(--mask);
}
#latest h2 {
	margin: 0 0 0.5em 0;
	color: #FFF;
	font-size: 1rem;
	text-shadow: 0 0 10px rgb(47, 76, 72), 0 0 20px rgb(47, 76, 72);
}

#intro {
	padding-top: 3em;
	padding-bottom: 3em;
	position: relative;
}

#pixelrunner {
	width: 60%;
	margin: 0 auto 5% auto;
	height: auto;
}

a {
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
}
a:link, a:visited {
	color: #8f1c1c;
	text-decoration: none;
}
a:hover, a:active {
	color: #e11515;
}

#contact {
	margin-top: 3em;
	padding-top: 3em;
	padding-bottom: 5em;
	border-top: 1px solid #e1e1e1;
	text-align: center;
}
#contact p:first-child {
	margin-top: 0;
}

a.morelink, #contact a {
	display: block;
	font-size: 0.9em;
	margin: 1.5em 0 0 0;
	font-weight: 700;
}

#contact a {
	display: inline-block;
	margin: 0.5em 2em;
}

.resp-vid {
	position: relative;
	padding-bottom: 56.25%;
	padding-top: 30px;
	height: 0;
	overflow: hidden;
	-webkit-box-shadow: 0 0 30px rgb(0, 0, 0);
	        box-shadow: 0 0 30px rgb(0, 0, 0);
}
.resp-vid iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

a.social {
	display: inline-block;
	position: relative;
	padding-left: 30px;
}
a.social::before {
	content: "";
	display: block;
	position: absolute;
	top: -0.15em;
	left: 0;
	width: 30px;
	height: 30px;
	background: url("img/social-mastodon.svg") no-repeat;
	background-size: contain;
}
a.social.email::before {
	background: url("img/social-email.svg") no-repeat;
	width: 25px;
	top: 0;
}

@media screen and (min-width: 960px) {
	.wrap {
		max-width: 1000px;
		padding: 0 0.5rem;
	}
	#latest {
		padding-top: 5em;
		padding-bottom: 6em;
	}
	#latest h2 {
		font-size: 1.3rem;
	}
	#pixelrunner {
		width: 300px;
		height: auto;
	}
	#intro {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-orient: horizontal;
		-webkit-box-direction: normal;
		    -ms-flex-direction: row;
		        flex-direction: row;
		text-align: left;
		gap: 2rem;
		padding-top: 5rem;
		margin-bottom: 5rem;
	}
	#intro > div:last-child h3:first-child {
		margin-top: 0;
	}
}
/*# sourceMappingURL=style.css.map */