body {
   background: black;
   color: white;
   font-family: Arial;
   text-align: center;
}

h1 {
	color: lightgreen;
	font-size: 160%;
}

h2 {
	color: red;
	margin-bottom: 0px;
}

h3 {
	color: lightblue;
	margin-top: 0px;
}

#MainMenu img {
	height: 80px;
	width: 80px;
}

figcaption {
	text-align: center;
	color: black;
}

#Otter {
	-moz-transform: rotate(360deg);
	-ms-transform: rotate(360deg);
	-webkit-transform: rotate(360deg);
	transform: rotate(360deg);
	-moz-transition: 1.5s;
	-ms-transition: 1.5s;
	-webkit-transition: 1.5s;
	transition: 1.5s;
}

#Pics {
	width: 560px;
	margin-left: auto;
	margin-right: auto;
}

.cycle-overlay { 
    font-family: tahoma, arial;
    position: absolute; bottom: 0; width: 100%; z-index: 600;
    background: black; color: white; padding: 0px; opacity: .5;
}

#Paths {
	width: 900px;
	margin-left: auto;
	margin-right: auto;
	column-count: 2;
}

#Paths p { margin-top: 0px; }

#Holt {
	position: fixed;
	left: 10px;
	bottom: 10px;
}
