

* {
	margin: 0;
	padding: 0;
	}



#banner {
	width: 100%;
	height: 600px;
	background-image: url('img/erik-renssen-b-w.webp');
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
}

h1 {
	margin: 40px 20px;
	font-family: "Quicksand", sans-serif;
	font-size: 3rem;
	letter-spacing: 0.2rem;
	font-weight: 300;
	color: #fff;
	padding-top: 450px;
}

footer p {
	margin: 30px;
	color: #69788b;
}

header img {
	margin: 40px 30px;
}

a:link, a:visited {
	text-decoration: none;
}
a:active, a:hover {
	text-decoration: none;
}

// <weight>: Use a value from 300 to 700
// <uniquifier>: Use a unique and descriptive class name

/* .quicksand-<uniquifier> {
	font-family: "Quicksand", sans-serif;
	font-optical-sizing: auto;
	font-weight: <weight>;
	font-style: normal;
} */
