/* @group Reveal header background */

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;*/
}

/* @end */

.woodgrain {
	position: absolute;
	opacity: 0.5;
}

#landing {
  background: url(../images/bg.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;
  overflow: hidden;
}

#landing .woodgrain:nth-of-type(1) {
	transform: translate(-50%, -50%);
	top: 5%;
	left: 15%;
	width: 100%;
	max-width: 1000px;
}
#landing .woodgrain:nth-of-type(2) {
	transform: translate(50%, 50%);
	bottom: 5%;
	right: 20%;
	width: 100%;
	max-width: 1000px;
}

#landing video {
	position: absolute;
	top: 50%;
	left: 50%;
	min-width: 100% !important;
	min-height: 100% !important;
	-webkit-transform: translate(-50%,-50%);
	   -moz-transform: translate(-50%,-50%);
	        transform: translate(-50%,-50%);
}
#landing-content {
	max-width: 1024px;
}
#landing-content img {
	width: 50vw;
	min-width: 192px;
	max-width: 256px;
	opacity: 0.8;
}
#landing h1 {
	color: #fff;
	text-transform: uppercase;
	font-size: 60px;
	line-height: 50px;
	margin: 10px 0 10px;
}
#landing-content h2 {
	color: #fff;
	text-shadow: 0 1px 0 rgba(0, 0, 0, 0.1);
	font-size: 1.6em;
	margin-bottom: 20px;
}
@media (min-width:1281px) {
	#landing-content {
		max-width: 75vw;
	}
}

#signup {
	background-color: var(--accent-color);
	color: #fff;
}
#signup h3 {
	color: #fff;
}

#about {
	background-color: #fff;
}
#about p.profile {
	text-align: center;
}
#about p.profile img {
	width: 100%;
	max-width: 360px;
	border-radius: 50%;
}
#about .intro {
	text-align: center;
	max-width: 768px;
	margin-left: auto;
	margin-right: auto;
}
#about .nextsection {
	background-image: url(../images/arrow-down-black.svg);
}

#hero-photo {
	width: 100%;
	background-image: url(../images/photo-seedings.jpg);
}

@media only screen and (min-width: 1025px) {
	#hero-photo {
		background-attachment: fixed;
		height: 100%;
	}
	#hero-photo > img {
		display: none;
	}
}

img.hero {
	display: block;
	width: 100vw;
	height: 50vw;
	max-height: 480px;
	object-fit: cover;
}

#quote {
	background-image: url(../images/blurred-10.jpg);
	background-attachment: fixed;
	padding-top: var(--header-height);
	padding-bottom: var(--header-height);
	color: #fff;
}
#quote .container {
	max-width: 768px;
	margin: auto;
}

#collab {
	background-color: #fff;
}

#collab .logo {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between
}

#collab .logo img {
	width: 50%;
	height: 50%;
	max-width: 160px;
}

#contact {
	background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.3) 0%, rgba(0, 0, 0, 0.3) 100%), url(../images/bg-wood.jpg) #222;
	background: -moz-linear-gradient(top, rgba(0, 0, 0, 0.3) 0%, rgba(0, 0, 0, 0.3) 100%), url(../images/bg-wood.jpg) #222;
	background: -ms-linear-gradient(top, rgba(0, 0, 0, 0.3) 0%, rgba(0, 0, 0, 0.3) 100%), url(../images/bg-wood.jpg) #222;
	background: linear-gradient(to bottom, rgba(0, 0, 0, 0.3) 0%, rgba(0, 0, 0, 0.3) 100%), url(../images/bg-wood.jpg) #222;
	color: #fff;
	padding-bottom: 0;
}
#contact,
#contact h2,
#contact a {
	color: #fff;
}
#contact .pull-left,
#contact .pull-right {
	padding-bottom: var(--header-height);
	text-align: left;
}
#contact #message {
	margin-top: var(--padding-lr);
}
@media (min-width:641px) {
	#contact #contactform,
	#contact #message {
		text-align: left;
	}
	#contact #contactform .btn {
		margin: 0;
	}
}

footer .woodgrain:nth-of-type(1) {
	transform: translate(-50%, -50%);
	top: 30%;
	left: 20%;
	width: 70%;
	max-width: 600px;
}
footer .woodgrain:nth-of-type(2) {
	transform: translate(50%, 50%);
	bottom: 10%;
	right: 20%;
	width: 80%;
	max-width: 600px;
}
