.reveal {
  font-family: "Palatino Linotype", "Book Antiqua", Palatino, FreeSerif, serif;
  color: #4e5f65;
}

.reveal h1,
.reveal h2,
.reveal h3,
.reveal h4,
.reveal h5,
.reveal h6 {
  font-family: "Palatino Linotype", "Book Antiqua", Palatino, FreeSerif, serif;
  text-transform: none;
  color: #4e5f65;
}

.reveal section img {
  border: 0;
}

.reveal section img.logo {
  height: 100px;
}

.reveal section div.codewrapper {
  display: flex;
  padding: 10px;
  margin: 10px auto;
  width: 90%;
  background-color: #000;
}

.reveal section div.codewrapper > img {
  margin: 0;
  background: none;
  box-shadow: none;
  border: none;
}

.reveal blockquote {
  padding: 20px;
  background: #fff;
}

.reveal ul li,
.reveal ol li {
  line-height: 1.6em
}

.reveal section img.leanplum-logo {
  position: fixed;
  bottom: 70px;
  left: 70px;
  box-shadow: none;
  background: none;
  height: 100px;
  margin: 0;
}

.leanplum-technologies {
  position: fixed;
  top: 70px;
  right: 70px;
}

.reveal section img.padded {
  background: #fff;
  padding: 20px;
  margin: 0 10px;
}

.reveal section code.inline {
  background-color: rgba(27, 31, 35, .1);
  border-radius: 3px;
  font-size: 85%;
  margin: 0;
  padding: 0.1em .4em;
}

.reveal table td {
  border-bottom: 0;
}

.reveal table tr.fragment.visible:not(:last-child) td {
  border-bottom: 1px solid;
}

.yellow {
  color: #b58900;
}

.orange {
  color: #cb4b16;
}

.red,
.reveal .slides section .fragment.highlight-red.visible {
  color: #dc322f !important;
}

.magenta {
  color: #d33682;
}

.violet {
  color: #6c71c4;
}

.blue,
.reveal .slides section .fragment.highlight-blue.visible {
  color: #268bd2 !important;
}

.cyan {
  color: #2aa198;
}

.green,
.reveal .slides section .fragment.highlight-green.visible {
  color: #859900;
}

.strong {
  font-weight: bold !important;
}

.small {
  font-size: 0.7em !important;
}

.right {
  text-align: right !important;
}

.about-me {
  display: flex;
  justify-content: center;
}

.about-me ul {
  list-style: none;
}

.about-me ul li {
  display: flex;
  align-items: center;
  line-height: 1.7em;
}

.reveal section .about-me img {
  box-shadow: none;
  margin-right: 20px;
  height: 32px;
}

.reveal section img.cycle {
  box-shadow: none;
}
