@import url('https://fonts.googleapis.com/css2?family=PT+Sans+Narrow&family=Russo+One&display=swap&family=Big+Shoulders+Stencil+Text:wght@500');

/* global---------------------------------------------------------*/

html {
	height: 100vh;
	width: 100vw;
	margin: 0px;
	padding: 0px;
	overflow: hidden;
}

body {
	font-family: 'PT Sans Narrow', sans-serif;
	font-size: 16px;
	color: #000;
	background-image: linear-gradient(180deg, #BBB, #FFF);
	margin: 0px;
	padding: 0px;
	position: relative;
	height: 100%;
	width: 100%;
	overflow: auto;
	scroll-behavior: smooth;
	scroll-snap-type: y mandatory;
	text-align: center;
}

p,
ul,
ol {
	margin-top: 10px;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	color: #F00;
	text-shadow: 0px 1px 2px #333;
	display: inline;
}

h1#name {
	font-family: 'Russo One', sans-serif;
	font-weight: 400;
	font-size: 100px;
	color: #FFF;
	opacity: 0.1;
	top: 0px;
	left: 20px;
	position: absolute;
}

h2 {
	font-family: 'Russo One', sans-serif;
	font-weight: 400;
	font-size: 44px;
	margin-top: 0px;
}

h3 {
	font-size: 32px;
}

h4 {
	font-size: 24px;
}

h5 {
	font-size: 18px;
}

h6 {
	font-size: 16px;
}

a {
	color: #000;
	background-color: transparent;
	text-decoration: underline;
}

a:hover {
	color: #F00;
	background-color: transparent;
}

::selection {
	color: #FFF;
	background-color: #F00;
}

.copyright {
	font-family: 'Russo One', sans-serif;
	color: #000;
	font-size: 16px;
}

/* container---------------------------------------------------------*/

div.container {
	width: 100%;
	height: 100%;
}

.cf:after {
	content: "";
	display: table;
	clear: both;
}

/* header---------------------------------------------------------*/

header {
	position: fixed;
	top: 0px;
	left: 0px;
	text-align: center;
	color: #000;
	width: 100%;
	margin: 0px;
	padding: 0px;
	z-index: 20;
}

#home {
	transform: rotate(-3deg);
	float: left;
	margin: 5px 0px 0px 5%;
}

#home img {
	opacity: 0.5;
	transition: .5s ease-in-out;
}

#home img:hover {
	opacity: 1;
	transition: .5s ease-in-out;
}

header nav {
	font-size: 18px;
	float: right;
	margin-right: 18px;
}

header nav ul {
	margin: 5px 0px 0px 0px;
	font-family: 'Russo One', sans-serif;
}

header nav ul li {
	display: inline;
	text-align: right;
	padding: 0px 5px;
	color: #F00;
	text-transform: uppercase;
	float: left;
	background-color: rgba(255, 255, 255, 0.4);
}

header nav ul li a {
	color: #000;
	text-decoration: none;
	transition: .5s ease-in-out;
}

header nav ul li a:hover {
	color: #F00;
	text-decoration: none;
	transition: .5s ease-in-out;
}

/* main ---------------------------------------------------------*/

main {
	position: relative;
	width: 100%;
	height: 100%;
	text-align: center;
	max-width: 1536px;
	margin: 0px auto;
}

section {
	width: 100%;
	height: 100%;
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center;
	scroll-snap-align: end;
	scroll-margin-bottom: 0px;
}

section#twenty-five {
	background-image: url("../images/11DTHDRV.jpg");
}

section#twenty-four {
	background-image: none;
}

section#twenty-three {
	background-image: url("../images/9Nesqvik.jpg");
}

section#twenty-two {
	background-image: url("../images/8Double.jpg");
}

section#twenty {
	background-image: url("../images/6WearAnApron.jpg");
}

section#seventeen {
	background-image: url("../images/5TheRedWedges.jpg");
}

section#fifteen {
	background-image: none;
}

section#five {
	background-image: url("../images/3WeCameInPeace.jpg");
}

section#ninety-eight {
	background-image: url("../images/2InVivo.jpg");
}

section#ninety-three {
	background-image: url("../images/1Uitstel.jpg");
}

section h2 {
	position: relative;
	margin: 0px;
	padding: 0px;
	z-index: 5;
	background-color: transparent;
	display: inline;
	line-height: 60%;
}

section#twenty-five h2 {
	top: 15%;
	left: 32%;
	font-size: 85px;
	font-family: 'Big Shoulders Stencil Text', serif;
	font-weight: normal;
}

section#twenty-four h2 {
	top: 28%;
	left: 15%;
	font-size: 48px;
	font-family: 'Russo One', sans-serif;
}

section#twenty-three h2 {
	top: 15%;
	left: 36%;
	font-size: 78px;
	font-family: 'PT Sans Narrow', sans-serif;
}

section#twenty-two h2 {
	top: 5%;
	left: 14%;
	font-size: 48px;
}

section#twenty h2 {
	top: 6%;
	left: 18%;
	font-size: 68px;
}

section#seventeen h2 {
	top: 7%;
	left: 16%;
	font-size: 88px;
	font-family: 'Big Shoulders Stencil Text', serif;
	font-weight: bolder;
}

section#fifteen h2 {
	top: 22%;
	left: 24%;
	font-size: 68px;
	font-family: 'PT Sans Narrow', sans-serif;
	font-weight: bolder;
}

section#five h2 {
	top: 2%;
	left: 16%;
	font-size: 48px;
}

section#ninety-eight h2 {
	top: 8%;
	left: 32%;
	font-size: 60px;
}

section#ninety-three h2 {
	top: 10%;
	left: 24%;
	font-size: 78px;
	font-family: 'PT Sans Narrow', sans-serif;
	font-weight: bold;
}

section article {
	position: sticky;
	max-width: 360px;
	color: #F00;
	font-weight: bold;
	padding: 6px;
	text-align: left;
	z-index: 4;
	background-color: rgba(255, 255, 255, 0.65);
	text-shadow: 0px 1px 2px #333;
	margin-bottom: 50px;
	line-height: 100%;
}

section article p {
	margin: 0px;
}

section img {
	width: 100%;
	height: auto;
}

section video {
	max-width: 100%;
	height: auto;
	display: inline;
	vertical-align: middle;
}

section video:hover {
	cursor: progress;
}

section#twenty-five article {
	left: 5%;
	top: 65%;
	transform: rotate(4deg);
	text-transform: uppercase;
	line-height: normal;
	text-align: center;
	max-width: 320px;
}

section#twenty-five article h3 {
	font-size: 50px;
	text-transform: uppercase;
	letter-spacing: 2px;
	font-family: 'Russo One', sans-serif;
}

section#twenty-four article {
	left: 60%;
	top: 25%;
	max-width: 350px;
	transform: rotate(2deg);
	line-height: normal;
	display: block;
	clear: both;
	float: left;
}

section#twenty-four h3 {
	font-size: 50px;
	text-transform: uppercase;
}

section#twenty-four video {
	width: auto;
	height: 95%;
	top: 0px;
	left: 50%;
	margin-left: -27%;
	display: inline;
	float: none;
}

section#twenty-three article {
	left: 5%;
	top: 62%;
	transform: rotate(-2deg);
	text-transform: uppercase;
	line-height: normal;
	text-align: right;
	max-width: 320px;
}

section#twenty-three article h3 {
	font-size: 48px;
}

section#twenty-two article {
	left: 60%;
	top: 55%;
	max-width: 350px;
	transform: rotate(2deg);
	line-height: normal;
	font-size: 24px;
}

section#twenty-two article h3 {
	font-size: 30px;
	font-family: 'Russo One', sans-serif;
}

section#twenty article {
	left: 60%;
	top: 42%;
	transform: rotate(-2deg);
	line-height: normal;
	font-size: 28px;
}

section#seventeen article {
	left: 55%;
	top: 57%;
	max-width: 300px;
	text-transform: uppercase;
	font-family: 'Russo One', sans-serif;
	line-height: normal;
}

section#seventeen article h3 {
	font-size: 36px;
}

section#fifteen article {
	left: 12%;
	top: 30%;
	transform: rotate(-2deg);
	font-family: 'Russo One', sans-serif;
	text-transform: uppercase;
	text-align: center;
	white-space: nowrap;
	line-height: normal;
}

section#five article {
	left: 46%;
	top: 18%;
	max-width: 150px;
	text-transform: uppercase;
	font-weight: bold;
	text-align: center;
	background-color: transparent;
	line-height: 44px;
}

section#five article h3 {
	font-size: 66px;
}

section#ninety-eight article {
	left: 3%;
	top: 70%;
	font-weight: bolder;
	transform: rotate(2deg);
	text-transform: capitalize;
	text-align: right;
	max-width: 300px;
	line-height: normal;
}

section#ninety-eight article h3 {
	font-size: 75px;
}

section#ninety-three article {
	left: 38%;
	top: 65%;
	font-family: 'Russo One', sans-serif;
	text-transform: uppercase;
	text-align: center;
	max-width: 320px;
	letter-spacing: 5px;
	line-height: normal;
}

section#ninety-three article h3 {
	font-size: 72px;
}

section a.button {
	position: relative;
	bottom: 120px;
	z-index: 10;
	text-align: center;
	color: #F00;
	background-color: #FFF;
	text-decoration: none;
	border: #000 4px solid;
	cursor: pointer;
	font-size: 24px;
	font-weight: bolder;
	padding: 2px 40px 4px 40px;
	line-height: normal;
	text-shadow: 0px 1px 2px #333;
	transition: .5s ease-in-out;
}

section a.button:hover {
	color: #FFF;
	background-color: #F00;
	text-decoration: none;
	transition: .5s ease-in-out;
	transform: translate(3px, 3px) scale(1.5);
}

/* top ------------------------*/

div#top {
	position: fixed;
	bottom: 24px;
	right: 41px;
	z-index: 10;
	color: #000;
	font-size: 45px;
	padding: 0px;
	margin: 0px;
	font-weight: bold;
	display: block;
}

div#top a {
	color: #000;
	text-decoration: none;
	padding: 0px;
	margin: 0px;
	transition: .3s ease-in-out;
	line-height: 10px;
	border-bottom: #000 5px solid;
}

div#top a:hover {
	color: #F00;
	text-decoration: none;
	transition: .3s ease-in-out;
	line-height: 10px;
	border-bottom: #F00 5px solid;
}

/* footer ---------------------------------------------------------*/

footer {
	position: fixed;
	left: 0px;
	bottom: 10px;
	width: 100%;
	font-family: 'Russo One', sans-serif;
	font-weight: 400;
	font-size: 16px;
}

footer p {
	float: left;
	color: #000;
	line-height: 100%;
	margin-bottom: 20px;
}

footer a {
	color: #000;
	text-decoration: none;
	border-bottom: #F00 4px solid;
}

footer a:hover {
	color: #F00;
	text-decoration: none;
	border-bottom: #F00 4px solid;
}