/* Small screen */
/* 30em > screen > 25em */

/* Navigation */

nav {
	height: 3em;
}

nav ul {
	display: none;
	position: absolute;
	top: 3em;
	left: 0;
	right: 0;
	background-color: #000099;
	padding: 0;
	border-top: 2px solid #ffffff;
}

.shorten {
  display: none;
}

/* Sections */

#about {
	padding-top: 3em;
	margin-top: 0;
}

section {
	padding-top: 3em;
	margin-top: -3em;
}

/* Pictures */

.pic {
		width: 90%;
}