@CHARSET "UTF-8";

body{
	font-family: 					'Red Hat Text', sans-serif;
	color: 							white;
	background-image:				url('../images/background.jpg');
	background-size:				cover;
	background-repeat: 				no-repeat;
	margin:							0;
	padding:						0;
	background-color:				black;
}

section.headline{
	font-size:						4em;
	font-weight: 					bold;
}

section.tagline{
	font-size:						2em;
	font-weight: 					bold;
}

section.logo img{
	width:							10em;
}

section.logo-compact img{
	width:							10em;
}

section.logo-compact span.company-name{
	position:						relative;
	top:							-2em;
	left:							3em;
	color:							black;
	font-size:						0.75em;
}


section.subpage{
	margin-top:						12em;
	color:							rgba(255, 255, 255, 0.5);
}

h1{
	font-size:						2em;
}

h2{
	font-size:						1.5em;
}

footer{
	font-size:						0.75em;
	margin: 						3em 0 3em 0;
}

header{
	padding-top:					5em;
	height:							30em;
}

a{
	text-decoration: 				none;
	color:							white;
}

textarea{
	width:							20em;
	height:							10em;
	background-color:				rgba(0, 0, 0, 0.68);
	border-radius:					1em;
	text-align: 					left;
	padding:						0.5em;
	border:							1px solid black;
	color:							white;
}

input[type="email"]{
	width:							20em;
	background-color:				rgba(0, 0, 0, 0.68);
	border-radius:					1em;
	text-align: 					left;
	padding:						0.5em;
	border:							1px solid black;
	color:							white;
}

input[type="submit"]{
	width:							10em;
	background-color:				rgba(0, 0, 0, 0.28);
	border-radius:					1em;
	text-align: 					center;
	padding:						0.5em;
	border:							1px solid black;
	color:							white;
}