code {
  color: #a9b7c6;
  background: #282b2e;
}

.reveal img {
  max-height: 80%
}

.source {
  font-size: 0.5em
}

.h75 > * {
  max-height: 75vh !important;
}

.reveal ul {
  max-width: calc(100% - 2em);
  box-sizing: content-box;
  word-break: break-word;
  overflow-wrap: break-word;
}

#front {
  height: 100%;
}

footer {
  background: #0DA9CB;
  position: absolute;
  bottom: 0.5em;
  width: 100%;
  padding: 0.5em;
}

.reveal footer a, .reveal footer a:active, .reveal footer a:focus {
  color: #FFFFFF
}

.twitter-tweet {
  margin: auto;
}

body > div {
  background-image: url(../images/gcx-Full-Dark-Background.svg);
  background-size: 4%;
  background-repeat: no-repeat;
  background-position: 96% 3% ;
}

.cols{
  display: flex;
}
.col{
  flex: 1;
}

.bw {
  filter: invert(100%);
}

.hl1, i, em {
  color: #56BB73 !important;
}

.hl2, b, strong {
  color: #0DA9CB !important;
}
