html,
body {
    height: 2500px;
    min-height: 100%;
}

body {
	background: url('../images/commissions.jpg');
	background-size: cover;
	background-position: center 5%;
	color: white;
}

h1, p {
	margin-left: auto;
	margin-right: auto;
}

h1 {
	font-weight: bold;
	text-align: center;
	color: black;
}

nav {
	color: black;
}

#width-spacer {
	min-height: 200px; 
	height: 2vw;
}

@media (max-width: 1000px) and (min-width: 700px) {
	#width-spacer {
		min-height: 800px;
	}
}
