body {
    background: #F03332;
    background: -moz-linear-gradient(45deg, #F03332 0%, #3A3858 100%);
    background: -webkit-linear-gradient(45deg, #F03332 0%, #3A3858 100%);
    background: -o-linear-gradient(45deg, #F03332 0%, #3A3858 100%);
    background: -ms-linear-gradient(45deg, #F03332 0%, #3A3858 100%);
    background: linear-gradient(45deg, #F03332 0%, #3A3858 100%);
    background-color: #3A3858;
}

.reveal {
    font-family: 'bariol_regularregular';
    color: white;
    text-shadow: 1px 1px 1px black;

    background-image: url("/Media/Logo.png");
    background-repeat: no-repeat;
    background-position: 2% 97%;
    background-size: auto 5%;
}

.reveal h1,
.reveal h2,
.reveal h3,
.reveal h4,
.reveal h5,
.reveal h6 {
    color: white;
    font-family: 'bariol_regularregular';
    text-shadow: 1px 1px 1px black;
}

figcaption {
    font-size: 0.7em;
}

/*********************************************
 * NAVIGATION CONTROLS
 *********************************************/
.reveal .controls {
    color: black;
}

/*********************************************
 * PROGRESS BAR
 *********************************************/
.reveal .progress {
    color: black;
}

.reveal a {
    color: white;
    text-decoration: underline;
}
.reveal a:hover {
    color: white;
}