.container {
	margin-left: 32px;
	margin-right: 32px;
}

.expand {
	width: 100%;
}

.heading {
	text-transform: uppercase;
	text-align: center;
}

.text-primary {
	color: rgba(0, 0, 0, 0.87);
}

.text-secondary {
	color: rgba(0, 0, 0, 0.54);
}

.banner-image {
	background-image: url("../images/cover.jpeg");

	height: calc(100vh - 49px);

	background-attachment: fixed;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	position: relative;
}
