@font-face {
	font-family: "Dreamy Land";
	src: url("fonts/dreamy-land.woff2") format("woff2"), url("fonts/dreamy-land.woff") format("woff");
	font-weight: 400;
	font-style: normal;
	font-display: swap;
}

@font-face {
	font-family: "Patato";
	src: url("fonts/patato-2.woff2") format("woff2"), url("fonts/patato-2.woff") format("woff");
	font-weight: 400;
	font-style: normal;
	font-display: swap;
}

html {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
*, *:before, *:after {
	-webkit-box-sizing: inherit;
	-moz-box-sizing: inherit;
	box-sizing: inherit;
}

body {
	min-width: 360px;
	margin: 0;
	background: #1b1a19;
	color: #fff;
	font-family: Patato, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu, Cantarell, "Open Sans", "Helvetica Neue", sans-serif;
	font-size: 20px;
	line-height: 1.2;
	text-size-adjust: none;
}

h1, h2, p { 
	margin: 0;
	padding: 5px 0;
}
h1, h2, nav, a.btn {
	font-family: "Dreamy Land", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu, Cantarell, "Open Sans", "Helvetica Neue", sans-serif;
	font-weight: 400;
	text-transform: uppercase;
}
h1 {
	font-size: 48px;
	letter-spacing: 2px;
}
h2 {
	font-size: 36px;
	letter-spacing: 1px;
}

h1 i, h2 i {
	margin-right: 12px;
}

a {
	color: inherit;
	text-decoration-style: dotted;
	text-decoration-skip-ink: none;
}
a image {
	border: none;
}

a.btn {
	display: inline-block;
	background: #fff;
	color: #1b1a19;
	line-height: 60px;
	padding: 0 12px 0 15px;
	letter-spacing: 1px;
	text-decoration: none;
	clip-path: polygon(0 0, calc(100% - 10px) 0, 100% 50%, calc(100% - 10px) 100%, 0 100%);
	margin-top: 20px;
	margin-right: 10px;
	transition: padding 75ms, margin 75ms;
	border-radius: 3px;
}
a.btn:hover, a.btn:focus {
	padding-right: 18px;
	margin-right: 4px;
}
a.btn.alt {
	opacity: .75;
}
a.btn:last-child {
	margin-right: 0;
}

hr {
	border: none;
	height: 3px;
	border-radius: 1.5px;
	background: rgba(255, 255, 255, .25);
	margin: 15px 0;
}

.center {
	text-align: center;
}

.grey {
	opacity: .33;
}


.outer {
	display: flex;
	flex-direction: column;
	width: 100%;
	margin-top: calc(-5vw - 1px);
	padding: calc(5vw + 1px) 0;
	clip-path: polygon(0 0, 50% 5vw, 100% 0, 100% 100%, 0 100%);
	background: no-repeat center fixed;
	background-size: cover;
}
.outer:first-child {
	margin-top: 0;
	padding-top: 0;
	clip-path: none;
}
.outer:last-child {
	padding-bottom: 0;
}

.outer.a {
	background: url("img/bg.gif") no-repeat 50% calc(22.5% - 2.5vw) / contain, linear-gradient(#1889fa 39.99%, #000 40%);
}
.outer.a section {
	padding-top: calc(55vw - 50px);
	padding-top: max(calc(55vw - 50px), 225px);
}

.outer.b {
	background: no-repeat 50% 15% / contain, #0e1628;
}
.outer.b .inner {
	padding-top: calc(400px + 25vw);
}
.outer.b section {
	padding: 50px 55px;
	padding: min(8vw, 50px) calc(min(8vw, 50px) + 5px);
	background: rgba(32, 32, 32, .7);
	border-radius: 8vw;
	border-radius: min(8vw, 50px);
	box-shadow: 0 2px 1px rgba(0, 0, 0, .2);
	border: 4px solid #a3e30a;
}

.outer.c {
	background: linear-gradient(45deg, #009848, #004860);
}
.outer.c a.btn {
	color: #008850;
}

.outer.d {
	background: #1b1a19;
}
.outer.d a.btn {
	background: #1b1a19;
	color: #fff;
}

.inner {
	display: flex;
	flex-direction: column;
	justify-content: center;
	width: 100%;
	max-width: 1800px;
	min-height: 100vh;
	padding: 10vw 5vw;
	padding: min(10vw, 100px) min(5vw, 100px);
	margin: 0 auto;
}

.inner2 {
	flex: auto;
	display: flex;
	flex-direction: column;
	justify-content: center;
}
.inner2.top {
	justify-content: flex-start;
}

header, footer {
	flex: none;
}
header {
	margin-bottom: 7.5vw;
	margin-bottom: min(7.5vw, 100px);
}
footer {
	margin-top: 7.5vw;
	margin-top: min(7.5vw, 100px);
}

header > a {
	display: block;
	width: 100%;
	max-width: 545px;
	margin: 0 auto;
	line-height: 0;
}
header > a > img {
	display: block;
	width: 100%;
	height: auto;
	filter: drop-shadow(0 2px 1px rgba(0, 0, 0, .2));
}

nav {
	display: flex;
	justify-content: center;
	margin: calc(15px + 2.5vw) auto 0;
}
nav a {
	display: block;
	margin: 0 15px;
	text-decoration: none;
	text-align: center;
	letter-spacing: 1px;
	text-shadow: 0 2px 2px rgba(0, 0, 0, .2);
	transition: opacity 75ms, transform 75ms;
	opacity: .8;
}
nav a.current {
	opacity: 1;
}
nav a:hover, nav a:focus {
	transform: scale(1.1);
	opacity: 1;
}
nav i {
	display: block;
	width: 100%;
	margin-bottom: 5px;
	font-size: 30px;
}

.links {
	display: flex;
	justify-content: center;
	margin-top: 30px;
}
.links a {
	position: relative;
	display: inline-flex;
	width: 64px;
	height: 64px;
	align-items: center;
	justify-content: center;
	margin: 0 20px;
	font-size: 32px;
	text-decoration: none;
	opacity: .85;
	border-radius: 50%;
	transition: opacity 75ms;
}
.links i {
	transition: transform 75ms;
}
.links a::before {
	content: "";
	position: absolute;
	width: 100%;
	height: 100%;
	border: 4px solid #fff;
	border-radius: 4px;
	opacity: .2;
	transform: rotate(45deg);
	transition: opacity 150ms, transform 150ms;
	pointer-events: none;
}
.links a:hover, .links a:focus {
	opacity: 1;
}
.links a:hover i, .links a:focus i {
	transform: scale(1.1);
}
.links a:hover::before, .links a:focus::before {
	opacity: .5;
	transform: rotate(135deg) scale(1.2);
}

.columns {
	margin-top: 40px;
}
.columns > div {
	display: flex;
	flex-direction: column;
	border: 4px solid #a3e30a;
	border-radius: 7vw;
	border-radius: min(7vw, 40px);
	padding: 6vw;
	padding: min(6vw, 35px);
	margin: 40px auto;
	max-width: 600px;
	flex: 1;
}
.columns > div:first-child {
	margin-top: 20px;
}
.columns > div:last-child {
	margin-bottom: 20px;
}
.columns h2 {
	text-align: center;
	margin-bottom: 20px;
}
.columns .bottom {
	margin: auto auto 0;
}
.columns .links {
	padding-top: 25px;
}
.columns .links a {
	width: 48px;
	height: 48px;
	font-size: 24px;
	margin: 0 15px;
}
.columns .links a::before {
	border-width: 3px;
	border-radius: 3px;
}

.links a:first-child {
	margin-left: 0;
}
.links a:last-child {
	margin-right: 0;
}

.centerif {
	text-align: center;
}

.timeline {
	position: relative;
	max-width: 1400px;
	margin: 20px auto 100px;
}
.timeline:last-child {
	margin-bottom: 0;
}
.timeline::after {
	content: "";
	position: absolute;
	left: 50%;
	top: 0;
	bottom: 0;
	width: 6px;
	margin-left: -3px;
	background: #a3e30a;
	border-radius: 3px;
}
.timeline .container {
	padding: 0 50px;
	position: relative;
	width: 50%;
	margin-top: -250px;
}
.timeline .container:first-child {
	margin-top: 0;
}
.timeline .container:nth-child(odd) {
	padding-left: 0;
}
.timeline .container:nth-child(even) {
	padding-right: 0;
	left: 50%;
}
.timeline .container::after {
	content: "";
	position: absolute;
	right: -15px;
	top: 42px;
	width: 30px;
	height: 30px;
	background: #1b1a19;
	border: 6px solid #fff;
	border-radius: 50%;
	z-index: 1;
	box-shadow: 0 0 0 6px #1b1a19;
}
.timeline .container.icon::after {
	display: flex;
	align-items: center;
	justify-content: center;
	border: none;
	box-shadow: 0 0 0 6px #1b1a19, inset 30px 30px #fff;
	font-family: "Font Awesome 5 Free";
	font-weight: 900;
	font-size: 16px;
	color: #1b1a19;
}
.timeline .container.star::after {
	content: "\f005";
}
.timeline .container.wip::after {
	content: "\f6e3";
}
.timeline .container:nth-child(even)::after {
	left: -15px;
}
.timeline .container:nth-child(odd)::before {
	content: "";
	height: 0;
	position: absolute;
	top: 41px;
	width: 0;
	z-index: 1;
	right: 35px;
	border: solid #fff;
	border-width: 16px 0 16px 16px;
	border-color: transparent transparent transparent #fff;
}
.timeline .container:nth-child(even)::before {
	content: "";
	height: 0;
	position: absolute;
	top: 41px;
	width: 0;
	z-index: 1;
	left: 35px;
	border: solid #fff;
	border-width: 16px 16px 16px 0;
	border-color: transparent #fff transparent transparent;
}
.timeline .content {
	padding: 30px;
	background: #fff;
	position: relative;
	border-radius: 15px;
	color: #1b1a19;
}
.timeline .promo, .project .promo {
	height: calc(150px + 15vw);
	height: min(calc(150px + 12.5vw), 350px);
	background: #ddd no-repeat center / cover;
	border-radius: 6px;
	margin-bottom: 10px;
}

.timeline small, .project small {
	display: block;
	margin: -5px 0 5px;
	opacity: .5;
}
.timeline hr, .project hr {
	background: rgba(0, 0, 0, .25);
}

@media (max-width: 900px) {
	/* Place the timelime to the left */
	.timeline::after {
		left: 15px;
	}
	.timeline .container {
		margin-top: 0;
	}
	/* Full-width containers */
	.timeline .container:nth-child(odd), .timeline .container:nth-child(even) {
		width: 100%;
		padding: 20px 0 20px 65px;
	}
	/* Make sure that all arrows are pointing leftwards */
	.timeline .container:nth-child(odd)::before, .timeline .container:nth-child(even)::before {
		left: 50px;
		top: 61px;
		border-width: 16px 16px 16px 0;
		border-color: transparent #fff transparent transparent;
	}
	/* Make sure all circles are at the same spot */
	.timeline .container:nth-child(odd)::after, .timeline .container:nth-child(even)::after {
		left: 0;
		top: 62px;
	}
	/* Make all right containers behave like the left ones */
	.timeline .container:nth-child(even) {
		left: 0;
	}
	.timeline .container:first-child {
		padding-top: 0;
	}
	.timeline .container:first-child::before {
		top: 41px;
	}
	.timeline .container:first-child::after {
		top: 42px;
	}
	.timeline .container:last-child {
		padding-bottom: 0;
	}
}

.project {
	margin: 20px 0 40px;
	padding: 30px;
	background: #fff;
	border-radius: 15px;
	color: #1b1a19;
}
.project:last-child {
	margin-bottom: 0;
}

@media (min-width: 800px) {
	body {
		font-size: 22px;
	}
	a.btn {
		padding: 0 22px 0 25px;
	}
	a.btn:hover, a.btn:focus {
		padding-right: 28px;
	}
	.project {
		display: flex;
	}
	.project .promo {
		width: 33%;
		flex: none;
		margin-right: 30px;
		margin-bottom: 0;
	}
}

@media (min-width: 1100px) {
	header {
		display: flex;
		align-items: center;
		margin-bottom: 50px;
	}
	header > a {
		margin: 0;
	}
	footer {
		margin-top: 50px;
	}
	.half {
		width: 45%;
		max-width: 650px;
	}
	.half.right {
		margin-left: auto;
		margin-right: 0;
	}
	nav {
		flex: auto;
		justify-content: flex-end;
		margin: 0;
	}
	nav a {
		margin: 0 0 0 30px;
		display: inline-block;
	}
	.columns {
		display: flex;
		justify-content: space-between;
		margin-left: -30px;
		margin-right: -30px;
	}
	.columns > div {
		width: 100%;
		margin: 0 30px;
		flex: 1;
	}
	.columns > div:first-child {
		margin-top: 0;
	}
	.columns > div:last-child {
		margin-bottom: 0;
	}
	.links {
		justify-content: flex-start;
		padding-left: 6px;
	}
	.centerif {
		text-align: inherit;
	}
	.outer.a {
		background-position-y: center;
		background-size: cover;
		background-attachment: fixed;
	}
	.outer.a section {
		padding: 50px 55px;
		background: rgba(32, 32, 32, .6);
		border: 4px solid #a3e30a;
		border-radius: 50px;
		box-shadow: 0 2px 1px rgba(0, 0, 0, .2);
	}
	.outer.c {
		background-attachment: fixed;
	}
}