@import url('https://fonts.googleapis.com/css?family=Source+Sans+Pro');
@import url('https://fonts.googleapis.com/css?family=PT+Mono');


body { 
  font-family: 'Source Sans Pro';
}

p {
  font-size: 36px;
}
h1 {
  color: #75aadb;
  font-family: 'Source Sans Pro';
  font-weight: bold;
  font-size: 60px;
}

h1#building-spark-ml-pipelines-with-sparklyr {
  font-size: 46px;
  color: #000;
}

.remark-slide-content.center.middle.inverse.title-slide.hljs-github h3 {
  font-weight: normal;
  color: #585858;
}

.remark-slide-content.rstudio-slide.left.hljs-github li p {
  font-size: 30px;
}

.remark-slide-content.rstudio-slide.left.hljs-github li {
  font-size: 30px;
}

h2 {
  color: #75aadb;
  font-family: 'Source Sans Pro';
  font-weight: bold;
  font-size: 48px;
}
h3 {
  color: #585858;
  font-family: 'Source Sans Pro';
  font-weight: bold;
  font-size: 36px;
}

a, a > code {
  font-family: 'PT Mono';
  color: rgb(249, 38, 114);
  text-decoration: none;
}
.footnote {
  position: absolute;
  bottom: 3em;
  padding-right: 4em;
  color: #75aadb;
}
.remark-code { 
  font-size: 19px;
  font-family: 'PT Mono';
  background-color: #F5F5F5;
  box-shadow: 0 15px 30px -1px rgba(0,0,0,.08), 0 4px 5px 0 rgba(0,0,0,.02), 0 1px 10px 0 rgba(0,0,0,.02);
}

.-remark-code-line { 
  font-size: 24px;
  font-family: 'PT Mono';
}

.remark-inline-code { 
  font-size: 24px;
  font-family: 'PT Mono';
  background-color: #F5F5F5;
}


.remark-code-line-highlighted     {
  background-color: #D3D3D3; /* #fff */
}

.rstudio-slide {
  background-image: url('images/background.jpg');
  background-size: contain;
}
.title-slide {
  background-image: url('images/title.jpg');
  background-size: contain;
}
.title-slide h1, .title-slide h2, .title-slide h3 {
  text-align: right;
}

.dark-gray {
  background-color: #585858;
}

.dark-gray h2, .dark-gray h1 {
  color: #fff;
}
/* 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: 40%;
}
.pull-right {
  float: right;
  width: 60%;
}
.pull-right ~ * {
  clear: both;
}
img, video, iframe {
  max-width: 100%;
}
blockquote {
  border-left: solid 5px lightgray;
  padding-left: 1em;
}
table {
  margin: auto;
  border-bottom: 1px solid #666;
}
table thead th { border-bottom: 1px solid #ddd; }
th, td { 
  padding: 5px; 
  font-size: 36px;
}
thead, tfoot, 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 {
  padding-left: 180px;
  padding-right: 40px;
}

.sparklyr-code code {
  font-size: 24px;
}

.sparklyr-code20 code {
  font-size: 20px;
}