/* --- RESET --- */
* {
  color: inherit;
  font-size: inherit;
  margin: 0;
  padding: 0;
}
html {
  background-color: #fff;
  color: #000;
  font-family: georgia, serif;
  font-size: 40px;
}
body {
  height: 100%;
}
#wrapper {
  margin: auto;
  max-width: 960px;
  position: relative;
}
main {
  display: block;
}
ul, ol, li {
  list-style: none;
}
img {
  border: none;
}

/* --- END OF RESET --- */

html {
  height: 2000px;
}

h1 {
  font-size: 2em;
}

.fallback-message {
  line-height: 1.3;

  width: 780px;
  padding: 10px 10px 0;
  margin: 20px auto;

  border: 1px solid #E4C652;
  border-radius: 10px;
  background: #EEDC94;
}

.fallback-message p {
  margin-bottom: 10px;
}

.impress-supported .fallback-message {
  display: none;
}

.step {
  margin: 1em auto;
  opacity: .5;
  text-align: center;
  transition-duration: 1s;
  
  position: relative;
  width: 900px;
}
.step.present {
  opacity: 1;
  z-index: 1024;
}
