/**
 * Floodlight theme for reveal.js.
 * Author: Tyler Benziger
 */
@font-face {
  font-family: 'Ubuntu Title';
  src: url("https://s3.amazonaws.com/tybenz.gistdeck/font/UbuntuTitling-Bold-webfont.eot");
  src: url("https://s3.amazonaws.com/tybenz.gistdeck/font/UbuntuTitling-Bold-webfont.eot?#iefix") format("embedded-opentype"), url("https://s3.amazonaws.com/tybenz.gistdeck/font/UbuntuTitling-Bold-webfont.woff") format("woff"), url("https://s3.amazonaws.com/tybenz.gistdeck/font/UbuntuTitling-Bold-webfont.ttf") format("truetype"), url("https://s3.amazonaws.com/tybenz.gistdeck/font/UbuntuTitling-Bold-webfont.svg#UbuntuTitlingBold") format("svg");
  font-weight: normal;
  font-style: normal; }

/**
 * Solarized colors by Ethan Schoonover
 */
html * {
  color-profile: sRGB;
  rendering-intent: auto; }

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

.reveal {
  font-family: "Ubuntu", sans-serif;
  font-size: 36px;
  font-weight: 200;
  letter-spacing: -0.02em;
  color: #333333; }

::selection {
  color: white;
  background: #00aaff;
  text-shadow: none; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.reveal h1 {
  font-size: 4em; }

.reveal h2 {
  font-size: 3em; }

.reveal h3 {
  font-size: 2.13em; }

.reveal h4 {
  font-size: 1.9em; }

.reveal h5 {
  font-size: 1.2em; }

.reveal pre {
  border: 1px solid #ddd;
  outline: none;
  font-size: 0.7em;
  width: 95%;
  box-shadow: none;
  background-color: white }
  .reveal pre code {
    padding: 15px;
    font-family: 'Ubuntu Mono', monospace;
    max-height: 700px;
    font-size: 22px;
    line-height: 1.2em; }

.reveal del {
  color: #ddd;
  text-decoration: none; }

.reveal section img {
  border: none;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  -ms-box-shadow: none;
  -o-box-shadow: none;
  box-shadow: none;
  background: transparent; }

.reveal h1, .reveal h2, .reveal h3, .reveal h4, .reveal h5 {
  text-shadow: none;
  letter-spacing: -0.04em; }
  .reveal h1 img, .reveal h2 img, .reveal h3 img, .reveal h4 img, .reveal h5 img {
    vertical-align: bottom; }

.reveal section > p:first-child img {
  margin: auto;
  display: block; }

.reveal .center {
  text-align: center; }

.reveal p {
  margin-bottom: 0.8em; }
