html {
	background: #212121 url() no-repeat center center fixed;
	background-size: cover;
}

body {
	color: #f2f2f2;
	font-family: 'Bebas Neue', sans-serif;
	font-size: 18px;
	line-height: 1;
	padding: 0;
}
img {
	height: auto;
	width: 100%;
}
h1, h2 {
	color: #fff;
	font-family: 'Bebas Neue', sans-serif;
	font-weight: 300;
	margin: 0;
	padding: 0 0 1rem;
}
h1 {
	font-size: 4rem;
	line-height: 4.25rem;
}
h2 {
	font-size: 2.5rem;
	line-height: 2.75rem;
}
h1:first-child {
	padding: 2rem 0 3rem;
}
p {
	margin: 0;
	padding: 0 0 1rem;
}
a {
	color: #fff;
	display: block;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
section+section {
	margin-top:2rem;
}
section:last-child {
	margin-bottom: 2rem;
}
.box {
	background-color: rgba(0,0,0,0.4);
	margin: 0 auto;
	padding: 1rem 1.5rem 0;
	text-align: center;
}

@media (max-width: 680px) {
    .row {
        margin: 0 auto;
        max-width: 96%;
    }
    .col {
        display: block;
        float: none;
        margin: 0 !important;
        width: 100%;
    }
    h1 {
		font-size: 3.5rem;
		line-height: 3.875rem;
	}
	h2 {
		font-size: 2rem;
		line-height: 2.75rem;
	}
}