#home {}

#video {
	width: 100vw;
	min-height: 100vh;
	display: flex;
	align-items: center;
	justify-content: center;
}

#video .video-background {
	background: #000;
	position: fixed;
	top: 0; right: 0; bottom: 0; left: 0;
	z-index: -99;
	width: 100vw;
	height: 100vh;
}

#video .video-filter {
	position: absolute;
	top: 0;left: 0;right: 0;left: 0;
	background-image:linear-gradient(to top, rgba(0,0,0,0.8), rgba(0,0,0,0.1));
	z-index: 1;
	width: 100vw;
	height: 100vh;
}

/* #video .video-foreground,
#video .video-background iframe {
	position: absolute;
	top: -2.3%;
	left: -2.3%;
	width: 110vw;
	height: 110vh;
	pointer-events: none;
} */

#video .section-content .title h1 {
	color: #fff;
	font-size: 7em;
	font-weight: 700;
	background:  radial-gradient(circle, #a86837, #663708);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	text-align: center;
}

#access-areas {
	margin-top: -200px;
}

#access-areas .row {
	margin-left: -30px;
	margin-right: -30px;
}

#access-areas .block {
	height: 125px;
	display: flex;
	align-items: center;
	justify-content: center;
	background-position: center;
	background-size: 120%;
	background-repeat: no-repeat;
	transition: all ease-in-out 300ms;
	-webkit-transition: all ease-in-out 300ms;
	background-color: #fff;
}

#access-areas .block:hover {
	background-size: 150%;
}

#access-areas  a {
	text-align: center;
}

#access-areas  a span {
	display: block;
}

#access-areas  a .small {font-size: 1em; font-weight: 400;}
#access-areas  a .big {font-size: 1.6em; font-weight: 700;}
#access-areas  a .action {
	width: 30px;
	height: 30px;
	border-width: 1px;
	border-style: solid;
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
	margin: auto;
	margin-top: 10px;
}

#access-areas .white {color: #fff; border-color: #fff; z-index:5;}
#access-areas .brown {color: #663300; border-color: #663300;}
