/**
 * 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: #FAFAFF;
  background-color: #FAFAFF;
}

.reveal {
  font-family: sans-serif;
  font-size: 40px;
  font-weight: normal;
  color: #100007;
}

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

::-moz-selection {
  color: #fff;
  background: rgba(0, 0, 0, 0.99);
  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 {
  margin: 0 0 20px 0;
  color: #083D77;
  font-family: sans-serif;
  font-weight: normal;
  line-height: 1.2;
  letter-spacing: normal;
  text-transform: none;
  text-shadow: none;
  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: none;
}

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

.fa {
    color: #F97C00;
}

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


.reveal b {
  font-weight: bold;
}

.reveal em {
  font-style: italic;
}

.reveal ol,
.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;
}

/*********************************************
 * LINKS
 *********************************************/
.reveal a {
  color: #083D77;
  text-decoration: none;
  -webkit-transition: color .15s ease;
  -moz-transition: color .15s ease;
  transition: color .15s ease; }

.reveal a:hover {
  color: #083D77;
  text-shadow: none;
  border: none; }

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

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

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

/******************************************
* MY OWN STUFF
******************************************/

.reveal .splash {
  background: url(../img/white-dot.png);
  background-repeat: repeat;
}

  .reveal .splash h2 {
      border: 3px solid #100007;
      padding: 1em 1.6em;
      font-weight: 100;
      border-radius: 5px;
      line-height: 1em;
      background-color: white;
  }

#qrcode {
  display: inline-block;
}
  img {
      border: none;
      box-shadow: none;
  }
