@charset "UTF-8";
/* Body */
body {
	font-family: "Times New Roman", serif;
	text-align: center;
	background: #ccc6ab;
}
/* Navigation */
article nav {
	text-align: left;
}

nav[role="navigation"] {
	background: #6caaf7;
	font-size: 1.5em;
}

ul li a {
	color: white;
}

ul li a:visited {
	color: #771d94;
}

/* Headers */
header h1,
h3 {
	font-family: "Comic Sans MS", sans-serif;
}
h4 {
	line-height: .2em;
}
/* Content */
article {
	margin-left: 4%;
	margin-right: 4%;
}

section {
	background: #eaead6;
	border-radius: 8px;
	margin-top: 1em;
	padding: 1em;
	box-shadow: .5em .5em #706e6e;
	overflow: auto;
}

video,
img {
	display: block;
	margin-left: auto;
	margin-right: auto;
} /* Center videos and images */

section footer {
	clear: both;
	text-align: right;
} /* Puts jump to top at the right of the section */
/* IDs */
#introPic {
	float: left;
	display: inline;
}
/* Classes */
.question {
	background: #dbdc7b;
}

@media only screen and (min-width: 660px) { /* Displays top nav horizontally when the screen is wide enough, vertical otherwise */
	ul li {
		display: inline;
		margin: 1em;
	}
}
