body {
	font-family: 'Open Sans', sans-serif;
	background-size: cover;
	background-position: center;
	margin: 0pt;
}

.overlay {
	color: #FFF;
	text-align: center;
	width: 100%;
	height: 100%;
	background-color: rgba(0,0,0,.4);
}

.container {
	opacity: 0.6;
}

.buttons {
	position: fixed;
	bottom: 0%;
	width: 100%;
}

.hero {
	width: 100%;
	text-align: center;
	position: fixed;
	margin-left: auto;
	margin-right: auto;
	top: 25%;
}

.hero button {
	width: 44pt;
	min-width: 120pt;
}

button {
	height: 44pt;
	width: 120pt;
	opacity: 0.8;

	margin-bottom: 15pt;
	font-size: medium;
	border-width: 3pt;
	background-color: transparent;
	border-style: solid;
	border-radius: 6pt;
	color: #FFF;
	border-color: #FFF;
}

button:hover {
	opacity: 1;
	cursor: pointer;
}

button:focus {
	outline: 0;
}

