@import url(http://fonts.googleapis.com/css?family=Source+Sans+Pro:400,700,400italic,700italic);
@import url(http://fonts.googleapis.com/css?family=Source+Code+Pro:400,700);
/**
 * Adobe theme for the 2013 TechSummit
 * Copyright (C) 2013 Adobe
 */
.inverse .reveal {
  color: #242729;
}
.inverse .reveal h1, .inverse .reveal h2, .inverse .reveal h3, .inverse .reveal h4, .inverse .reveal h5, .inverse .reveal h6 {
  color: #242729;
}
.inverse .reveal .state-background {
  background-color: #a49480;
}

.reveal code, .reveal .monospace {
  font-family: "Source Code Pro", monospace;
}

.reveal pre {
  font-size: 1em;
  width: 100%;
}

.reveal h1, .reveal h2, .reveal h3, .reveal h4, .reveal h5, .reveal h6 {
  line-height: 1.1em;
}

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

.reveal section {
  text-align: inherit;
}

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

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

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

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

.reveal {
  font-family: "Adobe Clean", "Source Sans Pro", sans-serif;
  font-size: 36px;
  font-weight: 200;
  letter-spacing: -0.02em;
  color: #e4dfd9;
}

::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: #e4dfd9;
  font-family: "AdobeClean-BoldSemiCn", "Adobe Clean", "Source Sans Pro", sans-serif;
  line-height: 0.9em;
  letter-spacing: 0;
  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: #00a4e4;
  text-decoration: none;
  -webkit-transition: color 0.15s ease;
  -moz-transition: color 0.15s ease;
  -ms-transition: color 0.15s ease;
  -o-transition: color 0.15s ease;
  transition: color 0.15s ease;
}

.reveal a:not(.image):hover {
  color: #4bccff;
  text-shadow: none;
  border: none;
}

.reveal .roll span:after {
  color: #fff;
  background: #006d98;
}

/*********************************************
 * IMAGES
 *********************************************/
.reveal section img {
  margin: 15px 0px;
  background: rgba(255, 255, 255, 0.12);
  border: 4px solid #e4dfd9;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.15);
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -ms-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
}

.reveal a:hover img {
  background: rgba(255, 255, 255, 0.2);
  border-color: #00a4e4;
  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: #00a4e4;
}

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

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

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

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

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

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

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

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

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

/* could insert a media query here to adjust font size / slide-size for larger screens */
/* @media screen and (min-width: 900px and min-height: 600px ) ... */
.reveal .highlight {
  color: #00a4e4;
}

.ribbon-small, .ribbon, .ribbon-big {
  width: 100%;
}

.ribbon-small > img, .ribbon-small > object, .ribbon > img, .ribbon > object, .ribbon-big > img, .ribbon-big > object {
  vertical-align: middle;
  height: 64px;
  background: none !important;
  border: none !important;
  box-shadow: none !important;
  margin: 0 !important;
}

.ribbon > img, .ribbon > object {
  height: 128px;
}

.ribbon-big > img, .ribbon-big > object {
  height: 256px;
}

.reveal img.plain {
  border: none;
  background: none;
  box-shadow: none;
}

.align-right img.floater {
  position: absolute;
  left: -100px;
  top: -100px;
  max-height: 400px;
}

.align-left img.floater {
  position: absolute;
  right: -100px;
  top: -100px;
  max-height: 400px;
}

/* Color Schemes */
.bg-red .reveal {
  color: #dadde0;
}
.bg-red .reveal h1, .bg-red .reveal h2, .bg-red .reveal h3, .bg-red .reveal h4, .bg-red .reveal h5, .bg-red .reveal h6 {
  color: #dadde0;
}
.bg-red .reveal .state-background {
  background: black;
  background: -moz-radial-gradient(center, ellipse cover, #4f0a11 0%, black 100%);
  background: -webkit-gradient(radial, center center, 0px, center center, 100%, color-stop(0%, #4f0a11), color-stop(100%, black));
  background: -webkit-radial-gradient(center, ellipse cover, #4f0a11 0%, black 100%);
  background: -o-radial-gradient(center, ellipse cover, #4f0a11 0%, black 100%);
  background: -ms-radial-gradient(center, ellipse cover, #4f0a11 0%, black 100%);
  background: radial-gradient(center, ellipse cover, #4f0a11 0%, black 100%);
}

.bg-brown .reveal {
  color: #dadde0;
}
.bg-brown .reveal h1, .bg-brown .reveal h2, .bg-brown .reveal h3, .bg-brown .reveal h4, .bg-brown .reveal h5, .bg-brown .reveal h6 {
  color: #dadde0;
}
.bg-brown .reveal .state-background {
  background-color: #312b26;
}
.bg-brown .reveal .highlight {
  color: #c1d82f;
}

.bg-brown.inverse .reveal {
  color: #887868;
}
.bg-brown.inverse .reveal h1, .bg-brown.inverse .reveal h2, .bg-brown.inverse .reveal h3, .bg-brown.inverse .reveal h4, .bg-brown.inverse .reveal h5, .bg-brown.inverse .reveal h6 {
  color: #887868;
}
.bg-brown.inverse .reveal .state-background {
  background-color: white;
}
.bg-brown.inverse .reveal .highlight {
  color: #c1d82f;
}

.profile .reveal .state-background {
  background: -webkit-radial-gradient(left bottom, 100% 100%, transparent, transparent 90%, #242729 90%), url("profile.jpg");
  background-size: 50% 100%, 50% auto;
  background-repeat: no-repeat;
  background-position: left bottom;
  -webkit-transition: none;
  -moz-transition: none;
  -o-transition: none;
  -ms-transition: none;
  transition: none;
}
