div.reveal {
    font-family: GeometriaRegular, sans-serif;
    color: #545658;
}

div.reveal h1, div.reveal h2 {
    font-family: Aeroport, sans-serif;
    color: #545658;
}

div.reveal p {
    font-size: .9em;
}

div.reveal h1 {
    font-size: 2.3em;
}

div.reveal h2 {
    font-size: 1.4em;
}

div.reveal h3 {
    font-family: GeometriaBold, sans-serif;
    color: #545658;
    font-size: 1.1em;
}

.reveal .slide-number {
    font-size: 22pt;
    color: black;
}

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

.reveal pre code {
    color: black;
    background: none;
    box-shadow: none;
    max-height: none;
    overflow: hidden;
}

.reveal pre code.mini {
    font-size: 6pt;
    line-height: normal;
}

.reveal pre code.small {
    font-size: 8pt;
    line-height: normal;
}

.reveal pre code.medium {
    font-size: 10pt;
    line-height: normal;
}

.reveal section img {
    border: none;
    box-shadow: none;
    max-width: 70%;
}

.reveal .footer {
    font-size: 22pt;
    text-align: center;
    position: absolute;
    width: 100%;
    bottom: 0.5em;
    z-index: 2;
}

.reveal .cartoon {
    position: absolute;
    right: 0;
    bottom: 0;
}

.reveal .rubber_stamp {
    font-family: "Vollkorn", serif;
    font-size: 39px;
    line-height: 45px;
    text-transform: uppercase;
    font-weight: bold;
    color: #BC1200;
    border: 7px solid #BC1200;
    float: left;
    padding: 10px 7px;
    border-radius: 10px;

    opacity: 0.8;
    -webkit-transform: rotate(-10deg);
    -o-transform: rotate(-10deg);
    -moz-transform: rotate(-10deg);
    -ms-transform: rotate(-10deg);
    position: absolute;
    bottom: 10%;
    right: -5%;
}

.reveal .rubber_stamp::after {
    position: absolute;
    content: " ";
    width: 100%;
    height: auto;
    min-height: 100%;
    top: -10px;
    left: -10px;
    padding: 10px;
    background: url(../img/noise.png) repeat;
}

.reveal .nau {
    color: orangered;
    font-weight: bold;
    font-family: "Franklin Gothic Medium", "Arial Narrow", Arial,
    sans-serif;
}

img.logo {
    height: 20px;
    margin-right: 10px;
}

li.good, li.bad {
    list-style-type: none;
    background-repeat: no-repeat;
    line-height: 60px;
    padding-left: 60px;
    background-size: 50px;
    margin: 10px 0;
    background-position: 0 50%;
}

li.good {
    background-image: url(../img/good.svg);
}

li.bad {
    background-image: url(../img/bad.svg);

}

.credits-wrapper {
    overflow: hidden;
    width: 100%;
    height: 500px;
}

pre.credits {
    top: 100%;
    animation: 20s credits linear infinite;
}

.reveal strong, .reveal b {
    font-family: GeometriaMedium, sans-serif;
}

@keyframes credits {
    0% {
        top: 100%;
    }
    100% {
        top: -460%;
    }
}

div.settings {
    position: relative;
    top: 25px;
    font-size: 70px;
}

div#comparison {
    width: 60vw;
    height: 60vw;
    /*max-width: 600px;*/
    max-height: 500px;
    overflow: hidden;
}

div#comparison figure {
    background-color: #FFF;
    background-size: cover;
    position: relative;
    font-size: 8px;
    width: 100%;
    height: 100%;
    margin: 0;
}

div#comparison figure > img {
    position: relative;
    width: 100%;
}

div#comparison figure div {
    background-color: #FFF;
    background-size: cover;
    position: absolute;
    width: 50%;
    box-shadow: 0 5px 10px -2px rgba(0, 0, 0, 0.3);
    overflow: hidden;
    bottom: 0;
    height: 100%;
}

input[type=range]{
    -webkit-appearance:none;
    -moz-appearance:none;
    position: relative;
    top: -60px;
    left: -1.1%;
    background-color: rgba(255,255,255,0.1);
    width: 102%;
}
input[type=range]:focus {
    outline: none;
}
input[type=range]:active {
    outline: none;
}

input[type=range]::-moz-range-track {
    -moz-appearance:none;
    height:15px;
    width: 98%;
    background-color: rgba(255,255,255,0.1);
    position: relative;
    outline: none;
}
input[type=range]::active {
    border: none;
    outline: none;
}
input[type=range]::-webkit-slider-thumb {
    -webkit-appearance:none;
    width: 20px; height: 15px;
    background: #414141;
    border-radius: 0;
}
input[type=range]::-moz-range-thumb {
    -moz-appearance: none;
    width: 20px;
    height: 15px;
    background: #414141;
    border-radius: 0;
}
input[type=range]:focus::-webkit-slider-thumb {
    background: rgba(255,255,255,0.5);
}
input[type=range]:focus::-moz-range-thumb {
    background: rgba(255,255,255,0.5);
}

