@import "prez/variables"; body { margin: 0; padding: $prez-padding; } .header { font-size: 32px; } .contact { font-size: 25px; } .url { color: blue; } .gem { color: #bb0000; font-weight: bold; } .prez-slide { &, & input { font-size: 50; } display: none; min-height: $prez-slide-min-height; text-align: center; &.left-aligned { text-align: left; } &.right-aligned { text-align: right; } } .smaller { font-size: 0.7em; } dt { font-weight: bold; } dd { margin-bottom: 42px; } .prez-notes { display: none; }