body {
	background-color: #000000;	
	
	/* background: url(/images/clevr-background-overlay-2.jpg) no-repeat center top fixed; */
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}

a, a:hover, a:visited, a:active {
	color: #cccccc;
	font-weight: bold;
}

a:hover {
	color: #cccccc;
	text-decoration: underline;
}

#container {
	padding: 2rem;
	/* background-color: rgba(255, 255, 255, 0.25); */
}

.vertical-center {
	min-height: 100%;  /* Fallback for browsers do NOT support vh unit */
	min-height: 100vh;
	display: flex;
	align-items: center;
}

#container a {
	color: #cccccc;
	text-decoration: none;
}

#container a:hover {
	color: #cccccc;
	text-decoration: none;
}

h2 {
	color: #cccccc !important;
}

#footer {
	background-color: #000000;
	color: #cccccc !important;
}

