:root {
	--background-color: #211F1F;
}

* {
	box-sizing: border-box;
}

h1, h2, h3 {
	font-family: 'Josefin Slab', serif;
	margin: 0;
}

p, a, span {
	font-family: 'Roboto', sans-serif;
	font-size: 1em;
	color: var(--accent-color1);
	line-height: 150%;
}

a {
	text-decoration: none;
}

a:hover {
	color: var(--accent-color1);
	text-decoration: underline;
}

@keyframes fadein-onload {
	from {
		opacity: 0;
	}

	to {
		opacity: 1;
	}
}

@keyframes move-down {
	0% {
		background-position: initial;
	}

	100% {
		background-position: 0 100px;
	}
}

.hidden1 {
	opacity: 0;
	filter: blur(2px);
	transform: translateY(-20px);
	transition: all 1s;
		-webkit-transition: all 1s;
	transition-delay: 100ms;
}

.fade-in {
	opacity: 1;
	filter: blur(0);
	transform: translateX(0);
	transition-delay: 300ms;
}

.section1 {
	position: relative;
	display: flex;
	flex-direction: column;
	flex-basis: 1;
	align-items: center;
	justify-content: center;
	height: 90vh;
	background: repeating-linear-gradient(0deg, #ffffff 0%, #ffffff 46%, #D3D3D3 0%, #D3D3D3 48%);
		background-size: 10px 100px;
		animation: fadein-onload 3s, move-down 9s linear infinite;
	z-index: 0;
}

.section1::before {
	content: "";
	position: absolute;
	top: 0;
	left: 10vw;
	width: 1px;
	height: 100%;
	background-color: #cc3366;
	z-index: -1;
	animation: fadein-onload 3s;
}

.section1::after {
	content: "";
	position: absolute;
	top: 0;
	right: 10vw;
	width: 1px;
	height: 100%;
	background-color: #cc3366;
	z-index: -1;
	animation: fadein-onload 3s;
}

.intro {
	background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0), rgba(255, 255, 255, 1));
	display: flex;
	width: 100%;
	height: 100vh;
	justify-content: center;
	align-items: center;
	animation: fadein-onload 3s;
}

.intro > h1 {
	font-size: 4.5em;
	letter-spacing: 10px;
	font-weight: 700;
	animation: fadein-onload 3s;
	z-index: 1;
}

.intro > p {
	animation: fadein-onload 3s;
	text-align: center;
}

.section2 {
	padding: 4em .5em;
	display: flex;
	flex-direction: column;
	gap: 1em;
}

.kerry-booklet {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	gap: 1em;
	width: 100%;
	/* max-width: 1300px; */
	justify-content: center;
	margin: 0 auto;
}

.spacer {
	width: calc((100% / 2) - 1em);
	height: 1px;
}

.logo-section {
	display: flex;
	flex-direction: row;
	width: calc((100% / 2) - 1em);
	/* height: 150px; */
	justify-content: flex-start;
	align-items: flex-end;
	/* padding: 1em; */
	padding-bottom: 1em;
	gap: 1em;
}

.kerry-booklet > .logo-section > div:first-child {
	background-image: url(../img/publications/_kerry-logo.png);
	width: 300px;
	height: 90px;
	background-size: 180px;
	background-position: bottom;
	background-repeat: no-repeat;
}

.logo-section > div:last-child {
	width: 100%;
}

.logo-section > div:last-child p {
	margin: 0;
}

.booklet-img {
	display: flex;
	flex-direction: column;
	width: calc((100% / 2) - 1em);
	height: 480px;
	background-position: center;
	background-size: cover;
	background-repeat: no-repeat;
	border-radius: 5px;
}

.booklet-img:nth-child(3) {
	background-image: url(../img/publications/booklet1.png);
}

.booklet-img:nth-child(4) {
	background-image: url(../img/publications/booklet2.png);
}

.booklet-img:nth-child(5) {
	background-image: url(../img/publications/booklet4.png);
}

.booklet-img:nth-child(6) {
	background-image: url(../img/publications/booklet6.png);
}

.kerry-retail {
	display: flex;
	flex-direction: row;
	gap: 1em;
	width: 100%;
	/* max-width: 1300px; */
	justify-content: center;
	margin: 0 auto 8em;
}

.kerry-retail-img {
	display: flex;
	flex-direction: column;
	height: 480px;
	background-position: center;
	background-size: cover;
	background-repeat: no-repeat;
	border-radius: 5px;
}

.kerry-retail-img:nth-child(1) {
	background-image: url(../img/publications/dvg-retail-1.png);
	width: calc(100% / 3 - 1em);
}

.kerry-retail-img:nth-child(2) {
	background-image: url(../img/publications/dvg-retail-2.png);
	width: calc((100% / 3) * 2 - 1em);
}

.rft-catalog > .logo-section {
	width: calc(100% * (2/3) - 1em);
}

.rft-catalog > .logo-section > div:first-child {
	background-image: url(../img/publications/_rft-logo.png);
	width: 120px;
	height: 100px;
	background-size: 100px;
	background-position: bottom;
	background-repeat: no-repeat;
}

.rft-catalog > .spacer {
	width: calc((100% / 3) - 1em);
}

.rft-catalog {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	gap: 1em;
	width: 100%;
	/* max-width: 1300px; */
	justify-content: center;
	margin: 0 auto;
}

.catalog-img {
	display: flex;
	flex-direction: column;
	height: 520px;
	background-position: center;
	background-size: cover;
	background-repeat: no-repeat;
	border-radius: 5px;
}

.catalog-img:nth-child(3) {
	background-image: url(../img/publications/catalog1-3.png);
	width: calc((100% / 3) * 2 - 1em);
	order: 1;
}

.catalog-img:nth-child(4) {
	background-image: url(../img/publications/catalog1-2.png);
	width: calc((100% / 3) - 1em);
	order: 2;
}

.rft-catalog-spreads {
	display: block;
	margin: 0 auto 8em;
}

.rft-catalog-spreads img {
	display: block;
	margin: 0 auto 1em;
	width: 100%;
	border: thin solid #D3D3D3;
	border-radius: 4px;
}

.schu-retail {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	gap: 1em;
	width: 100%;
	/* max-width: 1300px; */
	justify-content: center;
	margin: 0 auto 8em;
}

.schu-retail > .logo-section {
	width: 60%;
}

.schu-retail > .logo-section > div:first-child {
	background-image: url(../img/publications/_schumacher-logo.png);
	width: 350px;
	height: 45px;
	background-size: 240px;
	background-position: bottom;
	background-repeat: no-repeat;
}

.schu-retail-img {
	display: flex;
	flex-direction: column;
	height: 520px;
	background-position: center;
	background-size: cover;
	background-repeat: no-repeat;
	border-radius: 5px;
}

.face-plate {
	display: block;
	width: 100%;
}

.face-plate img {
	display: block;
	margin: 0 auto 1em;
	width: 100%;
	max-width: 600px;
}

.schu-retail-img:nth-child(3) {
	background-image: url(../img/publications/ProBooster-flyer-front.png);
	width: calc((100% / 2) - 1em);
	background-size: cover;
}

.schu-retail-img:nth-child(4) {
	background-image: url(../img/publications/ProBooster-flyer.png);
	width: calc((100% / 2) - 1em);
	background-size: cover;
}

.schu-retail-img:nth-child(5) {
	background-image: url(../img/publications/retail-store-banner.png);
	width: calc(100% - 1em);
	background-size: cover;
	height: 550px;
}

.schu-retail-img:nth-child(6) {
	background-image: url(../img/publications/red-fuel-flyer5.png);
	width: calc((100% / 2) - 1em);
	background-size: cover;
}

.schu-retail-img:nth-child(7) {
	background-image: url(../img/publications/red-fuel-flyer6.png);
	width: calc((100% / 2) - 1em);
	background-size: cover;
}

.disclosures {
	padding: 5em 1em 1em;
}

.disclosures p {
	font-size: 13px;
	color: #A9A9A9;
}

/* Responsive */

@media screen and (max-width: 900px) {

	.section1 {
		height: 90vh;
	}

	.intro > h1 {
		font-size: 4em;
	}

	.logo-section {
		width: 100%;
	}

	.rft-catalog > .logo-section {
		width: 100%;
	}

	.booklet-img {
		width: 100%;
		height: 500px;
		background-position: center;
		background-size: cover;
		background-repeat: no-repeat;
		border-radius: 5px;
	}

	.kerry-retail {
		flex-direction: column;
	}

	.kerry-retail-img:nth-child(1) {
	width: 100%;
	}

	.kerry-retail-img:nth-child(2) {
	width: 100%;
	}

	.catalog-img:nth-child(3) {
	width: 100%;
	order: 2;
	}

	.catalog-img:nth-child(4) {
	width: 100%;
	order: 1;
	}

	.catalog-img {
		height: 400px;
	}

	.schu-retail > .logo-section {
		width: 100%;
	}

	.schu-retail-img {
		height: 380px;
	}

	.schu-retail-img:nth-child(3) {
		width: 100%;
	}

	.schu-retail-img:nth-child(4) {
		width: 100%;
	}

	.schu-retail-img:nth-child(5) {
		height: 260px;
		width: 100%;
	}

	.schu-retail-img:nth-child(6) {
		width: 100%;
	}

	.schu-retail-img:nth-child(7) {
		width: 100%;
	}

	.brands {
		flex-direction: column;
		margin: 0 auto 8em;
	}

	.brands::before {
		left: 0;
		right: 0;
		margin-left: auto;
		margin-right: auto;
	}

	.logo {
		margin: 0 auto;
	}

}

@media screen and (max-width: 500px) {

	.logo-section {
		flex-direction: column;
		width: 100%;
		height: 100%;
		justify-content: flex-start;
		align-items: flex-start;
		padding: 0em;
		gap: 2em;
	}

	.logo-section > div:last-child {
		width: 100%;
	}

	.kerry-booklet > .logo-section > div:first-child {
		width: 100%;
		height: 40px;
	}

	.rft-catalog > .logo-section > div:first-child {
		width: 100%;
		height: 90px;
	}

	.schu-retail > .logo-section > div:first-child {
		width: 100%;
		height: 45px;
	}

}

@media screen and (max-width: 480px) {

	.intro > h1 {
		font-size: 3em;
		letter-spacing: 0px;
	}

	.booklet-img {
		height: 320px;
	}

	.kerry-retail-img {
		height: 320px;
	}

	.catalog-img {
		height: 280px;
	}

	.schu-retail-img {
		height: 300px;
	}

	.schu-retail-img:nth-child(5) {
		height: 190px;
	}

}