@import url(https://fonts.googleapis.com/css?family=News+Cycle:400,700);
@import url(https://fonts.googleapis.com/css?family=Lato:400,700,400italic,700italic);
/**
 * A simple theme for reveal.js presentations, similar
 * to the default theme. The accent color is darkblue.
 *
 * This theme is Copyright (C) 2012 Owen Versteeg, https://github.com/StereotypicalApps. It is MIT licensed.
 * reveal.js is Copyright (C) 2011-2012 Hakim El Hattab, http://hakim.se
 */
/*********************************************
 * GLOBAL STYLES
 *********************************************/
body {
  background: white;
  background-color: white; }

.reveal {
  font-family: "courier-prime-1","courier-prime-2",Courier,Monaco,monospace;
  font-size: 36px;
  font-weight: 200;
  letter-spacing: -0.02em;
  color: black; }

::selection {
  color: white;
  background: rgba(0, 0, 0, 0.99);
  text-shadow: none; }

/*********************************************
 * HEADERS
 *********************************************/
.reveal h1,
.reveal h2,
.reveal h3,
.reveal h4,
.reveal h5,
.reveal h6 {
  margin: 0 0 20px 0;
  color: #333;
  font-family: "bebas-neue-1","bebas-neue-2","Helvetica Narrow","Helvetica Condensed","Arial Narrow",Helvetica,sans-serif;
  line-height: 0.9em;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  text-shadow: none; }

/*********************************************
 * LINKS
 *********************************************/
.reveal a {
  border-bottom: .1em dashed #333;
  text-decoration: none;
  color: #333;
 }

/*********************************************
 * IMAGES
 *********************************************/
.reveal section img {
  margin: 15px 0px;
  background: rgba(255, 255, 255, 0.12);
  border: none;
  box-shadow: none;
 }

.reveal a:hover img {
  }

/*********************************************
 * NAVIGATION CONTROLS
 *********************************************/
.reveal .controls div.navigate-left,
.reveal .controls div.navigate-left.enabled {
  border-right-color: #ccc; }

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

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

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

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

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

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

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

/*********************************************
 * PROGRESS BAR
 *********************************************/
.reveal .progress {
  background: #999; }

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