
.reveal .slide-menu-button2 {
  position: fixed;
  left: 30px;
  bottom: 94px;
  z-index: 30;
  font-size: 42px;
}

.slide-menu-panel {
  background-color: #000000;
}

.homepage {
  text-align: left;
}

.reveal ul {
    list-style-type: none;
}

.reveal .progress {
    height: 13px;
}

.reveal .slide-menu-button {
    position: fixed;
    left: 30px;
    bottom: 30px;
    z-index: 30;
    font-size: 48px!important;
}

.reveal .controls button {
    position: absolute;
    padding: 0;
    bottom: 0;
    background-color: transparent;
    border: 0;
    outline: 0;
    cursor: pointer;
    color: #B8B097;
    transform: scale(.9999);
    transition: color .2s ease, opacity .2s ease, transform .2s ease;
    z-index: 2;
    pointer-events: auto;
    font-size: 12px;
    visibility: hidden;
    opacity: 0;
    -webkit-appearance: none;
    -webkit-tap-highlight-color: transparent;
}

.reveal .controls {
  bottom: 30px;
}

:root {
  --r-background-color: #191919;
  --r-main-font: Source Sans Pro, Helvetica, sans-serif;
  --r-main-font-size: 42px;
  --r-main-color: #fff;
  --r-block-margin: 20px;
  --r-heading-margin: 0 0 20px 0;
  --r-heading-font: Source Sans Pro, Helvetica, sans-serif;
  --r-heading-color: #fff;
  --r-heading-line-height: 1.2;
  --r-heading-letter-spacing: normal;
  --r-heading-text-transform: uppercase;
  --r-heading-text-shadow: none;
  --r-heading-font-weight: 600;
  --r-heading1-text-shadow: none;
  --r-heading1-size: 2.5em;
  --r-heading2-size: 1.6em;
  --r-heading3-size: 1.3em;
  --r-heading4-size: 1em;
  --r-code-font: monospace;
  --r-link-color: #B8B097;
  --r-link-color-dark: #068de9;
  --r-link-color-hover: #B8B097;
  --r-selection-background-color: #bee4fd;
  --r-selection-color: #fff;
}
