.remark-slide-content {
  background-color: #FAFAFA;
  border-top: 10px solid #FAFAFA;
  font-size: 20px;
  font-weight: 300;
  line-height: 1.5;
  padding: 0em 0em 0em 2em
}

.title-slide {
  background-color: #FAFAFA;
  border-top: 80px solid #FAFAFA;
  font-size: 20px;
  font-weight: 300;
  line-height: 1.5;
  padding: 1em 2em 1em 2em
}

.remark-slide-content h1 {
  color: #1A292C;
  font-size: 45px;
}

.remark-slide-content h2 {
  color: #1A292C;
  font-size: 35px;
}

.remark-slide-content h3 {
  color: #1A292C;
  font-size: 30px;
}

.title-slide {
  background-color: #FAFAFA;
  border-top: 80px solid #FAFAFA;
}

.title-slide h1  {
  color: #1A292C;
  font-size: 40px;
  text-shadow: none;
  font-weight: bold;
  text-align: left;
  margin-left: 15px;
  padding-top: 80px;
}
.title-slide h2  {
  margin-top: -25px;
  padding-bottom: -20px;
  color: #1A292C;
  text-shadow: none;
  font-weight: 300;
  font-size: 20px;
  text-align: left;
  margin-left: 15px;
}
.title-slide h3  {
  color: #1A292C;
  text-shadow: none;
  font-weight: 300;
  font-size: 25px;
  text-align: left;
  margin-left: 15px;
  margin-bottom: -30px;
}

.title-slide h1::after {
  content: '';
  display: block;
  border: none;
  background-color: #EB811B;
  color: #EB811B;
  height: 1px;
}

hr, .title-slide h2::after, .mline h1::after {
  content: '';
  display: block;
  border: none;
  background-color: #EB811B;
  color: #EB811B;
  height: 0px;
}

remark-slide-number, .title-slide {
  font-size: 10pt;
  margin-bottom: -11.6px;
  margin-right: 10px;
  color: #FFFFFF; /* white */
  opacity: 1; /* default: 0.5 */
}

