@import url(https://www.google.com/fonts#UsePlace:use/Collection:Yanone+Kaffeesatz);

body {
    background: #111111;
    background-color: #111111;
}

.reveal {
    font-family: "Yanone Kaffeesatz", sans;
    font-size: 70pt;
    font-weight: normal;
    color: #eeeeee;
}

.reveal i {
    font-family: 'FontAwesome';
    font-style: normal;
    margin: 10px;
}

.reveal h1,
.reveal h2,
.reveal h3,
.reveal h4,
.reveal h5,
.reveal h6 {
    margin: 0 0 0 0;
    text-transform: none;
    text-shadow: none;
    color: #5aa8d8;
}
.reveal h1 {
    color: #eeeeee;
    font-size: 120pt;
    line-height: 100%;
}
.reveal h2 {
    font-size: 100pt;
    margin-bottom: 20px;
}

/*********************************************
 * LINKS
 *********************************************/
.reveal a:not(.image) {
    color: #ffc046;
    text-decoration: none;
}

.reveal a:not(.image):hover {
  text-decoration: underline;
}

.reveal .roll span:after {
  color: #fff;
  background: #d08a1d; }

/*********************************************
 * IMAGES
 *********************************************/
.reveal section img {
  margin: 15px;
}

/*********************************************
 * 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 {
  background: #e7ad52;
  -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); }

/*********************************************
 * SLIDE NUMBER
 *********************************************/
.reveal .slide-number {
  color: #e7ad52; }
