2 -webkit-transform:rotate($deg);
3 -ms-transform:rotate($deg);
4 transform:rotate($deg);
9 h1, h2, h3, h4, h5, h6 {
10 font-family: "Hoefler Text", Constantia, Palatino, "Palatino Linotype", "Book Antiqua", Georgia, serif;
23 -webkit-box-reflect:below -0.5555em -webkit-gradient(linear, left top, left bottom, from(transparent), color-stop(0.3, transparent), color-stop(0.7, rgba(255,255,255,.1)), to(transparent));
24 -moz-box-reflect:below -0.5555em -moz-linear-gradient(top, transparent 0%, transparent 30%, rgba(255,255,255,.3) 100%);
39 /* http://nicolasgallagher.com/css-drop-shadows-without-images/ */
40 .csstransforms.boxshadow & {
41 > :first-child:before {
60 box-shadow:0 15px 10px rgba(0, 0, 0, 0.7);
65 @include rotate(-3deg);
70 @include rotate(3deg);
80 font-family: "Hoefler Text", Constantia, Palatino, "Palatino Linotype", "Book Antiqua", Georgia, serif;
82 padding:1em 2em .5em 2em;
86 border:1px solid #cde;
91 > :first-child:before {
110 -moz-border-radius: 10px / 100px;
111 border-radius: 10px / 100px;
112 box-shadow:0 0 15px rgba(0,0,0,0.6);
139 ::-moz-selection{ background:#08455f; color:#fff; }
140 ::selection { background:#08455f; color:#fff; }
143 &, &:hover, &:focus, &:active, &:visited {
145 text-decoration:none;
149 text-decoration:underline;
154 font-family: "Gill Sans", "Gill Sans MT", Calibri, sans-serif;
156 background: rgb(244,250,254); /* Old browsers */
157 background: -moz-linear-gradient(top, rgba(244,250,254,1) 0%, rgba(204,240,240,1) 100%); /* FF3.6+ */
158 background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(244,250,254,1)), color-stop(100%,rgba(204,240,240,1))); /* Chrome,Safari4+ */
159 background: -webkit-linear-gradient(top, rgba(244,250,254,1) 0%,rgba(204,240,240,1) 100%); /* Chrome10+,Safari5.1+ */
160 background: -o-linear-gradient(top, rgba(244,250,254,1) 0%,rgba(204,240,240,1) 100%); /* Opera11.10+ */
161 background: -ms-linear-gradient(top, rgba(244,250,254,1) 0%,rgba(204,240,240,1) 100%); /* IE10+ */
162 background: linear-gradient(top, rgba(244,250,254,1) 0%,rgba(204,240,240,1) 100%); /* W3C */
163 background-attachment: fixed;
164 text-shadow:1px 1px 1px rgba(255,255,255,.5);
172 .deck-before, .deck-previous {
175 &:not(.deck-child-current) {
176 .deck-before, .deck-previous {
182 .deck-child-current {
187 .deck-prev-link, .deck-next-link {
191 &, &:hover, &:focus, &:active, &:visited {
197 text-decoration:none;
207 background:transparent;
211 background:rgba(0,0,0,.1);
214 &.deck-current, .rgba &.deck-current, .no-touch &:hover {
222 border:1px solid #cde;
226 box-shadow: 0 15px 10px -10px rgba(0, 0, 0, 0.5), 0 1px 4px rgba(0, 0, 0, 0.3), 0 0 40px rgba(0, 0, 0, 0.1) inset;