
.reveal section h3 {
  line-height: 70px;
}

.reveal section img {
  width: 600px;
}

.reveal section img.small {
  width: 300px;
}

.reveal section img.tiny {
  width: 100px;
  border: none;
  position: absolute;
  display: inline-block;
  top: -10px;
}


.reveal section img.twitter {
  margin: 5px 10px;
  border: none;
  background: none;
}

.reveal section h4 {
  letter-spacing: 2px;
}

.reveal section p {
  text-shadow: 0 1px 0 rgba(0,0,0,0.5);
  font-weigth: 200;
  letter-spacing: 2px;
}

.reveal section p.twitter {
  letter-spacing: 2px;
}

.reveal section p.thin {
  font-weight: 200;
}

.reveal section span.thick {
  font-weight: 400;
}

.reveal section p.tiny {
  font-size: 16px;
}

.reveal section section .demo {
  background-color: #FAFAFA;
  margin-top: 5%;
  width: 100%;
  height: 360px;
}


.reveal section img.example {
  width: 200px;
  height: 200px;
}


.reveal section span.tiny {
  font-size: 13px;
}

.reveal section section code.tiny {
  font-size: 80%;
}

.reveal section img.screenshot {
  width: 100%;
}

.reveal section iframe {
  width: 3000px;
  height: 1000px;
}
