/* Modified from the default css that comes from remark.js - xaringan */
/* https://github.com/yihui/xaringan */

/*from default fonts*/

@import url(https://fonts.googleapis.com/css?family=Yanone+Kaffeesatz);
@import url(https://fonts.googleapis.com/css?family=Droid+Serif:400,700,400italic);
@import url('https://fonts.googleapis.com/css?family=Inconsolata&display=swap');
@import url('https://fonts.googleapis.com/css?family=Indie+Flower&display=swap');
@import url('https://fonts.googleapis.com/css?family=Leckerli+One&display=swap');
@import url('https://fonts.googleapis.com/css?family=IBM+Plex+Sans&display=swap');
@import url('https://fonts.googleapis.com/css?family=News+Cycle&display=swap');

body {
  font-family: 'News Cycle', sans-serif;
}

/*From default.css*/

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

.inverse {
  background-color: #272822;
  color: #d6d6d6;
  text-shadow: 0 0 20px #333;
}
.inverse h1, .inverse h2, .inverse h3 {
  color: #f3f3f3;
}
/* 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;
  }
}

/* Extra ------------------------------------------------------- */

/* Normal slide */

.remark-slide-content h1 {
  font-size: 40px;
}

/* Title slide ----------------------- */
.title-slide {
  background-image: linear-gradient(to right, #F1C232, #37C6C3);
  text-shadow: none;
}

.title-slide h1 {
  font-family: 'Leckerli One', cursive;
  color: #2087AC;
  text-align: left;
  font-size: 70px;
  margin-bottom: 20px;
}

.title-slide h2 {
  position: absolute;
  bottom: 20px;
  right: 80px;
  text-align: right;
  font-family: 'IBM Plex Sans', sans-serif;
  font-size: 30px;
  color: #707070;
  width: 500px;
}

.title-slide h3 {
  font-family: 'IBM Plex Sans', sans-serif;
  color: #2E3036;
  text-align: left;
  margin-top: 5px;
  margin-bottom: 5px;
  font-size: 24px;
  border-top-color: #2E3036;
  border-top-style: solid;
  border-top-width: 2.5px;
  box-sizing: content-box; 
}

/* Blue transition slide -------------------- */
/* For tips and transiton */
.blueblue {
  background-image: linear-gradient(to right, #3A70DE, #9900FF)  ;
  color: #E97E00;
  font-family: 'Indie Flower', cursive;
}

/* Big font */
.big {
 font-size: 45px;
 color: #C0C8E7;
}

/* very big font */
.verybig {
  font-size: 82px;
} 

.orange {
  color: #E97E00;
}

/* Scroll text vertically --------------------- */
.scroller .remark-code {
 overflow-y: scroll;
}

/* Exercise ------------------------------------*/
.exercise {
  background-image: linear-gradient(to right, #ffe598, #ffcd43) ;
  font-family: 'Indie Flower', cursive;
}

.exercise-title {
  font-size: 82px;
  color: #00aaff;
}

.exercise-body {
  font-size: 45px;
  color: rgb(87, 156, 182);
}

.exercise-body-small {
  font-size: 32px;
  color: rgb(87, 156, 182);
}

/* Code output -------------------------------------*/


code.hljs { 
  border-radius: 10px;
  background-image: linear-gradient(to right, #ffffff, #E7C2FF) !important;
}

/* hex stickers-------------------------------------*/

.imagelink {
  display: inline-block;
  margin: auto;
}


.imagelink:hover {
  filter: hue-rotate(60deg);
}

/* Splits --------------------------------------------*/

.split-40>.column:first-of-type {
  width: 40%;
  height:100%;
  position: absolute;
  top: 0;
  left: 0; }

.split-40>.column:nth-of-type(2) {
  width: 60%;
  height:100%;
  position: absolute;
  top: 0;
  right: 0;}

  .pull-left-reveal {
    float: left;
    width: 35%;
  }
  .pull-right-reveal {
    float: right;
    width: 60%;
    font-size: 15px;
  }

.remark-code-line-highlighted {
  border-radius: 7px;
  background-image: linear-gradient(to right, rgb(251, 241, 193), #ffffff) !important;
}

/* Portrait -------------------------------------- */

.portrait {
  max-width: 20%;
  border-radius: 50%;
}
