#body {
    background: #fcfcfc;
}

.white-slides .present {
    background-color: white;
    position: relative;
    width: 100%;
    height: 100%;
}

.reveal p {
    color: #000000;
}

.blue {
    color: #4387fd !important
}

.blue2, .blue-2 {
    color: #3c8ef3 !important
}

.blue3, .blue-3 {
    color: #2a7cdf !important
}

.yellow {
    color: #ffd14d
}

.yellow2, .yellow-2 {
    color: #f9cc46 !important
}

.yellow3, .yellow-3 {
    color: #f6c000 !important
}

.green {
    color: #0da861 !important
}

.green2, .green-2 {
    color: #00a86d !important
}

.green3, .green-3 {
    color: #009f5d !important
}

.red {
    color: #f44a3f
}

.red2, .red-2 {
    color: #e0543e !important
}

.red3, .red-3 {
    color: #d94d3a !important
}

.gray {
    color: #e6e6e6 !important
}

.gray2, .gray-2 {
    color: #a9a9a9 !important
}

.gray3, .gray-3 {
    color: #797979 !important
}

.gray4, .gray-4 {
    color: #515151 !important
}

.white {
    color: white !important
}

.black {
    color: black !important
}

.reveal h1 {
    margin-bottom: 5rem;
}