/* -------------------------------------------------------
 *
 *     !! 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
 *
 * ------------------------------------------------------- */

@import url(https://fonts.googleapis.com/css?family=Open+Sans);
@import url(https://fonts.googleapis.com/css?family=Montserrat);
@import url(https://fonts.googleapis.com/css?family=Fira+Mono);

:root {
  /* Colors */
  --text-color: #28282B;
  --header-color: #003C71;
  --primary: #003C71;
  --secondary: #8A1538;
  --white: #f0f1eb;
  --black: #28282B;
  --code-highlight-color: rgba(255,255,0,0.5);
  --table-band-color: #8A1538;
}
.html-widget {
    margin: auto;
}
table {
    margin-top: 30px !important;
    margin-bottom: 30px !important;
}

body {
  font-family: 'Open Sans', avenir, helvetica neue, helvetica, Ubuntu, roboto, noto, segoe ui, arial;
  font-weight: normal;
  color: var(--text-color);
}
h1, h2, h3 {
  font-family: Montserrat, Georgia, serif;
  font-weight: 600;
}
h1 {
  color: var(--secondary);
}
h2, h3 {
  color: var(--primary);
}
body {
  line-height: 1.3;
}
p {
  margin: 16px 0;
}
th, td {
  padding-left: 15px;
  padding-right: 15px;
}

.remark-slide-content {
  background-color: var(--white);
  font-size: 24px;
  padding: 16px 32px 16px 32px;
}
.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: 'Fira Mono', 'Lucida Console', Monaco, monospace;
}
.remark-code {
  font-size: 0.9em;
}
.remark-inline-code {
  font-size: 1em;
  color: --var(--text-color);
}
.remark-slide-number {
  color: --var(--text-color);
  opacity: 1;
  font-size: 0.9em;
}
strong{
  color: var(--secondary);
}
.strong-blue{
  color: var(--primary);
  font-weight: 800;
}
.inverse strong {
  color: #64A70B;
}
a, a > code {
  color: var(--secondary);
  text-decoration: underline;
}
.footnote {
  position: absolute;
  bottom: 1em;
  padding-right: 5em;
  font-size: 0.8em;
}
.remark-code-line-highlighted {
  background-color: rgba(255,255,0,0.5);
}
.inverse {
  background-color: var(--secondary);
  color: var(--white);
}
.inverse h1, .inverse h2, .inverse h3 {
  color: #FFFFFF;
}
.title-slide, .title-slide h1, .title-slide h2, .title-slide h3 {
  color: #FFFFFF;
}

.title-slide {
  background-color: #e95420;
  background-image: url(ioc_white.svg), url(ioc_entrance_crop.jpg);
  background-position: center center, center bottom;
  background-size: contain, contain;
}

.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: var(--primary);
}
.left-column h2:last-of-type, .left-column h3:last-child {
  color: var(--primary);
}
.right-column {
  width: 75%;
  float: right;
  padding-top: 1em;
}

img, video, iframe {
  max-width: 100%;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
blockquote {
  border-left: solid 5px #342c5c80;
  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; }


table.dataTable tbody {
  background-color: #FFFFFF;
  color: #272822;
}
table.dataTable.display tbody tr.odd {
  background-color: #FFFFFF;
}
table.dataTable.display tbody tr.even {
  background-color: #C2BFCE;
}
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: #272822;
}
.dataTables_wrapper .dataTables_paginate .paginate_button {
  color: #272822 !important;
}

@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 */
.hljs-tomorrow-night-bright .hljs {
  background: #10102c;
  border-radius: 5px;
}
.remark-inline-code {
  background: #85B09A;
  color: #10102c;
  border-radius: 2px;
  padding: 1px;
}
.inverse .remark-inline-code {
  background: #10102c;
  color: #f0f1eb;
  border-radius: 2px;
  padding: 1px;
}

/* Text size */

.text-big-center {
  text-align: center;
  font-size: 8rem;
}
.text-center {
  text-align: center;
}

.text-150 {
  font-size: 150%;
}
.text-85 {
  font-size: 85%;
}
.text-72 {
  font-size: 72.5%;
}
.text-60 {
  font-size: 60%;
}

.remark-code-line-highlighted {
  background-color: rgba(255,0,255,0.2);
}
sup {
  font-size: 16px;
}
h1, h2, h3 {
  margin-top: .25em;
  margin-bottom: .25em;
}
/* Columns */
.pull-left-70 {
  float: left;
  width: 68%;
}
.pull-right-70 {
  float: right;
  width: 68%;
}
.pull-right-70 ~ * {
  clear: both;
}

.pull-left-60 {
  float: left;
  width: 58%;
}
.pull-right-60 {
  float: right;
  width: 58%;
}
.pull-right-60 ~ * {
  clear: both;
}

.pull-left {
  float: left;
  width: 48%;
}
.pull-right {
  float: right;
  width: 48%;
}
.pull-right ~ * {
  clear: both;
}

.pull-right-40 {
  float: right;
  width: 38%;
}
.pull-left-40 {
  float: left;
  width: 38%;
}
.pull-right-40 ~ * {
  clear: both;
}

.pull-right-30 {
  float: right;
  width: 28%;
}
.pull-left-30 {
  float: left;
  width: 28%;
}
.pull-right-30 ~ * {
  clear: both;
}

.bottom {
  position: absolute;
  bottom: 0;
  left: 0;
}
a {
  text-decoration: underline;
}
.inverse a {
  color: #cbd3a3;
}
.short {
  height: 30%;
}
.image-50 img {
  width: 50%;
}
.image-75 img {
  width: 75%;
}
.image-100 img {
  width: 100%;
}
.image-full img {
  height: 480px;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.image-tall img {
  height: 600px;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.image-400 img {
  height: 400px;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

/* Ripped blink from stack overflow result */
.blink {
  animation: blinker 1s linear infinite;
}
@keyframes blinker {
  50% {
    opacity: 0;
  }
}