html, body {
	background-color: #222A32;
	height: 100% !important;
	margin: 0;
}

a:link.footer-link{
	color: white;
}
a:hover.footer-link{
	color: red;
}
a:visited.footer-link{
	color: white;
}
a:active.footer-link{
	color: red;
}

.full-height-background-image {
	background-image: url("images/background.png");
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	height: 100%;
}

.custom-container {
	padding-top: 2rem;
}

.jumbotron {
	background: rgba(0, 0, 0, 0.35); 
}

.logo {
	padding-bottom: 2rem;
}

.btn-space {
	margin: 1rem;
}