/**
 * A simple theme for reveal.js presentations, similar
 * to the default theme. The accent color is brown.
 *
 * Copyright (C) 2013 Michael Ekstrand
 * Original serif theme Copyright (C) 2012-2013 Owen Versteeg, http://owenversteeg.com - it is MIT licensed.
 */
.reveal a:not(.image) {
  line-height: 1.3em; }

.reveal .titlepage h1 {
  font-size: 72px; }

/*********************************************
 * GLOBAL STYLES
 *********************************************/
body {
  background: white;
  background-color: white; }

.reveal {
  font-family: "Linux Libertine", "Linux Libertine O", serif;
  font-size: 36px;
  font-weight: normal;
  letter-spacing: -0.02em;
  color: black; }

::selection {
  color: #fff;
  background: #3333CC;
  text-shadow: none; }

/*********************************************
 * HEADERS
 *********************************************/
.reveal h1,
.reveal h2,
.reveal h3,
.reveal h4,
.reveal h5,
.reveal h6 {
  margin: 0 0 20px 0;
  color: black;
  font-family: "Linux Biolinum", "Linux Biolinum O", sans-serif;
  line-height: 0.9em;
  letter-spacing: 0.02em;
  text-transform: none;
  text-shadow: none; }

.reveal h1 {
  text-shadow: 0px 0px 6px rgba(0, 0, 0, 0.2); }

/*********************************************
 * LINKS
 *********************************************/
.reveal a:not(.image) {
  color: #2e3436;
  text-decoration: none;
  -webkit-transition: color .15s ease;
  -moz-transition: color .15s ease;
  -ms-transition: color .15s ease;
  -o-transition: color .15s ease;
  transition: color .15s ease; }

.reveal a:not(.image):hover {
  color: #888b85;
  text-shadow: none;
  border: none; }

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

/*********************************************
 * IMAGES
 *********************************************/
.reveal section img {
  margin: 15px 0px;
  background: rgba(255, 255, 255, 0.12);
  border: 4px solid black;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.15);
  -webkit-transition: all .2s linear;
  -moz-transition: all .2s linear;
  -ms-transition: all .2s linear;
  -o-transition: all .2s linear;
  transition: all .2s linear; }

.reveal a:hover img {
  background: rgba(255, 255, 255, 0.2);
  border-color: #2e3436;
  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: #2e3436; }

.reveal .controls div.navigate-right,
.reveal .controls div.navigate-right.enabled {
  border-left-color: #2e3436; }

.reveal .controls div.navigate-up,
.reveal .controls div.navigate-up.enabled {
  border-bottom-color: #2e3436; }

.reveal .controls div.navigate-down,
.reveal .controls div.navigate-down.enabled {
  border-top-color: #2e3436; }

.reveal .controls div.navigate-left.enabled:hover {
  border-right-color: #888b85; }

.reveal .controls div.navigate-right.enabled:hover {
  border-left-color: #888b85; }

.reveal .controls div.navigate-up.enabled:hover {
  border-bottom-color: #888b85; }

.reveal .controls div.navigate-down.enabled:hover {
  border-top-color: #888b85; }

/*********************************************
 * PROGRESS BAR
 *********************************************/
.reveal .progress {
  background: rgba(0, 0, 0, 0.2); }

.reveal .progress span {
  background: #2e3436;
  -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: #2e3436; }

.reveal .slides section {
  text-align: left; }
  .reveal .slides section.titleslide {
    text-align: center; }
.reveal .slides h1, .reveal .slides h2, .reveal .slides h3 {
  hyphens: manual;
  -moz-hyphens: manual;
  -webkit-hyphens: manual;
  -ms-hyphens: manual; }
.reveal .slides h1 {
  font-size: 1.6em;
  text-align: center; }
.reveal .slides h2.subtitle {
  font-size: 1.2em;
  text-height: 120%;
  font-family: "Linux Libertine", "Linux Libertine O", serif;
  color: black;
  text-align: center; }
.reveal .slides h2 {
  font-size: 1.2em;
  font-family: "Linux Libertine", "Linux Libertine O", serif;
  font-style: italic;
  color: black; }
.reveal .slides h3 {
  color: black;
  font-family: "Linux Libertine", "Linux Libertine O", serif; }
.reveal .slides ul li {
  margin-left: 0.5ex;
  padding-left: 0.5ex;
  list-style: url("bullet.svg"); }
.reveal .slides li ul {
  font-size: 0.9em; }
.reveal .slides a:link {
  text-decoration: underline;
  text-decoration-line: underline;
  text-decoration-color: #2e3436;
  -webkit-text-decoration-color: #2e3436;
  -webkit-text-decoration-line: underline;
  text-decoration-style: dashed;
  -webkit-text-decoration-style: dashed; }
.reveal .slides li ul li {
  list-style: disc; }
.reveal .slides li::-moz-list-bullet {
  font-size: 0.8em; }
.reveal .slides blockquote {
  box-shadow: none; }

.reveal .progress span {
  background-color: #666666; }

/*# sourceMappingURL=theme.css.map */
