/* TODO remove viewport - just body */
body,#slides,#slide { margin: 0; padding: 0; width: 100%; overflow: hidden; font-family: molengo; }
#slideTemplate, #slides { display: none; }
#presentation { display: -webkit-box; display: -moz-box; box-orient: horizontal; -moz-box-orient: horizontal; height: 100%; }
.slide  { min-height: 100%; height: 100%; position: relative; }
.slide .content { position: absolute; top: 0; left: 0; width: 100%; height: 100%; z-index: 2; }

.content.flourished p {
  min-width: 300px;
  max-width: 85%;
  font-size: 36pt;
  z-index: 1;
  padding: 10px;
  text-shadow: rgba(255, 255, 255, 0.8) 0 2px 5px;  
  -webkit-box-shadow: rgb(0, 0, 0) 0 5px 10px; 
  -webkit-transform: rotate(-3deg);
}
.flourished img { position: absolute; top: 0; left: 0; width: 100%; height: 100%; z-index: 1; }

a { text-decoration: none; }

