a, a > code {
  color: #b6542c;
  font-weight: bold;
  text-decoration: none;
}

.footnote {
  position: absolute;
  bottom: 3em;
  padding-right: 4em;
  font-size: 60%;
}

.remark-code-line-highlighted     { background-color: #fce300 ; }

.remark-slide-content {
  border-top: 8px solid #301b28;
  border-bottom: 8px solid #301b28;
  border-right: 11px solid #301b28;
  border-left: 11px solid #301b28;
  padding: 1em 2em 1em 2em
}

.remark-slide-content > h1 {
  font-weight: normal;
  margin-top: 10px;
  margin-left: -00px;
}

h1, h2, h3 {
  font-weight: normal;
  color: #301b28;
}

.inverse {
  background-color: #301b28;
  color: #ddc5a2;
}

.inverse h1, .inverse h2, .inverse h3 {
  color: #ddc5a2;
}

table {
  margin: auto;
  font-size: 90%;
  border-top: 1px solid #666;
  border-bottom: 1px solid #666;
}


img, video, iframe {
  max-width: 95%;
  max-height: 80%;
}