/**
 * Black theme for reveal.js.
 *
 * Copyright (C) 2011-2012 Hakim El Hattab, http://hakim.se
 */
/**@font-face {
  font-family: 'Overpass';
  src: url("../../lib/font/league_gothic-webfont.eot");
  src: url("../../lib/font/league_gothic-webfont.eot?#iefix") format("embedded-opentype"), url("../../lib/font/league_gothic-webfont.woff") format("woff"), url("../../lib/font/league_gothic-webfont.ttf") format("truetype"), url("../../lib/font/league_gothic-webfont.svg#LeagueGothicRegular") format("svg");
**/
@font-face {
  font-family: 'Overpass';
  src: url("../../lib/font/Overpass_Regular.ttf") format("truetype");
}
@font-face {
  font-family: 'Liberation Sans';
  src: url("../../lib/font/LiberationSans-Regular.ttf") format("truetype");
}
/*********************************************
 * GLOBAL STYLES
 *********************************************/
body {
  background: #111111;
  background-color: #111111; }

.reveal {
  font-family: "Overpass", "Liberation Sans", sans-serif;
  font-size: 30px;
  font-weight: normal;
  letter-spacing: -0.02em;
  color: #eeeeee; }

.reveal .slide-background {
  height: 95%;
}

.reveal p, .reveal ul, .reveal ol { 
  font-size: 60px;
  line-height: 1.05em; }
  


::selection {
  color: white;
  background: #cc0000;
  text-shadow: none; }
 
/*********************************************
 * HEADERS
 *********************************************/
.reveal h1,
.reveal h2,
.reveal h3,
.reveal h4,
.reveal h5,
.reveal h6 {
  margin: 0 0 20px 0;
  color: #eeeeee;
  font-family: "Overpass", "Liberation Sans", sans-serif;
  font-weight: 400;
  line-height: 0.9em;
  letter-spacing: -0.03em;
  text-transform: none;
  text-shadow: 0px 0px 6px rgba(0, 0, 0, 0.2); }

h1.thick,
h2.thick,
h3.thick,
h4.thick,
h5.thick,
h6.thick {
  font-weight: 900; }

/*********************************************
 * LISTS
 *********************************************/
.reveal ul,
.reveal ul li {
list-style: none;
display: block;
}

/***
 * fadelist class for li elements that fade
 * in at 1-second intervals
 ***/
.reveal .fadelist li {
  transition: all 1s ease-out;
}
.reveal .fadelist li:nth-child(1) {
  transition-delay: 1s;
}
.reveal .fadelist li:nth-child(2) {
  transition-delay: 2s;
}
.reveal .fadelist li:nth-child(3) {
  transition-delay: 3s;
}
.reveal .fadelist li:nth-child(4) {
  transition-delay: 4s;
}
.reveal .fadelist li:nth-child(5) {
  transition-delay: 5s;
}
.reveal .fadelist li:nth-child(6) {
  transition-delay: 6s;
}
.reveal .fadelist li:nth-child(7) {
  transition-delay: 7s;
}
.reveal .fadelist li:nth-child(8) {
  transition-delay: 8s;
}

.reveal .future .fadelist li {
opacity: 0;
transition: 0s;
transition-delay: 0s;
}
/* End fadelist class */

.reveal ul:not(.nobullets) > li:before {
content: "";
transition: all 2.5s;
width: .13em;
height: .7em;
margin-top: .16em;
background-color: #a30000;
position: absolute;
margin-left: -0.6em;
}

.reveal li > ul > li {
font-size: 50px;
}

.reveal ul:not(.nobullets) li > ul > li:before {
background-color: #007a87;
margin-top: .2em;
}

.reveal ul:not(.nobullets) li > ul > li > ul > li:before {
background-color: #5bc6e8;
}

/*********************************************
 * LINKS
 *********************************************/
.reveal a:not(.image) {
  color: #cc0000;
  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: #ec7a08;
  text-shadow: none;
  border: none; }

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

/*********************************************
 * IMAGES
 *********************************************/
.reveal section img {
  margin: 15px 0px;
  background: rgba(255, 255, 255, 0.12);
  border: 4px solid #eeeeee;
  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: #cc0000;
  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: #cc0000; }

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

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

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

.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: #cc0000;
  -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: #cc0000; }
