body {
  font-family: "Source Sans Pro", Helvetica, sans-serif;
}

.small {
  font-size: small;
}

.smaller {
  font-size: smaller;
}

.fs90 {
  font-size: 90%;
}

.fs80 {
  font-size: 80%;
}

.fs75 {
  font-size: 75%;
}

.fs70 {
  font-size: 70%;
}

.fs66 {
  font-size: 66%;
}

.fs60 {
  font-size: 60%;
}

.fs50 {
  font-size: 50%;
}

.fs40 {
  font-size: 40%;
}

.fs33 {
  font-size: 33%;
}

.fs30 {
  font-size: 30%;
}

.fs25 {
  font-size: 25%;
}

.fs20 {
  font-size: 20%;
}

.fs10 {
  font-size: 10%;
}


.fs05em {
  font-size: 0.5em;
}

.fs066em {
  font-size: 0.66em;
}

.fs075em {
  font-size: 0.75em;
}

.lowercase {
  text-transform: lowercase;
}

.uppercase {
  text-transform: uppercase;
}

.titlecase {
  text-transform: capitalize;
}

.left {
  text-align: left;
}

.right {
  text-align: right;
}

.center {
  text-align: center;
}

.justify {
  text-align: justify;
}


.margin-unset {
  margin: unset;
}

.reveal .slides {
  height: 100%;
}

.reveal section {
  padding: 0px;
  text-align: left;
}

.reveal section.copyright {
  width: 100%;
  height: 100%;
}

.red {
  color: #FF0000;
}

.reveal .slide-menu-button {
  left: 1.5em !important;
  font-size: 32px !important;
}


html.print-pdf .slide-menu-button,
html.print-pdf div.pdf-page:last-child  {
  display: none;
}


.reveal .slide-number {
  right: 8px;
  top: 8px;
  bottom: unset;
}

.reveal h1 {
  font-size: 1.8em;
}

.reveal > footer {
  position: fixed;
  left: 0;
  bottom: 0;
  width: 100%;
}

.reveal footer > p.copyright {
  font-size: 0.33em;
  text-align: right;
  position: absolute;
  bottom: 0;
  right: 0;
  margin: 0;
  padding-right: 0.5em;
}

.reveal img.center,
.reveal svg.center {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.reveal table {
  font-size: inherit;
}

.reveal div.two-cols {
  width: 50%;
  float: left;
}

.reveal ul ul {
  font-size: smaller;
  vertical-align: unset;
}

.reveal div.two-cols ul ul {
  margin-left: 0px;
}

.reveal .console-out {
  box-shadow: unset;
  background-color: black;
  color: #00D975;
  padding: 5px;
}

.faded-line {
  opacity: 25%;
}

@media screen {
  .reveal .slide-number {
    top: unset;
    bottom: 33px;
    right: 40px;
    background: none;
    color: #2a76dd;
    font-weight: bold;
  }
}

.reveal .mt0, .reveal p.mt0 {
  margin-top: 0;
}

.reveal .mt10, .reveal p.mt10 {
  margin-top: 10;
}

.reveal .mt20, .reveal p.mt20 {
  margin-top: 20;
}

.reveal .mb0, .reveal p.mb0 {
  margin-bottom: 0;
}

.reveal .mb10, .reveal p.mb10 {
  margin-bottom: 10;
}

.reveal .mb20, .reveal p.mb20 {
  margin-bottom: 20;
}