body {
  background:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAoAAAAKCAYAAACNMs+9AAAAUklEQVQYV2P8NDPuPwMQ8KUvYgTRuAAjusLz58+DNRoaGqJoxDCFaIXoVhcXF4NtQDERm2lwhTBGb28vIy5rwSYiK8Tra2yS2DRjDTuiFWKzBQAhrCy7R+Z4JQAAAABJRU5ErkJggg==);
}

a {
  background: none;

  -webkit-transition: 0.3s;
  -moz-transition:    0.3s;
  -ms-transition:     0.3s;
  -o-transition:      0.3s;
  transition:         0.3s;
}

.contents pre, code {
  border: 1px solid #a9a9a9;
  padding: 0 0 1px 3px;
  border-radius: 3px;
  margin: 0 10px;
  font-family: courier;
  background-color: #f5f5dc;
}

.contents pre {
  font-size: 15px;
}

.intro {
  background: white;
  box-shadow: black 0 0 20px;
  background-position: -300px -120px !important;
}

.slide.number {
  background:url(../img/cloudy-sky-background.png);
}

.slide.number .fakeBG {
  background: url(../img/starry-explosion-splash-pattern.png);
  position: absolute;
  top:0;
  bottom: 0;
  right: 0;
  left: 0;
  opacity: .3;
}

.number h1 {
  font-size: 270px;
  position: absolute;
  top: 250px;
  right: 130px;
  font-family: Limelight, cursive;
  color: #749fB5;
}

#intro h1 {
  position: relative;
  top: 200px;
}

.commandment {
  background:url(../img/cloudy-sky-background.png);
}

.commandment h1, .commandment h2 {
  text-align: center;
}

.commandment h1 {
  position: relative;
  line-height: 70px;
  padding-top: 50px;
  padding-bottom: 90px;
  font-family: Eagle Lake;
  font-size: 45px;
}

.commandment h2 {
  font-size: 40px;
}

.commandment li {
  padding-left: 20px;
}
.commandment li:before {
  content: "\27A1\A0";
}

.contents h2 {
  padding: 40px 0;
}
#c1 ul {
  margin: 0 0 40px;
}



#more ul {
  font-family: Eagle Lake;
  margin-top: 100px;
}
#more ul li {
  padding-top: 30px;
}

#thanks {
  padding-top: 250px;
}

#thanks h2 {
  font-weight: bold;
  padding-top: 50px;
  text-align: center;
}
