/**
 * Nuvole theme for reveal.js.
 */
@font-face {
  font-family: 'ProximaNova';
  src: url("../../lib/font/ProximaNova-Bold.otf") format("opentype");
  font-weight: bold;
  font-style: normal; }
@font-face {
  font-family: 'ProximaNova';
  src: url("../../lib/font/ProximaNova-Light.otf") format("opentype");
  font-weight: lighter;
  font-style: normal; }
@font-face {
  font-family: 'ProximaNova';
  src: url("../../lib/font/ProximaNova-Regular.otf") format("opentype");
  font-weight: normal;
  font-style: normal; }
@font-face {
  font-family: 'ProximaNova';
  src: url("../../lib/font/ProximaNova-RegularItalic.otf") format("opentype");
  font-weight: normal;
  font-style: italic; }
@font-face {
  font-family: 'Gotham';
  src: url("../../lib/font/GothamRnd-Medium.otf") format("opentype");
  font-weight: normal;
  font-style: normal; }
@font-face {
  font-family: 'Gotham';
  src: url("../../lib/font/GothamRnd-Medium.otf") format("opentype");
  font-weight: bold;
  font-style: normal; }
/**
 * Solarized colors by Ethan Schoonover
 */
html * {
  color-profile: sRGB;
  rendering-intent: auto; }

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

.reveal {
  font-family: ProximaNova, sans-serif;
  font-size: 36px;
  font-weight: lighter;
  letter-spacing: 0em;
  color: #062e32;
  line-height: 1.3em; }

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

.bold {
    font-weight: bold;
}

/*********************************************
 * HEADERS
 *********************************************/
.reveal h1,
.reveal h2,
.reveal h3,
.reveal h4,
.reveal h5,
.reveal h6 {
  margin: 0 0 20px 0;
  margin-bottom: .75em;
  font-family: ProximaNova, sans-serif;
  line-height: 1.1em;
  letter-spacing: 0em;
  text-transform: none;
  text-shadow: none;
  font-weight: bold; }

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

/*********************************************
 * LINKS
 *********************************************/
.reveal a:not(.image) {
  color: #2c999f;
  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: #5ecdd3;
  text-shadow: none;
  border: none; }

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

/*********************************************
 * IMAGES
 *********************************************/
.reveal section img {
  margin: 25px 0px;
  background: transparent;
  border: 0px;
  -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); }

/*********************************************
 * NAVIGATION CONTROLS
 *********************************************/
.reveal .controls div.navigate-left,
.reveal .controls div.navigate-left.enabled {
  border-right-color: #2c999f; }

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

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

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

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

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

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

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

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

.reveal .progress span {
  background: #2c999f;
  -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: #2c999f; }

/*********************************************
 * LOGO (we might want to find a better solution)
 *********************************************/
.nuvole-logo-dark {
  position: absolute;
  bottom: 1.5em;
  left: 2em;
  width: 100%;
  text-align: center; }

.nuvole-logo-white {
  display: none; }

.reveal pre {
  margin: 25px auto;
  width: 100%; }
  .reveal pre code {
    padding: 15px; }
.reveal li {
  margin-bottom: .3em; }

.cover {
  color: #fff !important; }
  .cover h1,
  .cover h2,
  .cover h3,
  .cover h4,
  .cover h5,
  .cover h6 {
    color: #fff !important; }

body.print-pdf .cover {
  color: #333 !important; }
  body.print-pdf .cover h1,
  body.print-pdf .cover h2,
  body.print-pdf .cover h3,
  body.print-pdf .cover h4,
  body.print-pdf .cover h5,
  body.print-pdf .cover h6 {
    color: #333 !important; }

.reveal h1,
.reveal h2,
.reveal h3,
.reveal h4,
.reveal h5,
.reveal h6 {
  word-wrap: normal; }
  .reveal h1 .subtitle,
  .reveal h2 .subtitle,
  .reveal h3 .subtitle,
  .reveal h4 .subtitle,
  .reveal h5 .subtitle,
  .reveal h6 .subtitle {
    display: block;
    font-size: 36px;
    font-weight: lighter; }

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

.reveal .slides section .fragment.highlight-green.visible {
  color: #009900; }

.reveal .slides section .fragment.highlight-red.visible {
  color: #dd0000; }

.align-left {
  text-align: left !important; }

/*section ul {*/
    /*display: block !important;*/
/*}*/
/*# sourceMappingURL=nuvole.css.map */
