body
{
	margin: 0;
	padding: 0;
	font-family: "aktiv-grotesk", Helvetica, Arial, sans-serif;
	font-weight: 500;
	letter-spacing: -0.01em;
	line-height: 1.60em;
}

.background_slideshow
{
	background: #999;
	position: fixed;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	z-index: -1;
}

h1
{
	font-weight: 500;
	font-size: 22px;
	color: #000;
}

h2
{
	font-weight: 500;
	font-size: 18px;
	line-height: 1.20em;
	color: #000;
}

h3
{
	font-weight: 500;
	font-size: 14px;
	line-height: 1.20em;
	color: #000;
}


p
{
	font-weight: 500;
	font-size: 14px;
	line-height: 1.00em;
	color: #000;
}

a
{
	color: #000;
	text-decoration: 2px;
	-webkit-transition: color 0.2s ease-in-out;
}

a:hover
{
	color: rgba(255, 255, 255, 0.8);
}

.text
{
	width: 90%;
	margin: 50px auto;
}
