.reveal {
    background: #2b2b2b;
    color: #f8f8f2;
}

.reveal h1,
.reveal h2,
.reveal h3,
.reveal h4,
.reveal h5 {
    color: #8be9fd;
    text-transform: none;
}

.reveal a {
    color: #ff79c6;
}

.reveal section img {
    border: none;
    box-shadow: none;
    background: none;
}

.reveal .controls {
    color: #ff79c6;
}

/* Custom slide classes */
.intro-slide {
    text-align: center;
}

.project-image {
    max-height: 400px;
}