html,
body {
  height: 100%;
  padding: 0;
  margin: 0;
}
body {
  background-color: grey;
}
.page-wrapper {
  min-height: 100%;
  margin-bottom: -2em;
}
.page-wrapper:after {
  content: "";
  display: block;
}
header {
  padding: 20px;
  height: 100px;
  color: #fff;
}
main {
  width: 600px;
  margin: 20px auto 150px;
  text-align: center;
  max-width: 100%;
}
#main-title {
  text-transform: uppercase;
  font-family: 'Rock Salt', cursive;
  text-align: center;
}
ul.no-bullet {
  padding: 0;
}
li {
  margin: 10px 0;
}
ul.no-bullet > li {
  list-style: none;
  text-align: left;
  position: relative;
  display: none;
}
ul.no-bullet > li.resources {
  display: block;
  margin: 20px;
}
.weekHeading {
  text-align: center;
  font-family: 'Rock Salt', cursive;
}
section {
  margin: 30px 0;
  min-height: 400px;
  background-color: rgba(147,242,235,0.85);
  padding: 20px;
  box-shadow: 1px 1px 10px 4px;
}
footer, .page-wrapper:after {
  height: 2em;
}
footer {
  width: 300px;
  text-align: center;
  margin: 5px auto;
}
nav {
  position: fixed;
  padding: 1em 1em 1em 0;
}
nav a {
  text-decoration: none;
  color: inherit;
  padding: 1em;
}
img#hanzo {
  top: 60px;
  position: -webkit-sticky;
  position: -moz-sticky;
  position: -ms-sticky;
  position: -o-sticky;
  position: sticky;
  z-index: -1;
}
img.thumbnail, img.screenShot {
  width: 360px;
  height: 225px;
}
button {
  margin: 2px 4px;
}
button:hover, img.screenShot:hover {
  transform: scale(1.25);
  transition: all 200ms ease-in-out;
}
ul.no-bullet > li:last-child {
  display: list-item;
}
nav a:hover {
  background-color: #fff;
  color: #000;
  border-radius: 5%;
  border: rgba(147,242,235,0.85) 2px solid;
}
nav a:first-child {
  padding-left: 1em;
}
.scrolled {
  background-color: #fff;
  color: #000;
  width: 100%;
  transition: background-color 200ms linear;
  z-index: 99;
  top: 0;
  left: 0;
}
section > h1 {
  margin-top: 0;
  padding-top: 1.67em;
  border-bottom: 1px #fff dashed;
}
