/* -------------------------------------------------------
 *
 *     !! This file was generated by xaringanthemer !!
 *
 *  Changes made to this file directly will be overwritten
 *  if you used xaringanthemer in your xaringan slides Rmd
 *
 *  Issues or likes?
 *    - https://github.com/gadenbuie/xaringanthemer
 *    - https://www.garrickadenbuie.com
 *
 *  Need help? Try:
 *    - vignette(package = "xaringanthemer")
 *    - ?xaringanthemer::write_xaringan_theme
 *    - xaringan wiki: https://github.com/yihui/xaringan/wiki
 *    - remarkjs wiki: https://github.com/gnab/remark/wiki
 *
 *  Version: 0.2.0.9000
 *
 * ------------------------------------------------------- */
@import url(https://fonts.googleapis.com/css?family=Work+Sans:400,300);
@import url(https://fonts.googleapis.com/css?family=Roboto+Slab:400);
@import url(https://fonts.googleapis.com/css?family=IBM+Plex+Mono:300,400);
@import url(https://fonts.googleapis.com/css?family=Lora:300,300i,400,400i);
@import url(https://fonts.googleapis.com/css?family=Overpass:300,600);

body {
  font-family: Work Sans, 'Palatino Linotype', 'Book Antiqua', Palatino, 'Microsoft YaHei', 'Songti SC', serif;
  font-weight: 400;
  color: #000000;
}
h1, h2, h3 {
  font-family: Roboto Slab;
  font-weight: normal;
  color: #00589A;
}
.remark-slide-content {
  background-color: #FFFFFF;
  font-size: 26px;
  padding: 1rem 4rem 1rem 4rem;
}
.remark-slide-content h1 {
    font-size: 55px;
}
.remark-slide-content h2 {
    font-size: 45px;
}
.remark-slide-content h3 {
    font-size: 35px;
}
.remark-code, .remark-inline-code {
  font-family: IBM Plex Mono, 'Lucida Console', Monaco, monospace;
}
.remark-code {
  font-size: 0.9em;
}
.remark-inline-code {
  color: #00589A;
  font-size: 1em;
}
.remark-slide-number {
  color: #00589A;
  opacity: 1;
  font-size: 15px;
}
strong { color: #eb1455; }
a, a > code {
  color: #00589A;
  text-decoration: none;
}
.footnote {

  position: absolute;
  bottom: 3em;
  padding-right: 4em;
  font-size: 0.9em;
}
.remark-code-line-highlighted {
  background-color: rgba(255,255,0,0.5);
}
.inverse {
  background-color: #82c878;
  color: white;

}
.inverse h1, .inverse h2, .inverse h3 {
  color: white;
}
.title-slide, .title-slide h1, .title-slide h2, .title-slide h3 {
  color: #FFFFFF;
}
.title-slide {
  background-color: #00589A;



}
.title-slide .remark-slide-number {
  display: none;
}
/* Two-column layout */
.left-column {
  width: 20%;
  height: 92%;
  float: left;
}
.left-column h2, .left-column h3 {
  color: #00589A99;
}
.left-column h2:last-of-type, .left-column h3:last-child {
  color: #00589A;
}
.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 #82c87880;
  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: #f0f0f0;
}
table.dataTable tbody {
  background-color: #FFFFFF;
  color: #000000;
}
table.dataTable.display tbody tr.odd {
  background-color: #FFFFFF;
}
table.dataTable.display tbody tr.even {
  background-color: #f0f0f0;
}
table.dataTable.hover tbody tr:hover, table.dataTable.display tbody tr:hover {
  background-color: rgba(255, 255, 255, 0.5);
}
.dataTables_wrapper .dataTables_length, .dataTables_wrapper .dataTables_filter, .dataTables_wrapper .dataTables_info, .dataTables_wrapper .dataTables_processing, .dataTables_wrapper .dataTables_paginate {
  color: #000000;
}
.dataTables_wrapper .dataTables_paginate .paginate_button {
  color: #000000 !important;
}

/* Slide Header Background for h1 elements */
.remark-slide-content.header_background > h1 {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  background: #00589A;
  color: #FFFFFF;
  padding: 2rem 4rem 1.5rem 4rem;
  margin-top: 0;
  box-sizing: border-box;
}
.remark-slide-content.header_background {
  padding-top: 7rem;
}

@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 CSS */
.remark-slide-content {
  padding: 0px 70px 0 50px;
}
.title-slide {
  text-align: left;
}
.title-slide h1 {
  margin-bottom: 4em;
}
.pkg {
  color: #53804d;
  font-weight: 300;
  font-size: 95%;
  font-family: IBM Plex Mono;
  padding: 1px 4px;
  background-color: #eff4ef;
  border-radius: 4px;
  border: 1px solid #82c878;
}
.muted {
  color: #777;
}
.hl {
  background-color: rgba(255, 255, 0, 0.5);
  padding: 1px 4px;
}
.footer {
  position: absolute;
  bottom: 3%;
  left: 5%;
  opacity: 75%;
}
.bordered {
  border: #777 solid 2px;
}
.top {
  vertical-align: top;
}
blockquote {
  font-family: Lora;
  font-weight: 400;
  font-style: italic;
  color: #777;
}
.large {
  font-size: 1.5em;
}
.big {
  font-size: 2em;
}
.third {
  width: 33%;
}
.two-third {
  width: 66%;
}
.right-column img {
  max-height: 35vh;
  margin-top: -2em;
}
.hide-count .remark-slide-number {
  display: none;
}
::-mox-selection {
  background-color: rgba(255, 255, 0, 0.5);
}
::selection {
  background-color: rgba(255, 255, 0, 0.5);
}
kbd {
  padding: 0.1em 0.6em;
  border: 1px solid #ccc;
  font-family: Arial,Helvetica,sans-serif;
  font-family: Arial,Helvetica,sans-serif;
  background-color: #f7f7f7;
  color: #333;
  -moz-box-shadow: 0 1px 0px rgba(0, 0, 0, 0.2),0 0 0 2px #ffffff inset;
  -webkit-box-shadow: 0 1px 0px rgba(0, 0, 0, 0.2),0 0 0 2px #ffffff inset;
  box-shadow: 0 1px 0px rgba(0, 0, 0, 0.2),0 0 0 2px #ffffff inset;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  display: inline-block;
  margin: 0 0.1em;
  text-shadow: 0 1px 0 #fff;
  line-height: 1.4;
  white-space: nowrap;
}
