@import url(https://fonts.googleapis.com/css?family=Ubuntu:300,700,300italic,700italic);
/**
 * Blood theme for reveal.js
 * Author: Walther http://github.com/Walther
 *
 * Designed to be used with highlight.js theme
 * "monokai_sublime.css" available from
 * https://github.com/isagalaev/highlight.js/
 *
 * For other themes, change $codeBackground accordingly.
 *
 */
/*********************************************
 * GLOBAL STYLES
 *********************************************/
body {
  background: #000;
  background-color: #000; }

.reveal {
  font-family: Ubuntu, 'sans-serif';
  font-size: 36px;
  font-weight: normal;
  text-shadow: 1px 1px 1px #222;
  color: #ff0; }

::selection {
  color: #fff;
  background: #32a;
  text-shadow: none; }

.reveal .slides > section, .reveal .slides > section > section {
  line-height: 1.3;
  font-weight: inherit; }

/*********************************************
 * HEADERS
 *********************************************/
.reveal h1, .reveal h2, .reveal h3, .reveal h4, .reveal h5, .reveal h6 {
  margin: 0 0 20px 0;
  color: #fff;
  font-family: Ubuntu, 'sans-serif';
  font-weight: normal;
  line-height: 1.2;
  letter-spacing: normal;
  text-shadow: 2px 2px 2px #222;
  word-wrap: break-word; }

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

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

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

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

.reveal h1 {
  text-shadow: 0 1px 0 #333, 0 2px 0 #393939, 0 3px 0 #444, 0 4px 0 #494949, 0 5px 0 #555, 0 6px 1px rgba(0, 0, 0, 0.1), 0 0 5px rgba(0, 0, 0, 0.1), 0 1px 3px rgba(0, 0, 0, 0.3), 0 3px 5px rgba(0, 0, 0, 0.2), 0 5px 10px rgba(0, 0, 0, 0.25), 0 20px 20px rgba(0, 0, 0, 0.15); }

/*********************************************
 * OTHER
 *********************************************/
.reveal p {
  margin: 20px 0;
  line-height: 1.3; }

/* Ensure certain elements are never larger than the slide itself */
.reveal img, .reveal video, .reveal iframe {
  width: 95%;
  max-width: 95%;
  max-height: 95%; }

.reveal strong, .reveal b {
  font-weight: bold;
  color: #ffcc00;
}

.reveal em {
  font-style: italic; }

.reveal ol, .reveal dl, .reveal ul {
  display: inline-block;
  text-align: left;
  margin: 0 0 0 1em; }

.reveal ol {
  list-style-type: decimal; }

.reveal ul {
  list-style-type: disc; }

.reveal ul ul {
  list-style-type: square; }

.reveal ul ul ul {
  list-style-type: circle; }

.reveal ul ul, .reveal ul ol, .reveal ol ol, .reveal ol ul {
  display: block;
  margin-left: 40px; }

.reveal dt {
  font-weight: bold; }

.reveal dd {
  margin-left: 40px; }

.reveal q, .reveal blockquote {
  quotes: none; }

.reveal blockquote {
  display: block;
  position: relative;
  width: 70%;
  margin: 20px auto;
  padding: 5px;
  font-style: italic;
  background: rgba(255, 255, 255, 0.05);
  box-shadow: 0px 0px 2px rgba(0, 0, 0, 0.2); }

.reveal blockquote p:first-child, .reveal blockquote p:last-child {
  display: inline-block; }

.reveal q {
  font-style: italic; }

.reveal pre {
  display: block;
  position: relative;
  width: 90%;
  margin: 20px auto;
  text-align: left;
  font-size: 0.55em;
  font-family: monospace;
  line-height: 1.2em;
  word-wrap: break-word;
  box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.3); }

.reveal code {
  font-family: monospace; }

.reveal pre code {
  display: block;
  font-size: 30px;
  line-height: 35px;
  padding: 5px;
  overflow: auto;
  word-wrap: normal;
  background: #3F3F3F;
  color: #DCDCDC; }

.reveal table {
  margin: auto;
  border-collapse: collapse;
  border-spacing: 0; }

.reveal table th {
  font-weight: bold; }

.reveal table th, .reveal table td {
  text-align: left;
  padding: 0.2em 0.5em 0.2em 0.5em;
/*  border-bottom: 1px solid; */
}

.reveal table tr:last-child td {
  border-bottom: none; }

.reveal sup {
  vertical-align: super; }

.reveal sub {
  vertical-align: sub; }

.reveal small {
  display: inline-block;
  font-size: 0.6em;
  line-height: 1.2em;
  vertical-align: top; }

.reveal small * {
  vertical-align: top; }

/*********************************************
 * LINKS
 *********************************************/
.reveal a {
  color: #00f;
  text-decoration: none;
  -webkit-transition: color 0.15s ease;
  -moz-transition: color 0.15s ease;
  transition: color 0.15s ease; }

.reveal a:hover {
  color: #77f;
  text-shadow: none;
  border: none; }

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

/*********************************************
 * IMAGES
 *********************************************/
.reveal section img {
  border: 0; }

.reveal a img {
  -webkit-transition: all 0.15s linear;
  -moz-transition: all 0.15s linear;
  transition: all 0.15s linear; }

.reveal a:hover img {
  background: rgba(255, 255, 255, 0.2); }

/*********************************************
 * NAVIGATION CONTROLS
 *********************************************/
.reveal .controls div.navigate-left {
  opacity: 0;
  border-right-color: #32a; }

.reveal .controls div.navigate-left.enabled {
  opacity: 0.2;
  border-right-color: #32a; }

.reveal .controls div.navigate-right {
  opacity: 0;
  border-left-color: #32a; }

.reveal .controls div.navigate-right.enabled {
  opacity: 0.2;
  border-left-color: #32a; }

.reveal .controls div.navigate-up {
  opacity: 0;
  border-bottom-color: #32a; }

.reveal .controls div.navigate-up.enabled {
  opacity: 0.2;
  border-bottom-color: #32a; }

.reveal .controls div.navigate-down {
  opacity: 0;
  border-top-color: #32a; }

.reveal .controls div.navigate-down.enabled {
  opacity: 0.2;
  border-top-color: #32a; }

.reveal .controls div.navigate-left.enabled:hover {
  opacity: 1;
  border-right-color: #6755dd; }

.reveal .controls div.navigate-right.enabled:hover {
  opacity: 1;
  border-left-color: #6755dd; }

.reveal .controls div.navigate-up.enabled:hover {
  opacity: 1;
  border-bottom-color: #6755dd; }

.reveal .controls div.navigate-down.enabled:hover {
  opacity: 1;
  border-top-color: #6755dd; }

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

.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);
  transition: width 800ms cubic-bezier(0.26, 0.86, 0.44, 0.985); }

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

.reveal p {
  font-weight: 300;
  text-shadow: 1px 1px #222; }

.reveal h1, .reveal h2, .reveal h3, .reveal h4, .reveal h5, .reveal h6 {
  font-weight: 700; }

.reveal a, .reveal a:hover {
  text-shadow: 2px 2px 2px #000; }

.reveal small a, .reveal small a:hover {
  text-shadow: 1px 1px 1px #000; }

.reveal p code {
  background-color: #1f2423;
  display: inline-block;
  border-radius: 7px; }

.reveal small code {
  vertical-align: baseline; }

.reveal .boxy table {
  width: 100%;
  border-collapse: separate;
  border-bottom: none;
}

.reveal .boxy td {
  text-align: center;
  vertical-align: middle;
  border-bottom: none;
  border-spacing: 20px;
/*  border: 0; */
}

.reveal .boxy div.box1 {
  background-color: #4f4;
  border: 1px solid;
  border-color: black;
  padding: 10px;
  margin: 10px;
  font-size: 2.11em;
}

.reveal .boxy div.box2 {
  background-color: #f44;
  border: 1px solid;
  border-color: black;
  padding: 10px;
  margin: 10px;
}

.reveal .boxy div.box3 {
  background-color: #44f;
  border: 1px solid;
  border-color: black;
  padding: 10px;
  margin: 10px;
}

iframe {
  background-color: transparent;
  overflow: hidden;
}
