/**
 * Pearson Future Tech theme for reveal.js
 *
 * Based on Sky theme, copyright (C) 2011-2012 Hakim El Hattab, http://hakim.se
 */
@import url(https://fonts.googleapis.com/css?family=Ubuntu:400,700,400italic,700italic);
/*********************************************
 * GLOBAL STYLES
 *********************************************/
body {
  background: #367095;
  background-color: #367095; }

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

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

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

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

/*********************************************
 * LINKS
 *********************************************/
.reveal a:not(.image) {
  color: #3b759e;
  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: #74a7cb;
  text-shadow: none;
  border: none; }

.reveal .roll span:after {
  color: #fff;
  background: #264c66; }

/*********************************************
 * 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: #3b759e;
  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: #eeeeee; }

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

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

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

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

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

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

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

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

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

/*********************************************
 * SLIDE NUMBER
 *********************************************/
.reveal .slide-number {
  color: #3b759e; }

body.high-contrast {
  background-color: #000; }

.reveal {
  font-size: 2.7em;
  color: #fff; }

.reveal a:not(.image) {
  line-height: 1.3em;
  color: #daf0ff; }

.reveal a:not(.image):hover {
  color: #bfe5ff; }

.reveal h1,
.reveal h2,
.reveal h3,
.reveal h4,
.reveal h5,
.reveal h6 {
  color: #fff;
  text-shadow: 0px 0px 6px rgba(0, 0, 0, 0.2); }

.reveal h2,
.reveal h3,
.reveal h4,
.reveal h5,
.reveal h6 {
  font-family: 'arial', 'helvetica', sans-serif;
  line-height: 1em; }

.reveal h2 {
  font-size: 2em;
  line-height: 1.2em; }

.reveal .title h2 {
  line-height: 1em; }

.reveal p.small {
  font-size: 0.6em; }

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

.reveal ul.more-text {
  font-size: 0.8em; }

.reveal li {
  margin-bottom: 0.5em;
  color: #fff;
  font-size: 1.5em;
  line-height: 1.2em; }

.reveal blockquote {
  box-shadow: none;
  font-size: 1.3em;
  margin-bottom: 0.5em;
  line-height: 1.2em;
  background: none; }

.reveal a {
  color: #ccc; }

.reveal section img {
  display: block;
  margin: 0 auto 0.5em auto;
  border: 0;
  background: none;
  box-shadow: 0 0 0; }
  .reveal section img.plain {
    box-shadow: none;
    background: none; }
  .reveal section img.small {
    max-height: 70%; }
  .reveal section img.smaller {
    max-height: 55%; }

.reveal img,
.reveal video,
.reveal iframe {
  max-width: 90%;
  max-height: 85%; }

.reveal .controls div {
  opacity: 0.25; }

.reveal img.full {
  min-width: 60%;
  min-height: 80%;
  width: auto;
  height: auto; }

.reveal .subtle {
  color: #aaa; }

.reveal .list-intro {
  margin-top: 1.5em;
  margin-bottom: 0;
  font-size: 1.2em; }

.reveal pre {
  width: 100%;
  font-size: 0.95em; }
  .reveal pre code {
    padding: 10px; }

.reveal .caption {
  margin-top: -1em;
  font-size: 0.4em; }

.reveal .caption a {
  color: #dee6e9; }

.reveal .medium-link {
  font-size: 0.8em; }

.reveal .medium-link:nth-of-type(1) {
  margin-top: 2em; }

.reveal video {
  margin-bottom: 15px; }

section.title h1 {
  margin-bottom: 80px; }
section.title h2 {
  margin-bottom: 1em; }
