.remark-slide-content {
  border-top: 5px solid #ffd700;
  border-bottom: 5px solid #ffd700;
  font-size: 1.2em;
  padding: 20px 60px;
}

.remark-slide-content > h1 {
  margin-top: 20px;
  margin-bottom: 0px;
}

.inverse {
  background-color: #161616;
  border:none;
  font-color: #fff;
  text-shadow: none;
}

.inverse, .inverse h1, .inverse h2, .inverse a {
  color: #fff;
}

.inverse h3 {
  color: #000;
}

.inverse code {
  color: #E1E000;
}

.footnote {
  border-top: 1px solid #000;
  font-size: 0.6em;
}

.remark-code-line-highlighted { background-color: rgba(255, 215, 0, 0.4); }

h1, h2 {
  color: #000;
}

h3 {
  color: #47484D;
  margin: 0px;
  padding: 0px;
}

code {
  color: #007935;
}

a {
  color: #3F97B5;
  text-decoration: none;
  transition: all .2s ease-in-out;
}

a:hover {
    font-size: 1.2em;
    color: #EC008C;
}

.remark-slide-number {
  font-size: 0.6em;
}

.title-slide {
  background-image: url(https://raw.githubusercontent.com/alanarnholt/alanarnholt.github.io/master/images/asu-logo-white-600.png);
  background-position: 95% 95%;
  background-size: 250px;
  border: 10px solid #ffd700;
}

.title-slide h1 {
  padding-top: 260px;
  font-size: 60px;
  text-align: left;
  padding-bottom: 18px;
  margin-bottom: 18px;
  margin-top: -200px;
}

.title-slide h2 {
  font-size: 40px;
  text-align: left;
  padding-top: 0px;
  margin-top: 0px;
}

.title-slide h3 {
  font-size: 30px;
  color: #fff;
  text-align: left;
  text-shadow: none;
  padding: 0px;
  margin: 0px;
  line-height: 1;
}

.title-slide .remark-slide-number {
  display: none;
}

.mjx-chtml { font-size: 100% !important; }

/* 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;
  }
}