body { 
  font-family: 'Lato', sans-serif;
  font-weight: 400;
}
h1, h2, h3 {
  font-family: 'Lato';
  font-weight: 700;
  font-kerning: normal;
  /* text-transform: uppercase; */
}
h1{
  font-size: 45px;
}
h2{
  font-size: 40px;
}
h3{
  font-size: 35px;
  text-align: inherit;
}
.remark-code, .remark-inline-code { font-family: 'Open Sans', 'Source Code Pro', 'Lucida Console', Monaco, monospace; }

.remark-slide-content h1{
  font-size: 45px;
}
.remark-slide-content h2{
  font-size: 40px;
}
.remark-slide-content h3{
  font-size: 35px;
}
.remark-slide-content{
  padding: 1em 4em 1em 4em;
  font-size: 25px;
  background-color: #F5F5F5;
  /* letter-spacing: 1px; */
}
.remark-slide-content ul li{
  margin-top: 10px;
  margin-bottom: 10px;
}
.remark-slide-content ol li{
  margin-top: 3px;
  margin-bottom: 3px;
}
.medium-font {
  font-size: 23px;
}
.small-font {
  font-size: 20px;
}
.large-font {
  font-size: 40px;
  line-height: 70px;
  /* font-family: 'Crimson Text'; */
  font-weight: 600;
}
/* .small-font h1{
  font-size: 30px; 
} */


a, a > code {
  color: rgb(249, 38, 114);
  text-decoration: none;
}
.footnote {
  position: absolute;
  bottom: 3em;
  padding-right: 4em;
  font-size: 70%;
}
.remark-code-line-highlighted     { background-color: #ffff88; }

.inverse {
  background-color: #364F6B;
  color: #F5F5F5;
  /* text-shadow: 0 0 20px #333; */
}
.inverse h2, .inverse h3 {
  color: #F5F5F5;
  text-transform: none;
}
/* Two-column layout */
.left-column {
  color: #777;
  width: 20%;
  height: 92%;
  float: left;
}
.left-column h2:last-of-type, .left-column h3:last-child {
  color: #000;
}
.right-column {
  width: 75%;
  float: right;
  padding-top: 1em;
}
.pull-left {
  float: left;
  width: 47%;
}
.pull-right {
  float: right;
  width: 47%;
}
.pull-right + * {
  clear: both;
}
img, video, iframe {
  max-width: 100%;
}
blockquote {
  border-left: solid 5px lightgray;
  padding-left: 1em;
}
.remark-slide table {
  margin: auto;
  border-top: 1px solid #666;
  border-bottom: 1px solid #666;
}
.remark-slide table thead th { border-bottom: 1px solid #ddd; }
th, td { padding: 5px; }
.remark-slide thead, .remark-slide tfoot, .remark-slide tr:nth-child(even) { background: #eee }

@page { margin: 0; }
@media print {
  .remark-slide-scaler {
    width: 100% !important;
    height: 100% !important;
    transform: scale(1) !important;
    top: 0 !important;
    left: 0 !important;
  }
}
.remark-slide-content .custom-footer {
  position: absolute;
  bottom: 0rem;
  left: 0rem;
  width: 90%;
  padding: 0.3rem; 
  font-size: 20px;
  background-color: rgba(54, 79, 107, .1);
}
.references p{
  margin: 0 0 0 2em;
  text-indent: -2em;
}
table th{
  /* width: 45px; */
}