body {
	font-family: "Gill Sans", sans-serif;
	/* background-color: hsl(300, 50%, 90%);*/
	background-color: white;
	margin: 0;
}

a:link {
	color: rgb(90, 8, 11);
}

a:visited {
	color: rgb(90, 8, 11);
}

nav {
	width: 100%;
	text-align: center;
	background: inherit;
	top: 0;
	position: fixed;
	opacity: 0.85;
}

nav a:link {
	text-decoration: none;
}

nav a:hover {
	background-color: rgb(188, 188, 188);
}

nav a:visited {
	text-decoration: none;
}

nav h1 {
	font-size: 2em;
	margin: 0;
}

nav ul {
	list-style-type: none;
	margin-top: 0;
	margin-bottom: 1em;
	padding: 0;
	padding-left: 0.5em;
	padding-right: 0.5em;
	font-weight: bold;
	-webkit-column-count: 2;
	-moz-column-count: 2;
	column-count: 2;
	-webkit-column-gap: 0.5em;
	-moz-column-gap: 0.5em;
	column-gap: 0.5em;
}

nav li {
	margin: 0;
	text-align: left;
	padding-right: 1em;
}

nav li:last-child {
	padding-right: 0;
}

div {
	padding: 1em;
	border-top: thin solid black;
	background-size: cover;
	background-position: center;
	background-repeat:no-repeat;
}

#welcome {
	background-image: url("jefferson.jpg");
	margin-top: 6em;
}

#ourwedding {
	background-image: url("fords-theatre.jpg");
}

#gettingtodc {
	background-image: url("capitol.jpg");
}

#wheretostay {
	background-image: url("white-house.jpg");
}

#questions {
	background-image: url("nats.jpg");
	min-height: 20em;
}

@media only screen and (min-width: 768px) {
	nav li {
		display: inline;
	}
	
	nav ul {
		-webkit-column-count: 1;
		-moz-column-count: 1;
		column-count: 1;
	}
}
