/* -------------------------------------------------------
 *
 *     !! This file was generated by xaringanthemer !!
 *
 *  Issues or likes?
 *    - https://github.com/gadenbuie/xaringanthemer
 *    - https://www.garrickadenbuie.com
 *
 *  Need help? Try:
 *    - vignette(package = "xaringanthemer")
 *    - ?xaringanthemer::style_xaringan
 *    - xaringan wiki: https://github.com/yihui/xaringan/wiki
 *    - remarkjs wiki: https://github.com/gnab/remark/wiki
 *
 *  Version: 0.3.4
 *
 * Additional modifications at the end of the file made by Lukas Burk.
 * You can safely edit this file to suit your specific needs
 *
 * ------------------------------------------------------- */
@import url(https://fonts.googleapis.com/css?family=Fira+Sans:300,300i&display=swap);
@import url(https://fonts.googleapis.com/css?family=Fira+Sans:400,600&display=swap);
@import url(https://fonts.googleapis.com/css?family=Fira+Mono&display=swap);


:root {
  /* Fonts */
  --text-font-family: 'Fira Sans';
  --text-font-is-google: 1;
  --text-font-family-fallback: -apple-system, BlinkMacSystemFont, avenir next, avenir, helvetica neue, helvetica, Ubuntu, roboto, noto, segoe ui, arial;
  --text-font-base: sans-serif;
  --header-font-family: 'Fira Sans';
  --header-font-is-google: 1;
  --header-font-family-fallback: Georgia, serif;
  --code-font-family: 'Fira Mono';
  --code-font-is-google: 1;
  --base-font-size: 25px;
  --text-font-size: 1rem;
  --code-font-size: 0.8rem;
  --code-inline-font-size: 1em;
  --header-h1-font-size: 2.75rem;
  --header-h2-font-size: 2.25rem;
  --header-h3-font-size: 1.75rem;

  /* Colors */
  --text-color: #424242;
  --header-color: #1763AA;
  --background-color: #FFFFFF;
  --link-color: #1763AA;
  --text-bold-color: #1763AA;
  --code-highlight-color: rgba(255,255,0,0.5);
  --inverse-text-color: #FFFFFF;
  --inverse-background-color: #1763AA;
  --inverse-header-color: #FFFFFF;
  --inverse-link-color: #1763AA;
  --title-slide-background-color: #1763AA;
  --title-slide-text-color: #FFFFFF;
  --header-background-color: #1763AA;
  --header-background-text-color: #FFFFFF;
  --base: #1763AA;
  --white: #FFFFFF;
  --black: #272822;
  --bipsblue: #1763AA;
  --bipstextgray: #424242;
  --bipsorange: #F98437;
  --bipsgreen: #31D139;
}

html {
  font-size: var(--base-font-size);
}

body {
  font-family: var(--text-font-family), var(--text-font-family-fallback), var(--text-font-base);
  font-weight: 300;
  color: var(--text-color);
}
h1, h2, h3 {
  font-family: var(--header-font-family), var(--header-font-family-fallback);
  font-weight: 600;
  color: var(--header-color);
}
.remark-slide-content {
  background-color: var(--background-color);
  font-size: 1rem;
  background-image: url(bips-logo.png);
  background-size: 120px; /* 10%; */
  background-position: right 16px top 16px;
  padding: 16px 64px 16px 64px;
  width: 100%;
  height: 100%;
}
.remark-slide-content h1 {
  font-size: var(--header-h1-font-size);
}
.remark-slide-content h2 {
  font-size: var(--header-h2-font-size);
}
.remark-slide-content h3 {
  font-size: var(--header-h3-font-size);
}
.remark-code, .remark-inline-code {
  font-family: var(--code-font-family), Menlo, Consolas, Monaco, Liberation Mono, Lucida Console, monospace;
}
.remark-code {
  font-size: var(--code-font-size);
}
.remark-inline-code {
  font-size: var(--code-inline-font-size);
  color: #1763AA;
}
.remark-slide-number {
  color: #424242;
  opacity: 1;
  font-size: 0.9em;
}
strong { color: var(--text-bold-color); }
a, a > code {
  color: var(--link-color);
  text-decoration: none;
}
.footnote {
  position: absolute;
  bottom: 60px;
  padding-right: 4em;
  font-size: 0.9em;
}
.remark-code-line-highlighted {
  background-color: var(--code-highlight-color);
}
.inverse {
  background-color: var(--inverse-background-color);
  color: var(--inverse-text-color);

}
.inverse h1, .inverse h2, .inverse h3 {
  color: var(--inverse-header-color);
}
.inverse a, .inverse a > code {
  color: var(--inverse-link-color);
}
.title-slide, .title-slide h1, .title-slide h2, .title-slide h3 {
  color: var(--title-slide-text-color);
}
.title-slide {
  background-color: var(--title-slide-background-color);
}
.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: #1763AA99;
}
.left-column h2:last-of-type, .left-column h3:last-child {
  color: #1763AA;
}
.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 #1763AA80;
  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: #D0DFEE;
}
table.dataTable tbody {
  background-color: var(--background-color);
  color: var(--text-color);
}
table.dataTable.display tbody tr.odd {
  background-color: var(--background-color);
}
table.dataTable.display tbody tr.even {
  background-color: #D0DFEE;
}
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: var(--text-color);
}
.dataTables_wrapper .dataTables_paginate .paginate_button {
  color: var(--text-color) !important;
}

/* Slide Header Background for h1 elements */
.remark-slide-content.header_background > h1 {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  background: var(--header-background-color);
  color: var(--header-background-text-color);
  padding: 2rem 64px 1.5rem 64px;
  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;
  }
}

.base {
  color: var(--base);
}
.bg-base {
  background-color: var(--base);
}
.white {
  color: var(--white);
}
.bg-white {
  background-color: var(--white);
}
.black {
  color: var(--black);
}
.bg-black {
  background-color: var(--black);
}
.bipsblue {
  color: var(--bipsblue);
}
.bg-bipsblue {
  background-color: var(--bipsblue);
}
.bipstextgray {
  color: var(--bipstextgray);
}
.bg-bipstextgray {
  background-color: var(--bipstextgray);
}
.bipsorange {
  color: var(--bipsorange);
}
.bg-bipsorange {
  background-color: var(--bipsorange);
}
.bipsgreen {
  color: var(--bipsgreen);
}
.bg-bipsgreen {
  background-color: var(--bipsgreen);
}

/* ---------------------------- */
/*
/* Size helper classes from the xaringan-metropolis theme:
/* https://github.com/pat-s/xaringan-metropolis/blob/master/mtheme.css
/*
/* ---------------------------- */
.code10 .remark-code {
  font-size: 10%;
}

.code20 .remark-code {
  font-size: 20%;
}

.code30 .remark-code {
  font-size: 30%;
}

.code40 .remark-code {
  font-size: 40%;
}

.code50 .remark-code {
  font-size: 50%;
}

.code60 .remark-code {
  font-size: 60%;
}

.code70 .remark-code {
  font-size: 70%;
}

.code80 .remark-code {
  font-size: 80%;
}

.code90 .remark-code {
  font-size: 90%;
}

.code100 .remark-code {
  font-size: 100%;
}

.font10 {
  font-size: 10%;
}

.font20 {
  font-size: 20%;
}

.font30 {
  font-size: 30%;
}

.font40 {
  font-size: 40%;
}

.font50 {
  font-size: 50%;
}

.font60 {
  font-size: 60%;
}

.font70 {
  font-size: 70%;
}

.font80 {
  font-size: 80%;
}

.font90 {
  font-size: 90%;
}

.font100 {
  font-size: 100%;
}

.font110 {
  font-size: 110%;
}

.font120 {
  font-size: 120%;
}

.font130 {
  font-size: 130%;
}

.font140 {
  font-size: 140%;
}

.font150 {
  font-size: 150%;
}

.font160 {
  font-size: 160%;
}
.font170 {
  font-size: 170%;
}
.font180 {
  font-size: 180%;
}
.font190 {
  font-size: 190%;
}
.font200 {
  font-size: 200%;
}

/* ---------------------------- */
/*
/* - Additional BIPS CSS tweaks */
/*
/* ---------------------------- */

/*
Slide number positioning on the top right under the BIPS logo is hard.
Special care required for different aspect ratios, e.g. relative
placement with % is problematic
*/
.remark-slide-number {
  top: 138px;
  bottom: 5px;
  right: 16px;
  width: 120px;
  text-align: center;
}

.inverse .remark-slide-number {
  color: var(--inverse-text-color);
}

/* allow hiding the logo explicitly */
.nologo {
  background-image: none;
}

/* Pull up slide number of the logo is hidden */
.nologo .remark-slide-number {
  top: 50px;
}

/*
Don't show slide number on inverted slides used for titles and thanks frame
*/
/*.inverse .remark-slide-number,*/
.thanks .remark-slide-number,
.unnumbered .remark-slide-number {
  visibility: hidden;
}

/*
Reference theme has a gray line under the titles, which is
not that easy tu emulate with borders, but I tried
*/
.remark-slide-content h1,
.remark-slide-content h2 {
  margin-left: 11%;
  margin-right: 11%;
  padding-bottom: 2.5%;
  text-align: center;
  border-bottom-style: solid;
  border-bottom-color: #E2E2E2;
}


/* ---------------------------- */
/*
/* - Make your tweaks below  -- */
/*
/* ---------------------------- */
