:root {
	--color-green: #91C850;
	--color-dark-green: #3a7b58;
}

@font-face {
	font-family: 'Brandon Text';
	src: url('/type/brandontext-regular-webfont.woff2') format('woff2'),
		 url('/type/brandontext-regular-webfont.woff') format('woff');
	font-weight: normal;
	font-style: normal;
	font-variant: normal;
}

@font-face {
	font-family: 'Brandon Text';
	src: url('/type/brandontext-bold-webfont.woff2') format('woff2'),
		 url('/type/brandontext-bold-webfont.woff') format('woff');
	font-weight: bold;
	font-style: normal;
	font-variant: normal;
}

@font-face {
	font-family: 'Brandon Printed One';
	src: url('/type/brandon-printed-one.woff2') format('woff2'),
		 url('/type/brandon-printed-one.woff') format('woff');
	font-weight: normal;
	font-style: normal;

}

html * {
	box-sizing: border-box;
}

body {
	background: #000;
	color: #fff;
	font: 1.2em/1.3 "Brandon Text", sans-serif;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	margin: 20px 0;
	padding-bottom: 100px;
}

.additional-images {
	display: none;
}

/*
body:before {
	content: url('/img/bull.svg');
	position: fixed;
	bottom: 40px;
	right: 50px;
	width: 180px;
	z-index: 20;
}
body:after {
	content: url('/img/ftm-grass-fed-beef-grass.svg');
	position: fixed;
	bottom: -10px;
	max-height: 100px;
	right: 0;
	width: 100%;
	z-index: 10;
}
*/

.skip-main {
	border: 1px solid var(--color-dark-green);
	color: var(--color-green);
	left: 0;
	margin: 1em;
	opacity: 0;
	padding: 0.25em;
	position: absolute;
	top: 0;
	z-index: 999;
}

.skip-main:focus {
	opacity: 1;
}

.logo {
	margin-bottom: -58px;
	position: relative;
	z-index: 100;
}

body > header {
	text-align: center;
}

.main:focus {
	outline: none;
}

.main > header {
	display: none;
}

h2 em {
	color: var(--color-green);
	font-style: inherit;
}

figure {
	margin: 0;
}

img {
	max-width: 100%;
	block-size: auto;
}

a {
	color: var(--color-dark-green);
}

fieldset {
	border: 0;
	border-bottom: 1px solid #000;
	margin: 0 0 20px 0;
	padding: 0 0 20px 0;
}

fieldset > ul, 
form .actions {
	list-style: none;
	margin: 0;
	padding: 0;
}

.masthead {
	border-bottom: 2px solid var(--color-dark-green);
	border-top: 2px solid var(--color-dark-green);
	overflow: hidden;
	padding: 40px;
	position: relative;
	text-align: center;
}

.masthead > img:first-child {
	object-fit: cover;
	opacity: 0.5;
	position: absolute;
	left: 0;
	top: 0;
	inline-size: 100%;
	block-size: 100%;
}

.video-container {
	position: relative;
	padding-bottom: 56.25%;
	padding-top: 30px;
	height: 0;
	overflow: hidden;
	margin: -40px;
}

.video-container iframe,
.video-container object,
.video-container embed {
	border: 0;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.masthead h2, 
.masthead p {
	position: relative;
	z-index: 10;
}

.masthead h2 {
	font: normal 6em/1 "Brandon Printed One";
}

.masthead h2 em {
	display: block;
}

.masthead p, 
.attributes h3, 
.recipe-intro p, 
.recipes article h3 {
	font-size: 0.9em;
	font-weight: normal;
	letter-spacing: 3px;
	text-transform: uppercase;
}

.masthead h2 {
	margin: 0;
}

.roller {
	display: grid;
	font: normal 3em "Brandon Printed One";
	gap: 0.25em;
	grid-template-columns: 1fr 1fr;
}

.roller > *:first-child {
	display: flex;
	align-self: center;
	justify-self: flex-end;
	text-align: right;
}

.roller > *:last-child {
	color: var(--color-green);
}

.roller > *:last-child br {
	display: block;
	margin: 1em 0;
	height: 1em;
}

.scroll-container {
	height: 100%;
	overflow: hidden;
	position: relative;
}

.scroll-text {
	height: 100%;
	margin: 0;
	transform: translateY(100%);
	animation: scroll 15s linear infinite;
	z-index: 1;
}

.scroll-container img {
	position: absolute;
	inline-size: 100%;
	height: 50%;
	left: 0;
	z-index: 10;
}

.scroll-container img.top {
	top: 0;
}

.scroll-container img.bottom {
	bottom: 0;
	transform: rotate(180deg);
}

@keyframes scroll {
	from {
		transform: translateY(75%);
	}
	to {
		transform: translateY(-75%);
	}
}

.fillet {
	background: #222;
	display: grid;
	gap: 1em;
	grid-template-columns: 1fr 1fr;
}

.fillet > *:first-child {
	object-fit: cover;
	inline-size: 100%;
	block-size: 100%;
}

.fillet > *:last-child {
	display: flex;
	align-self: center;
	padding: 40px;
}

.attributes {
	display: grid;
	grid-template-columns: 1fr 1fr 1fr;
	gap: 20px;
	padding: 40px;
}

.recipe-intro {
	padding: 40px;
	text-align: center;
}

.recipe-intro h2 {
	font: normal 3em/1 "Brandon Printed One";
}

.recipe-intro p {
	margin: 0;
}

.recipes article {
	display: flex;
	flex-direction: column;
	padding: 0 60px;
}

.recipes article figure {
	order: 0;
	margin: 0 -60px;
}

.recipes article h3 {
	order: 1;
}

.recipes article a {
	color: #fff;
	text-decoration: none;
}

.recipes article .meta {
	display: none;
}

.recipes article figure + p {
	order: 3;
}

.linked-items .grid {
	list-style-type: none;
	display: grid;
	grid-template-columns: 1fr 1fr;
	margin: auto;
	max-inline-size: 900px;
	padding: 0;
}

.linked-items .recipes {
	padding: 40px;
}

.linked-items .recipes img {
	border-radius: 50%;
	object-fit: cover;
	inline-size: 100%;
	block-size: 100%;
	aspect-ratio: 1/1;
}

.signup > form {
	background: rgba(255,255,255,0.1);
	border-radius: 10px;
	padding: 20px;
}

.cols {
	display: flex;
	gap: 20px;
}

body > footer {
	background: #222;
	border-radius: 10px;
	margin: 0 40px;
	padding-bottom: 20px;
}

nav ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
}

nav > ul {
	display: grid;
	grid-template-columns: 1fr 1fr;
	list-style: none;
	text-align: center;
}

nav .information, 
nav .social{
	flex: 1 1 50%;
	padding: 1em;
}


nav .information {
	border-right: 1px solid #000;
	text-align: right;
}

nav .social {
	display: flex;
	align-self: center;
	text-align: left;
}

nav .social ul {
	display: flex;
	gap: 0.5em;
}

nav .information li {
	display: inline-block;
}

nav .information a {
	padding: 0.25em;
}

nav .social a img {
	vertical-align: middle;
}

.privacy-statement, 
.copyright {
	text-align: center;
}

.privacy-statement {
	border-top: 1px solid #000;
	margin: 0;
	padding-top: 20px;
}

.privacy-statement .keyway {
	vertical-align: text-bottom;
}

.privacy-statement a {
	display: block;
}

.copyright {
	font-size: 80%;
	opacity: 0.5;
}

@media only screen and (max-width: 800px) {
	
	body::before {
		width: 130px;
	}
	
	body > footer {
		margin: 0 20px;
	}
	
	.masthead h2 {
		font-size: 4em;
	}
	
	.roller {
		font-size: 1.5em;
	}
	
	.linked-items .grid {
		gap: 20px;
		padding: 20px;
	}
	
	.linked-items .recipes {
		padding: 0;
	}
	
	.recipes article {
		padding: 0 30px;
	}
	
	.recipes article figure {
		margin: 0 -30px;
	}
}

@media only screen and (max-width: 600px) {
	
	.fillet {
		display: block;
	}
	
	.fillet > *:last-child {
		display: block;
		margin: 0;
		padding: 30px;
	}
	
	.attributes {
		display: grid;
		grid-template-columns: 1fr 1fr;
		gap: 20px;
		padding: 30px;
	}
}

@media only screen and (max-width: 500px) {
	
	.masthead {
		padding: 20px;
	}
	
	.masthead h2 {
		font-size: 3em;
	}
	
	.recipe-intro h2 {
		font-size: 2em;
	}
	
	.recipes article {
		padding: 0;
	}
	
	.recipes article figure {
		margin: 0;
	}
	
	nav > ul {
		display: block;
	}
	
	nav .information, 
	nav .social {
		border: 0;
		justify-content: center;
		text-align: center;
	}
	
}

@media only screen and (max-width: 400px) {
	
	body::before {
		width: 100px;
		bottom: 10px;
	}

}
