* {
	box-sizing: border-box; /* can be deleted when bootstrap is added */
}

body {
	padding-top: 60px;
	
	font-family: 'Oswald', sans-serif;
}

h1 {
	font-size: 35px;
	font-weight: 700;
	text-transform: uppercase;
}

h2 {
	margin: 70px 0 20px;

	font-size: 35px;
	font-weight: 700;
}

h3 {
	margin: 30px 0 20px;
	font-size: 25px;
}

p {
	margin-bottom: 20px;
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
}

h2 + p {
	font-size: 20px;
	font-weight: 700;
}

p + button {
	margin-top: 15px;
}

strong {
	font-weight: 700;
}

a {
	color: #6495ED;
	text-decoration: none;
}

a:hover {
	text-decoration: none;
}