html,
body {
	height: 100%;
	background-color: #f8f9fb;
}

body {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-pack: center;
	-webkit-box-pack: center;
	justify-content: center;
	color: #323e4b;
	/*text-shadow: 0 .05rem .1rem rgba(0, 0, 0, .5);*/
	/*box-shadow: inset 0 0 5rem rgba(0, 0, 0, .5);*/
	/*background: linear-gradient(rgba(50, 62, 75, 0.4), rgba(50, 62, 75, 0.4)), url(bg.png);*/
	background-image: url(bg.png);
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
}

a,
a:focus,
a:hover {
	color: #323e4b;
}

h2, h6 {
	margin: 0;
	padding: 0;
}

h2 {
	margin-left: -4px;
}

.display-4 {
	font-size: 47px;
}

p {
	font-size: 14px;
}

.fab {
	margin-right: 10px;
}
