body {
	background-color: #315373;
	background: linear-gradient(#315373, #849bb2);
	font-family: Verdana, Arial, sans-serif;
	margin: 0;
	min-height: 100vh;
	padding: 0;
	width: 100%;
}

.btn-warning {
	color: #000;
}

	.btn-warning:hover {
		color: #000;
	}

#instructions h1 {
	padding: 0;	
}

#instructions h2 {
	font-size: 150%;
	padding: 20px 0;
	text-align: center;
	text-decoration: underline;	
}

#instructions .indented {
	margin-left: 30px;	
}

#instructions #instructions-content {
	padding: 0 20px 20px 20px;	
}

#instructions li {
	margin-top: .5em;
}
#instructions li li {
	margin-top: 0;	
}

#instructions .red {
	color: red;
}

#instructions .scalepoints {
	margin-left: 200px;	
}

#instructions .underlined {
	text-decoration: underline;	
}

#main {
	margin: 0 auto;
}

#navlinks {
	padding-bottom: 20px;
	text-align: center;	
}

	#navlinks a {
		font-size: 1em;
		padding: 0 5px;	
	}
	
	#navlinks a.currentlink {
		color: red;
	}
	#navlinks a.currentlink:hover {
		cursor: default;
		text-decoration: none;
	}

#top-menu {
	background: transparent;
	border-bottom: 1px solid gray;
	width: 100%;
}

	#top-menu .navbar-brand {
		color: #c9a031;
		font-family: 'Bowlby One SC', cursive;
		font-size: 28pt;
		font-weight: bold;
		text-align: center;
		text-shadow: 2px 2px 10px #162533;
		transition: text-shadow 500ms linear 0s;
	}

		#top-menu .navbar-brand span {
			color: #b8cce1;
		}

		#top-menu a.navbar-brand:hover {
				text-shadow: 1px 1px 10px #A7A041;
				transition: 500ms linear 0s;
		}

	@media only screen and (max-width: 500px) {
		#top-menu .navbar-brand {
			font-size: 18pt;
		}
	}

	#top-menu .dropdown-menu {
		background-color: #fff;
	}

	#top-menu .nav a {
		background: transparent;
		color: #FFF;
		font-size: 11pt;
		font-weight: normal;
	}

		#top-menu .nav a:hover {
			color: yellow;
		}

		#top-menu .nav .dropdown-menu a {
			color: black;
		}

		#top-menu .nav .dropdown-menu a:hover {
			color: blue;
		}

	#top-menu .navbar-header {
		float: left!important;
		margin-right: -15px;
	}

	#top-menu .navbar-right {
		float: right!important;
		margin-right: -15px;
	}

	#top-menu .right-float {
		float: right;
	}

@media only screen and (max-width: 768px) {
	#instructions .scalepoints {
		margin-left: 50px;
	}
}
