/* Global styles */
body {
  background: #000;
  background-color: #000;
}
.reveal {
  color: #eee;
  font-family: Frutiger, "Frutiger Linotype", Univers, Calibri, "Gill Sans", "Gill Sans MT", "Myriad Pro", Myriad, "DejaVu Sans Condensed", "Liberation Sans", "Nimbus Sans L", Tahoma, Geneva, "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 30px;
  font-weight: normal;
  letter-spacing: -0.02em;
}
  /*
  .reveal p, .reveal li {
    font-size: 2em;
    line-height: 100%;
  }
  */
  .reveal ul ul, .reveal ul ol, .reveal ol ol, .reveal ol ul {
    margin-top: 0;
  }
::selection {
  background: #e7ad52;
  color: white;
  text-shadow: none;
}
/* Headers */
.reveal h1, .reveal h2, .reveal h3, .reveal h4, .reveal h5, .reveal h6 {
  color: #eee;
  font-family: Constantia, "Lucida Bright", Lucidabright, "Lucida Serif", Lucida, "DejaVu Serif", "Bitstream Vera Serif", "Liberation Serif", Georgia, serif;
  letter-spacing: -0.03em;
  margin: 0 0 20px 0;
  text-transform: none;
  text-shadow: none;
}
.reveal h1 {
  margin-bottom: 30px;
  text-shadow: 0 0 6px rgba(0, 0, 0, 0.2)
}
.reveal h2 {
  font-size: 2.5em;
}
/* Links */
.reveal a:not(.image) {
  -webkit-transition: color .15s ease;
     -moz-transition: color .15s ease;
      -ms-transition: color .15s ease;
       -o-transition: color .15s ease;
          transition: color .15s ease;
  color: #936a00;
  text-decoration: none;
}
.reveal a:not(.image):hover {
  border: none;
  color: #b98600;
  text-decoration: underline;
  text-shadow: none;
}
.reveal .roll span:after {
  background: #d08a1d;
  color: #fff;
}
/* Images */
.reveal section img {
  -webkit-transition: all .2s linear;
     -moz-transition: all .2s linear;
      -ms-transition: all .2s linear;
       -o-transition: all .2s linear;
          transition: all .2s linear;
  margin: 15px 0;
}
.reveal a:hover img {
  background: rgba(255, 255, 255, 0.2);
  border-color: #e7ad52;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.55);
}
/* Navigation Controls */
.reveal .controls div.navigate-left,
.reveal .controls div.navigate-left.enabled {
  border-right-color: #e7ad52;
}
.reveal .controls div.navigate-right,
.reveal .controls div.navigate-right.enabled {
  border-left-color: #e7ad52;
}
.reveal .controls div.navigate-up,
.reveal .controls div.navigate-up.enabled {
  border-bottom-color: #e7ad52;
}
.reveal .controls div.navigate-down,
.reveal .controls div.navigate-down.enabled {
  border-top-color: #e7ad52;
}
.reveal .controls div.navigate-left.enabled:hover {
  border-right-color: #f3d7ac;
}
.reveal .controls div.navigate-right.enabled:hover {
  border-left-color: #f3d7ac;
}
.reveal .controls div.navigate-up.enabled:hover {
  border-bottom-color: #f3d7ac;
}
.reveal .controls div.navigate-down.enabled:hover {
  border-top-color: #f3d7ac;
}
/* Progress Bar */
.reveal .progress {
  background: rgba(0, 0, 0, 0.2);
}
.reveal .progress span {
  -webkit-transition: width 800ms cubic-bezier(0.26, 0.86, 0.44, 0.985);
     -moz-transition: width 800ms cubic-bezier(0.26, 0.86, 0.44, 0.985);
      -ms-transition: width 800ms cubic-bezier(0.26, 0.86, 0.44, 0.985);
       -o-transition: width 800ms cubic-bezier(0.26, 0.86, 0.44, 0.985);
          transition: width 800ms cubic-bezier(0.26, 0.86, 0.44, 0.985);
  background: #e7ad52;
}
/* Slide Number */
.reveal .slide-number {
  color: #e7ad52;
}
.reveal .highlight-background {
  -webkit-box-shadow: inset 0 0 47px 3px #fff;
     -moz-box-shadow: inset 0 0 47px 3px #fff;
          box-shadow: inset 0 0 277px 3px #fff;
  color: #000;
}
.reveal .highlight {
  color: #5c8525;
  font-weight: bold
}
.reveal iframe {
  box-shadow: 0 0 100px 10px rgba(255, 255, 255, 0.75);
}
/* Helper Classes */
.list {
  text-align: left;
}
/* Presentation-specific styles */
/*
h1 a:hover,
h2 a:hover,
h3 a:hover,
h4 a:hover,
h5 a:hover,
h6 a:hover {
  text-decoration: none !important;
}
a:visited {
  color: #83271f !important;
}
*/
