nav {
	font-family: 'Dancing Script', sans-serif;
	font-size: 25px;
}

#body-main {
	background-image: url(bg.jpg);
	background-size: cover;
	background-attachment: fixed;
	padding-top: 40px;
	color: white;
	text-align: center;
	padding-bottom: 180px;
}

#body-main img {
	font-family: 'Staatliches', sans-serif;
	font-size: 65px;
	padding-top: 120px;
	padding-bottom: 0;
	margin-bottom: 0;
}

#body-main h2 {
	font-family: 'Dancing Script', sans-serif;
	font-size: 30px;
	padding-top: 10px;
	padding-bottom: 0;
	margin-bottom: 0;
}

#intro {
	font-family: 'Be Vietnam Pro', sans-serif;
	font-size: 25px;
	text-align: center;
}

#intro h1 {
	font-family: 'Oswald', sans-serif;
	font-size: 45px;
	padding-top: 90px;
	padding-bottom: 60px;
	margin-bottom: 0;
	text-transform: uppercase;
	color: black;
}

footer {
	background-color: #212529;
	padding: 40px 0 10px 0;
	font-family: 'Be Vietnam Pro', sans-serif;
	color: #fff;
	margin-top: 60px;
	text-align: center;
}