html, body {
	background-color: #e5e0d1;
}

header {
	background-color: rgba(0, 0, 0, .0);
	/*backdrop-filter: blur(50px);*/
	/*-webkit-backdrop-filter: blur(50px);*/
}
.reveal-header-bg {
	background-color: var(--main-color);
	/*transition: 0.5s;*/
}

#landing {
  background: url(/workshop/images/IMG_6287.jpg);
  min-height: 100%; /* 16:9 is 56.25vw */
  display: flex;
  align-items: center; /*vertical centralise*/
  font-smooth: always;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
#landing-content {
	max-width: 1024px;
}
#landing-content h1 {
	color: #fff;
	text-shadow: 0 1px 0 rgba(0, 0, 0, 0.1);
	font-size: 2.6em;
	margin-bottom: 20px;
}
@media (min-width:1281px) {
	#landing-content {
		max-width: 60vw;
	}
	#landing-content h1 {
		font-size: 5vw;
	}
}
#workshop img.collage {
	max-width: 540px;
}
#workshop .builds {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
#workshop .builds * {
	display: block;
	width: 50%;
	height: 50%;
}
@media (min-width:641px) {
	#workshop .builds * {
		width: 25%;
	}
}

#workshop ul.dates {
	list-style: none;
	padding: 0;
	line-height: 1.5;
}