html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
  font-size: 100%;
  vertical-align: baseline; }

html {
  line-height: 1; }

ol, ul {
  list-style: none; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

caption, th, td {
  text-align: left;
  font-weight: normal;
  vertical-align: middle; }

q, blockquote {
  quotes: none; }
  q:before, q:after, blockquote:before, blockquote:after {
    content: "";
    content: none; }

a img {
  border: none; }

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary {
  display: block; }

.hidden {
  display: none !important;
  visibility: hidden; }

.invisible,
.element-invisible {
  border: 0;
  clip: rect(1px 1px 1px 1px);
  clip: rect(1px, 1px, 1px, 1px);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute !important;
  width: 1px; }

.invisible.focusable:active,
.invisible.focusable:focus,
.element-invisible.element-focusable:active,
.element-invisible.element-focusable:focus {
  clip: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  position: static !important;
  width: auto; }

body {
  font-family: "Helvetica Neue", "Helvetica", Helvetica, Arial, Geneva, sans-serif;
  font-weight: 300;
  min-height: 800px;
  background: #282828;
  background: -webkit-radial-gradient(#505050, #282828);
  background: -moz-radial-gradient(#505050, #282828);
  background: -ms-radial-gradient(#505050, #282828);
  background: -o-radial-gradient(#505050, #282828);
  background: radial-gradient(#505050, #282828);
  -webkit-font-smoothing: antialiased;
  color: white; }

b, strong {
  font-weight: bold; }

i, em {
  font-style: italic; }

a {
  color: #c0b6c7;
  text-decoration: underline;
  padding: 0 0.1em;
  /*background: rgba(lighten($bg, 15%), .5);*/
  border-radius: 0.2em;
  -webkit-transition-property: background;
  -moz-transition-property: background;
  -o-transition-property: background;
  transition-property: background;
  -webkit-transition-duration: 0.5s;
  -moz-transition-duration: 0.5s;
  -o-transition-duration: 0.5s;
  transition-duration: 0.5s; }

a:hover {
  /*background: rgba(lighten($bg, 15%),1);*/ }

h1 {
  /*color: $highlight;*/
  font-weight: 400;
  font-size: 56px; }

/* COMMON STEP STYLES */
.step {
  width: 900px;
  padding: 40px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  font-family: "Helvetica Neue", "Helvetica", Helvetica, Arial, Geneva, sans-serif;
  font-size: 30px;
  line-height: 1.5; }

/* fade out inactive slides */
.step {
  -webkit-transition-duration: 1s;
  -moz-transition-duration: 1s;
  -o-transition-duration: 1s;
  transition-duration: 1s; }

.step:not(.active) {
  opacity: 0.3; }

/* Simple Slideshow Styles */
.simple-slideshow .step:not(.active) {
  opacity: 0; }

/* overview step */
#overview {
  z-index: -1;
  padding: 0; }

/* on overview step everything is visible */
#impress.step-overview .step {
  opacity: 1;
  cursor: pointer; }

/*
 * SLIDE STEP STYLES
 *
 * inspired by: http://html5slides.googlecode.com/svn/trunk/styles.css
 *
 * ;)
 */
.slide {
  display: block;
  overflow: hidden;
  /* 1024 × 768 slide size */
  width: 896px;
  height: 672px;
  padding: 48px 64px;
  border-radius: 8px;
  /*background-color: $base;*/
  background-color: #1c1c1c;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.1);
  /*border: 0px solid rgba(0, 0, 0, .3);*/
  color: white;
  text-shadow: 0 2px 2px rgba(0, 0, 0, 0.1);
  font-size: 30px;
  letter-spacing: -1px; }

.slide q {
  display: block;
  font-size: 50px;
  line-height: 72px;
  margin-top: 100px; }
.slide q strong {
  white-space: nowrap; }
.slide p {
  margin: 1.25em 0; }
.slide h1 {
  line-height: 100%;
  margin-bottom: .5em; }
.slide p, .slide h2, .slide h3, .slide h4, .slide h5, .slide h6 {
  margin-top: 1em; }
.slide ul {
  list-style: disc;
  margin-left: 1em; }
  .slide ul p {
    margin: 0; }

.slide.title h1 {
  margin-top: 144px;
  margin-bottom: 160px;
  font-weight: 500; }
.slide.title .session {
  font-size: 28px;
  font-weight: 700;
  color: #ecc204;
  margin-bottom: .5em; }
.slide.title .vcard .n {
  font-weight: 500;
  font-size: 30px;
  margin-bottom: .25em; }
.slide.title .vcard .title {
  font-size: 24px; }

.slide.image {
  padding: 0; }
  .slide.image h1 {
    display: none; }
  .slide.image p {
    margin: 0; }
  .slide.image img {
    display: block;
    width: auto;
    height: 100%;
    margin: 0 auto; }
  .slide.image.fillw img {
    width: 100%;
    height: auto; }

.slide.definition {
  font-family: "Baskerville", Georgia, serif; }
  .slide.definition .pronunciation {
    color: #666; }

.slide.end {
  text-align: center;
  background-image: url(crest-end.png);
  background-position: 50% 92%;
  background-repeat: no-repeat;
  background-size: 93px 96px; }
  .slide.end h1 {
    font-weight: 300;
    font-size: 30px;
    margin-top: 400px;
    margin-bottom: .25em; }
  .slide.end .published {
    font-size: 18px;
    text-transform: uppercase; }

/* IMPRESS NOT SUPPORTED STYLES */
.fallback-message {
  font-family: sans-serif;
  line-height: 1.3;
  display: none;
  width: 780px;
  padding: 10px 10px 0;
  margin: 20px auto;
  border-radius: 10px;
  border: 1px solid #E4C652;
  background: #EEDC94; }
  .fallback-message p {
    margin-bottom: 10px; }

.impress-not-supported .step {
  position: relative;
  opacity: 1;
  margin: 20px auto; }
.impress-not-supported .fallback-message {
  display: block; }

/* PRINT STYLES */
@media print {
  .step {
    page-break-after: always; } }
