*
{
	box-sizing: border-box;
}

body
{
	font-family: "Krub", sans-serif;
	margin: 0;
	color: #333333;
}

.lamp
{
	width: 1000px;
	position: absolute;
	top: 0;
	transition: opacity 1.5s;
}
.light-y
{
	right: 0;
	width: 800px;
}
.light-g
{
	top: -800px;
	left: -200px;
}
#light-g, #light-y
{
	opacity: 0;
}

a, a:visited
{
	text-decoration: none;
}

nav 
{
	position: fixed;
	top: 0;
	width: 100%;
	text-align: center;
	background-color: rgba(255,255,255,0.7);
	transition: background 0.4s;
	z-index: 100;
}
nav a, nav a:visited
{
	padding: 10px 20px;
	display: inline-block;
	color: #333333;
	font-weight: bold;
	text-transform: uppercase;
	text-decoration: none;
}

footer
{
	text-align: center;
	padding: 20px;
	background-color: #eeeeee;
	font-weight: bold;
}

header
{
	padding-top: 25vh;
	height: 100vh;
	text-align: center;
	//background-color: #99ffbb;
	background-image: url("logo.jpg");
	background-size: cover;
	background-position: center;
}
header h1
{
	margin-bottom: 30px;
	font-size: 6vw;
}
header p
{
	font-size: 2vw;
}

section
{
	padding: 5vw;
	background-color: #fefefe;
}
section p
{
	font-size: 22px;
	line-height: 1.7em;
	width: 100%;
	max-width: 700px;
	text-align: justify;
	margin: 0 auto;
}
h2
{
	text-align: center;
	text-transform: uppercase;
	font-size: 40px;
	color: #D4AF37;
	font-family: "Source Sans Pro", sans-serif;
}

.divider
{
	font-size: 30px;
	text-align: center;
}
.divider img
{
	width: 22px;
	margin: 5px;
}

#folk
{
	text-align: center;
	font-family: "Source Sans Pro", sans-serif;
}
#folk figure
{
	display: inline-block;
	margin: 1vw;
}
#folk img
{
	border-radius: 100%;
	width: 14vw;
	transition: box-shadow 0.2s;
}
#folk img:hover
{
	box-shadow: 0 0 30px 1px rgba(0,0,0,0.4);
}
figure figcaption
{
	font-size: 20px;
	margin-top: 10px;
	font-weight: bold;
	text-transform: uppercase;
	color: #A0A0A0;
}

#creators
{
	background-color: #eeeeee;
}

#poster
{
	width: 300px;
	position: absolute;
	left: 50px;
}