body {
	font-family: Quicksand;
}

li {
	list-style: square;
	margin-bottom: 1rem;
}

.gainescreek-nav {
	gap: 1rem;
}

@media screen and (max-width: 782px) {

	header figure {
		text-align: center;
	}

	nav ul {
		justify-content: center !important;
	}

	main {
		padding: 0 20px;
	}
}