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

.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: rgb(255, 255, 255);
	background: rgba(255, 255, 255, 0.2); 
}