#slideshow {
  margin: 0;

  padding-top: 75px;
  padding-bottom: 75px;
  overflow: hidden;
}

.frame {
  background: rgba(255, 255, 255, 1);
  border-radius: 15px;
  overflow: hidden;

  padding: 2px;
  float: left;

  opacity: 0;
}

.frame h1, h2, h3, h4, h5, h6 {
  text-align: center;
  padding: 0;
  margin-left: 10px;
  margin-right: 10px;
  margin-top: 0px;
  margin-bottom: 0px;
  border: 0px solid black;
}

.frame h1 {
  text-transform: uppercase;
  font-family: "Roboto Condensed", sans-serif;
  letter-spacing: 3px;
}

.frame h5 {
  margin-top: 5px;
  color: #888;
  text-transform: uppercase;
  font-family: "Roboto Condensed", sans-serif;
  letter-spacing: 3px;
}

.frame h6 {
  font-size: 12pt;
}

.frame img {
  display: block;
  padding: 0;

  margin-left: auto;
  margin-right: auto;

  position: relative;
}

.frame ul {
  padding: 0;
  list-style: none;
  font-size: 16pt;
  font-weight: lighter;
  text-align: center;
  vertical-align: middle;
}

.frame ul li:last-child {
  font-weight: bold;
  font-size: 24pt;
  padding-top: 1em;
}

.frame ol {
  padding: 0;
  list-style: none;
  text-align: center;
  margin: 0;
  padding: 0;
}

.frame ol li {
  display: inline-block;
  margin-left: 3px;
}

.frame ol li[selected="true"]:before {
  background: #56CCF2;
  color: #56CCF2;
}

.frame ol li:before {
  content: counter(item);
  background: gray;
  border-radius: 100%;
  color: gray;
  width: 1.8em;
  text-align: center;
  display: inline-block;
  font-size: 4px;
  padding: 0;
  margin: 0;
  margin-left: 5px;
}

#learnmore {
  text-align: center;
  position: relative;
}

#continue-blurb {
  color: #333;
}