* {
	font-family: 'Barlow', sans-serif;
}

body {
	background: url(https://images.unsplash.com/photo-1494947665470-20322015e3a8?auto=format&fit=crop&w=1050&q=80);
 	background-size: cover;
 }

.container {
	margin-top: 125px;
	display: flex;
	justify-content: center;
	text-align: center;
	background: rgba(0, 0, 0, 0.4);
	color: #fff;
	text-shadow: 0px 3px 4px #000;
}

nav {
	background: #000;
}

.navBarLogo {
	width: 150px;
	height: 64px;
}