* {
	margin: 0;
	padding: 0;
}

html,
body {
	width: 100%;
	height: 100%;
}

div.div-main {
	position: relative;
	width: 100%;
	height: 100%;
	background-color: transparent;

	overflow-y: scroll;
	scroll-behavior: smooth;
}

/* div.div-parallax-background {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: #2f2f2f;

	perspective: 10px;
}

div.div-parallax-container {
	position: relative;
	display: flex;
	justify-content: center;
	align-items: center;
	height: 100%;
	transform-style: preserve-3d;
	z-index: -1;
} */

div.div-quote {
	position: absolute;
	height: 100%;
	width: 12.5%;
	object-fit: cover;
	display: flex;
	justify-content: center;
	align-items: center;
	flex-direction: column;
	z-index: -1;
	font-size: 1.25vh;
	color: #3f3f3f;
}

div.div-header {
	width: 100%;
	height: 7.5%;
	background-color: #000000;
}

div.div-title {
	width: 100%;
	height: 50%;

	background: url("../../assets/img/banner.jpg");
	background-position: center;
	background-size: cover;

	display: flex;
	justify-content: center;
	align-items: center;
}

div.div-head-item {
	float: right;
	width: 15%;
	height: 100%;

	display: flex;
	justify-content: center;
	align-items: center;
}

div.div-banner {
	width: 100%;
	height: 60%;

	padding: 5% 0 0 0;

	display: flex;
	justify-content: space-evenly;
}

div.div-content {
	width: 80%;
	height: 100%;
	margin: 0 10%;
}

div.div-section {
	margin: 5% 0;
	width: 100%;
}

div.div-section-statistics {
	height: 30%;
}

div.div-section-hidden {
	padding: 1rem;
	background-color: #ffffff;
	opacity: 0;
	transform: translate3d(0, -15px, 0);
	transition: all 150ms linear;
	font-size: 1.0625rem;
	font-weight: 500;
	line-height: 1.4;
	visibility: hidden;
	pointer-events: none;
	height: 0;
}

p.p-section-text:hover ~ div.div-section-hidden {
	opacity: 1;
	height: fit-content;
	visibility: visible;
	transform: translate3d(0, 0, 0);
}

div.div-statistics {
	width: 100%;
	height: 100%;
}

div.div-stat-number {
	width: calc(40% - 1px);
	height: 100%;
	border-right: 1px solid #ffffff;
	float: left;
}

div.div-stat-explanation {
	width: 60%;
	height: 100%;
	float: left;

	display: flex;
	flex-direction: column;
	justify-content: center;
}

div.div-stat-explanation {
	float: left;
}

p.p-title {
	color: #ffffff;
	font-family: "BP";
	font-size: 7.5vh;
	text-shadow: 4px 4px #000000;
}

p.p-subheading {
	color: #ffffff;
	font-size: 5vh;
}

p.p-stat-number {
	width: 80%;
	padding: 0 10%;
	height: 100%;
	color: #ffffff;
	font-family: "BP";
	font-size: 20vh;
	text-align: right;
}

p.p-stat-explanation {
	width: 80%;
	padding: 0 10%;
	color: #ffffff;
	font-family: "BP";
	font-size: 3.25vh;
	font-weight: 200;
}

p.p-stat-source {
	width: 80%;
	padding: 0 10%;

	margin-bottom: 2vh;

	color: #ffffff;
	font-family: "BP";
	font-size: 1.5rem;
	font-weight: 200;

	transition: 200ms;
}

p.p-head-item {
	width: 100%;

	text-align: center;

	color: #ffffff;
	font-family: "BP";
	font-size: 1.5rem;
	font-weight: 200;
}

a {
	color: #ffffff;
	font-family: "BP";
	font-size: 1.5rem;
	font-weight: 200;
}

p.p-section-text {
	color: #ffffff;
	font-family: "BP";
	font-size: 2rem;
	font-weight: 200;
}

p.p-section-hidden-heading {
	color: #000000;
	font-family: "BP";
	font-size: 2rem;
	font-weight: 600;
}

p.p-section-hidden-text {
	color: #000000;
	font-family: "BP";
	font-size: 1.5rem;
	font-weight: 200;
}

p.p-section-text-secondary {
	color: #9f9f9f;
	font-family: "BP";
	font-size: 2rem;
	font-weight: 200;
}

p.p-section-heading {
	margin-bottom: 2vh;

	color: #ffffff;
	font-family: "BP";
	font-size: 3rem;
	font-weight: 600;
}

p.p-section-source {
	margin-bottom: 2vh;

	color: #ffffff;
	font-family: "BP";
	font-size: 1.5rem;
	font-weight: 200;

	transition: 200ms;
}

p.p-section-source:hover {
	background-color: #3f3f3f;
}

ul.ul-section {
}

li.li-section-item {
	margin-bottom: 0.5vh;

	color: #ffffff;
	font-family: "BP";
	font-size: 2vh;
	list-style-type: square;
}

.animate {
	opacity: 0;
	transform: translateY(5vh);
	transition: all 0.7s ease-out;
	transition-delay: 0.4s;
}

.scroll-animation {
	opacity: 1;
	transform: translateX(0);
}

.div-speech-bubble {
	background: #2f2f2f;
	color: #333;
	display: inline-block;
	font-size: 14px;
	margin-bottom: 1em;
	padding: 2rem;
	position: relative;
	vertical-align: top;
	min-width: 7em;
}

.div-speech-bubble:after {
	border: 1em solid transparent;
	border-top-color: #2f2f2f;
	content: "";
	margin-left: -1em;
	position: absolute;
	top: 100%;
	left: 5%;
	width: 0;
	height: 0;
}

.speech-bubble.large {
	font-size: 2em;
	padding: 0 1em;
	min-width: 4em;
}

.speech-bubble.rounded {
	border-radius: 0.4em;
}

.speech-bubble.blue {
	background: #ddf;
	color: #334;
}
.speech-bubble.blue:after {
	border-top-color: #ddf;
}

.div-banner {
	position: sticky;
	top: -1px;
}

.div-banner.is-pinned {
	color: red;
}

.div-footer {
	width: 100%;
	height: 35%;

	display: flex;
	justify-content: center;
	align-items: center;
}
