/* Custom reveal.js theme.
 *
 * Loosely based off of the white theme, which is copyright 2011-2015 Hakim El
 * Hattab, http://hakim.se
 */

@font-face {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 700;
  src: url(assets/googlewebfont-Montserrat-700.ttf) format('truetype');
}

@font-face {
  font-family: 'Roboto Condensed';
  font-style: normal;
  font-weight: 400;
  src: url(assets/googlewebfont-RobotoCondensed-Regular.ttf) format('truetype');
}

@font-face {
  font-family: 'Roboto Condensed';
  font-style: normal;
  font-weight: 700;
  src: url(assets/googlewebfont-RobotoCondensed-Bold.ttf) format('truetype');
}

@font-face {
  font-family: 'Roboto Condensed';
  font-style: italic;
  font-weight: 400;
  src: url(assets/googlewebfont-RobotoCondensed-Italic.ttf) format('truetype');
}

@font-face {
  font-family: 'Roboto Condensed';
  font-style: italic;
  font-weight: 700;
  src: url(assets/googlewebfont-RobotoCondensed-BoldItalic.ttf) format('truetype');
}

@font-face {
  font-family: 'Roboto Mono';
  font-style: normal;
  font-weight: 400;
  src: url(assets/googlewebfont-RobotoMono-Regular.ttf) format('truetype');
}

body {
  background: #fff;
  background-color: #fff;
}

.reveal {
  font-family: "Roboto Condensed", sans-serif;
  font-size: 52px;
  font-weight: 400;
  color: #222;
}

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

.reveal .slides>section {
  /* Force every slide to be full height so that footers work */
  height: 1080px;

  /* reveal.js defaults to 20px vertically which makes things confusing */
  padding: 0px;
}

.reveal h1,
.reveal h2,
.reveal h3,
.reveal h4,
.reveal h5,
.reveal h6 {
  color: #222;
  font-family: "Montserrat", Impact, sans-serif;
  line-height: 0.9em;
  letter-spacing: -0.03em;
  text-transform: none;
  text-shadow: none;
  -webkit-hyphens: none;
  -moz-hyphens: none;
  hyphens: none;
  word-wrap: break-word;
}

/* Headers */

.reveal h1,
.reveal h2,
.reveal h3 {
  margin: 0 0 20px 0;
}

.reveal h4,
.reveal h5,
.reveal h6 {
  margin: 0 0 5px 0;
}

.reveal h1.maintitle1 {
  font-family: "Bitter";
  font-weight: 700;
  text-shadow: -1px -1px 0 #000, 1px -1px 0 #000, -1px 1px 0 #000, 1px 1px 0 #000;
  text-align: center;
  color: #7ce68a;
  font-size: 3.5em;
  padding-top: 80px;
  line-height: 0.9em;
}

.reveal h1.maintitle2 {
  font-family: "Bitter";
  font-weight: 700;
  text-shadow: -1px -1px 0 #000, 1px -1px 0 #000, -1px 1px 0 #000, 1px 1px 0 #000;
  text-align: center;
  color: #7ce68a;
  font-size: 2.3em;
  line-height: 0.9em;
  margin-top: 0.5em;
}

.reveal .titlefooter {
  position: absolute;
  bottom: 5rem;
  width: 100%;
  text-align: center;
  color: #ddd;
}

.reveal .titlefooter p {
  text-align: left;
  margin-top: 0.2rem;
  margin-left: 3rem;
  margin-bottom: 0.1rem;
}

.reveal .titlefooter a {
  color: #5f05a3;
}

.reveal h1.titlecard {
  position: relative;
  top: 50%;
  transform: translateY(-50%);
  width: 100%;
  font-size: 2.5em;
  text-align: center;
  line-height: 1.2;
}

.reveal .belowtitlecard {
  position: relative;
  top: 65%;
  transform: translateY(-65%);
  width: 100%;
}

.reveal h2 {
  font-size: 1.3em;
  text-align: left;
  border-bottom: 1px solid;
  width: 100%;
  margin-bottom: 18px;
}

/* Other */

.reveal p {
  text-align: left;
  margin-top: 0.2em;
  margin-bottom: 1em;
  line-height: 1.0;
}

.reveal blockquote {
  background-color: rgba(40, 40, 70, 1);
}

.reveal section div img,
.reveal section div video {
  /* If inside a <div>, assume manual layout; let the image
       fill the whole box */
  max-width: 100%;
}

.reveal ul,
.reveal ol {
  text-align: left;
  margin-left: 2em;
  margin-bottom: 10px;
  /* same as <p> */
  width: calc(100% - 2em);
  /* sigh, anything better? */
}

.reveal ul {
  /* no better way to set the UL list bullet style nicely??? (next rule, too) */
  list-style-type: none;
}

.reveal ul li:before {
  content: "•";
  display: block;
  height: 0;
  width: 0;
  position: relative;
  left: -0.7em;
}

.reveal ul li,
.reveal ol li {
  margin-bottom: 0.5em;
  line-height: 1em;
}

.reveal ul.squish li,
.reveal ol.squish li {
  margin-bottom: 0.2em;
  line-height: 1em;
}

.reveal sub {
  font-size: smaller;
  vertical-align: sub;
}

.reveal sup {
  font-size: smaller;
  vertical-align: super;
}


/* Links */

.reveal a {
  color: #12347b;
  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 .wfg a {
  color: #c0c0ee;
}

.reveal a:hover {
  color: #4264ab;
  text-shadow: none;
  border: none;
}

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

/* Images */

.reveal section img {
  margin: 3px 0 3px;
}

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

.reveal a:hover img {
  background: rgba(255, 255, 255, 0.2);
  border-color: #2a76dd;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.55);
}

/* Tables -- deriving from the "pure" CSS framework */

.reveal table {
  /* Remove spacing between table cells (from Normalize.css) */
  border-collapse: collapse;
  border-spacing: 0;
  empty-cells: show;
  border: 1px solid #cbcbcb;
}

.reveal table caption {
  color: #000;
  text-align: center;
  padding-bottom: 0.2em;
  /*font-weight: 700;
  font-style: italic;
  font-size: 1.2em;*/
}

.reveal td,
.reveal th {
  border-left: 1px solid #cbcbcb;
  /* inner column border */
  border-width: 0 0 0 1px;
  font-size: inherit;
  margin: 0;
  overflow: visible;
  /* to make <th>s where the title is really long work */
  padding: 0.5em 1em;
  /* cell padding */
}

.reveal td:first-child,
.reveal th:first-child {
  /* "Consider removing this next declaration block, as it causes problems when
   there's a rowspan on the first cell. Case added to the tests. issue#432 */
  border-left-width: 0;
}

.reveal td {
  background-color: transparent;
}

.reveal thead {
  background-color: #e0e0e0;
  color: #000;
  text-align: center;
  vertical-align: bottom;
  font-weight: 700;
}

.reveal tbody tr:nth-child(2n-1) td {
  background-color: #f2f2f2;
}

.reveal table.squish td,
.reveal table.squish th {
  padding: 0.1em 1em;
  /* cell padding */
}

.reveal .c1l tr>td:nth-child(1) {
  text-align: left
}

.reveal .c2l tr>td:nth-child(2) {
  text-align: left
}

.reveal .c2r tr>td:nth-child(2) {
  text-align: right
}

.reveal .c3r tr>td:nth-child(3) {
  text-align: right
}

/* PDF export tomfoolery */

.reveal .slides section .slide-background {
  position: absolute;
}

.reveal .slides section>*:first-child {
  margin-top: 0px;
}

/* Custom helper classes for layout */

.reveal .ctr {
  margin-left: auto;
  margin-right: auto;
}

.reveal .vctr {
  position: relative;
  top: 50%;
  transform: translateY(-50%);
}

.reveal .prel {
  position: relative;
}

.reveal .mb0 {
  margin-bottom: 0px;
}

.reveal .mb0p2 {
  margin-bottom: 0.2em;
}

.reveal .mb1 {
  margin-bottom: 1em;
}

.reveal .mb2 {
  margin-bottom: 2em;
}

.reveal .mb3 {
  margin-bottom: 3em;
}

.reveal .mt0 {
  margin-top: 0px;
}

.reveal .mt0p5 {
  margin-top: 0.5em;
}

.reveal .mt1 {
  margin-top: 1em;
}

.reveal .mt1p5 {
  margin-top: 1.5em;
}

.reveal .mt2 {
  margin-top: 2em;
}

.reveal .mt3 {
  margin-top: 3em;
}

.reveal .mt4 {
  margin-top: 4em;
}

.reveal .mt5 {
  margin-top: 5em;
}

.reveal .ml1 {
  margin-left: 1em;
}

.reveal .ml2 {
  margin-left: 2em;
}

.reveal .mr1 {
  margin-right: 1em;
}

.reveal .mr2 {
  margin-right: 2em;
}

.reveal .mr4 {
  margin-right: 4em;
}

.reveal .fl {
  float: left;
}

.reveal .fr {
  float: right;
}

.reveal .db {
  display: block;
}

.reveal .dib {
  display: inline-block;
}

.reveal .cb {
  clear: both;
}

.reveal .ptl {
  position: absolute;
  top: 2em;
  left: 0.5em
}

.reveal .ptr {
  position: absolute;
  top: 2em;
  right: 0.5em
}

.reveal .ptf {
  position: absolute;
  top: 2em;
  width: 100%
}

.reveal .pbl {
  position: absolute;
  bottom: 0.5em;
  left: 0.5em
}

.reveal .pbr {
  position: absolute;
  bottom: 0.5em;
  right: 0.5em
}

.reveal .pbf {
  position: absolute;
  bottom: 0.5em;
  width: 100%
}

.reveal .ptr-abs {
  position: absolute;
  top: 0.5em;
  right: 0.5em
}

.reveal .ptl0 {
  position: absolute;
  top: 0px;
  left: 0px
}

.reveal .ptr0 {
  position: absolute;
  top: 0px;
  right: 0px
}

.reveal .pbl0 {
  position: absolute;
  bottom: 0px;
  left: 0px
}

.reveal .pbr0 {
  position: absolute;
  bottom: 0px;
  right: 0px
}

.reveal .w15 {
  width: 15%;
}

.reveal .w20 {
  width: 20%;
}

.reveal .w25 {
  width: 25%;
}

.reveal .w30 {
  width: 30%;
}

.reveal .w35 {
  width: 35%;
}

.reveal .w40 {
  width: 40%;
}

.reveal .w45 {
  width: 45%;
}

.reveal .w50 {
  width: 50%;
}

.reveal .w55 {
  width: 55%;
}

.reveal .w60 {
  width: 60%;
}

.reveal .w65 {
  width: 65%;
}

.reveal .w70 {
  width: 70%;
}

.reveal .w75 {
  width: 75%;
}

.reveal .w80 {
  width: 80%;
}

.reveal .w85 {
  width: 85%;
}

.reveal .w90 {
  width: 90%;
}

.reveal .w95 {
  width: 95%;
}

.reveal .w100 {
  width: 100%;
}

.reveal .wbg {
  background-color: white;
}

.reveal .wfg {
  color: white;
}

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

.reveal .tleft {
  text-align: left;
}

.reveal .tright {
  text-align: right;
}

.reveal .tbig {
  font-size: 1.3em;
}

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

.reveal .tsmall {
  font-size: 0.7em;
}

.reveal .tital {
  font-style: italic;
}

.reveal .tbold {
  font-weight: 700;
}

.reveal em {
  font-style: italic;
}

.reveal b {
  font-weight: 700;
}

.reveal .squish {
  /* This is mainly meant for <p> elements */
  margin-top: 0.1em;
  margin-bottom: 0.1em;
}

.reveal .footer {
  position: absolute;
  bottom: 2em;
  width: 60%;
  margin-left: 19%;
  margin-right: 19%;

  text-align: center;
  background-color: rgba(255, 255, 255, 0.6);
  border-radius: 10px;
  padding: 1%;
}

.reveal .footer p {
  text-align: center;
  margin-top: 0.2em;
  margin-bottom: 0.1em;
}

.reveal .bglightcred {
  text-align: right;
  font-size: 60% !important;
  position: absolute;
  bottom: 1em;
  right: 1em;
  margin: 0;
  color: #ccc;
}

.reveal .bglightcred a {
  color: #ccc;
}

.reveal .bglightcred a:hover {
  color: #bbf;
}

.reveal .bglightcredleft {
  text-align: left;
  font-size: 60% !important;
  position: absolute;
  bottom: 1em;
  left: 1em;
  margin: 0;
  color: #FFF;
}

.reveal .bglightcredleft a {
  color: #ccc;
}

.reveal .bglightcredleft a:hover {
  color: #bbf;
}

.reveal .lcred {
  text-align: left;
  color: #555;
  font-size: 55% !important;
  margin-top: 0;
  margin-bottom: 5px;
}

.reveal .rcred {
  text-align: right;
  color: #555;
  font-size: 55% !important;
  margin-top: 0;
  margin-bottom: 5px;
}

.reveal .blkoutline {
  text-shadow: -1px -1px 0 #000, 1px -1px 0 #000, -1px 1px 0 #000, 1px 1px 0 #000;
}

.reveal .whtoutline {
  text-shadow: -1px -1px 0 #fff, 1px -1px 0 #fff, -1px 1px 0 #fff, 1px 1px 0 #fff;
}

/* "Spacious" layout for slides with just a bit of text */

.reveal .spacious {
  font-size: 120%;
}

.reveal .spacious li {
  margin-bottom: 1.5em;
}

/* Repackaging the playbook */

.reveal .playbook {
  padding-left: 16% !important;
  padding-right: 16% !important;
  width: 68% !important;
}