
#wrapper {
	margin: 0 auto -70px; /* -70 looks pretty on mobile  */
}

h1 {
	font-size: 45px;
}

.section {
	margin: 0% 5% 40px 5%;
}

#footer, #push {
	height: 50px;
}

.left img, .right img {
	width: 50px;
	height: 50px
}

.goguy {
	width: 38%;
}

/* Mobile CSS - Simple Carousel Styling */
@media only screen and (max-width: 768px) {
	.image-container {
		display: flex;
		overflow-x: scroll;
		scroll-snap-type: x mandatory;
	}

	.carousel-image {
		min-width: 100%;
		scroll-snap-align: center;
	}
}

.badge {
	width: 50%;
	margin-bottom: 40px;
}