body {
	background-color: #171516;
	font-size: 4rem;
}

a, a:link, a:visited, a:hover, a:active {
	color: #ffffff;
	font-size: 4rem;
	text-decoration: none;
}

.beer4you-background {
	background-image: url('/beer4you-background.jpg');
	background-size: cover;
	min-height: 100vh;
	position: relative;
	color: #ffffff;
	text-shadow: 2px 2px 2px rgba(0,0,0,.2);
}

.color-overlay {
	position: absolute;
	width: 100%;
	height: 100%;
	background-color: rgba(0,0,0,.2);
}

.social-media {
	font-size: 4rem;
}

img {
  max-width: 200px;
  height: auto;
}

@media only screen and (max-width: 768px) {
	body {
		font-size: calc(0.75rem + 3.3vw);
	}
	a, a:link, a:visited, a:hover, a:active {
		font-size: calc(0.75rem + 3.3vw);
	}
	.beer4you-background {
		min-height: 100vh;
	}
	.social-media {
		font-size: calc(0.75rem + 3.3vw);
	}
	img {
		max-width: 100px;
		height: auto;
	}
	
}
