@charset "utf-8";
/* CSS Document */


html, body {
	margin: 0;
	padding: 0;
	height: 100%;
	font-optical-sizing: auto;
	font-family: "roboto", sans-serif;
	font-weight: 400;
	font-style: normal;
	color: #fff;
	background: #000;
}

.placeholder-logo {
	width: 90%;
	height: auto;
	margin: 50% auto 20px auto;
}
.placeholder-logo img {
	width: 100%;
	height: 100%;
	object-fit: contain;
}
.align-center {
	text-align: center;
}
@media (min-width: 992px) {
.placeholder-logo {
	width: 600px;
	height: auto;
	margin: 30% auto 20px auto;
}
}
/** Links **/
a {
	color: #aee302;
	text-decoration: underline;
	font-weight: 900;
	font-size: 1.2em;
	
}
a:hover {
	color: #aee302;
	text-decoration: none;
}