@import url(https://fonts.googleapis.com/css?family=Lobster);
@import url(https://fonts.googleapis.com/css?family=Lobster+Two:400,400italic,700,700italic);
@import url(https://fonts.googleapis.com/css?family=Lato:100,300,400,700,900,100italic,300italic,400italic,700italic,900italic);

/**
 * Superheroci theme for reveal.js.
 *
 * Copyright (C) 2011-2012 Hakim El Hattab, http://hakim.se
 */
/*********************************************
 * GLOBAL STYLES
 *********************************************/
body {
    background: #000;
    background-color: #000;
}

.highlight .reveal .state-background {
    background: #FD7900;
    background-color: #FD7900;
}

.reveal .state-background {
    -webkit-transition: background-color 800ms ease;
    -moz-transition: background-color 800ms ease;
    -ms-transition: background-color 800ms ease;
    -o-transition: background-color 800ms ease;
    transition: background-color 800ms ease;
}

.reveal .highlight h1 {
    color: #fff;
    text-shadow: 3px 3px 3px black;
}

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

.reveal .highlight h2,
.reveal .highlight h3,
.reveal .highlight h4,
.reveal .highlight h5,
.reveal .highlight h6 {
    color: #000;
}

.reveal .highlight p {
    color: black;
}

.reveal .highlight a:not(img) {
    color: black;
}

.reveal .highlight a:not(img):hover {
    color: black;
}

.reveal {
    font-family: "Lato", monospace;
    font-size: 40px;
    font-weight: 100;
    letter-spacing: -0.02em;
    color: white;
}

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

/*********************************************
 * HEADERS
 *********************************************/
.reveal h1,
.reveal h2,
.reveal h3,
.reveal h4,
.reveal h5,
.reveal h6 {
    margin: 0 0 20px 0;
    color: #FD7900;
    font-family: "Lobster Two", "Montserrat", Impact, sans-serif;
    line-height: 1em;
    font-style: italic;
    font-weight: 700;
    /*letter-spacing: -0.03em;*/
    text-transform: none;
    text-shadow: none;
}

.reveal pre  code {
    font-family: "Droid Sans Mono";
    max-height: 500px;
}

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

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

.reveal .roll span:after {
    /*color: #fff;*/
    /*background: #d08a1d; */
}

/*********************************************
 * IMAGES
 *********************************************/
/*
.reveal section img {
    margin: 15px 0px;
    background: rgba(255, 255, 255, 0.12);
    border: 4px solid #eeeeee;
    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 section img.title {
    margin: 15px 0px;
    background: #000;
    border: none;
    -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: #e7ad52;
    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: #FD7900;
}

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

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

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

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

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

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

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

/*********************************************
 * PROGRESS BAR
 *********************************************/
.reveal .progress {
    background: #000000;
}

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

