/* -------------------------------------------------------
 *
 *     !! 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/css2?family=Lora&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Poppins&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Indie+Flower&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Raleway:wght@600&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Poetsen+One&display=swap');

.title {
  position: relative;
  z-index: 1;
}

.title h2 {
  padding-left: 10px;
  width: 1000px;
}

.title::before {    
      content: "";
      background-image: url("../figure/background_figure.png");
      background-size: cover;
      position: absolute;
      top: 0px;
      right: 0px;
      bottom: 0px;
      left: 0px;
      opacity: 0.4;
      z-index: -1;
}

body {
  font-family: 'Poppins', 'Book Antiqua', Palatino, 'Microsoft YaHei', 'Songti SC', serif;
  font-weight: ;
  color: #0c0c0c;
  background-color: #f7f7f7;
}

h1, h3 {
  font-weight: normal;
  color: #5f558e;
  background-color: #f7f7f7;
}

h2 {
  background-color: #f7f7f7;
  font-weight: normal;
  color: #0c0c0c;
}

.remark-slide-content {
  font-size: 26px;
  padding: 1em 4em 1em 4em;
  background-color: #f7f7f7;
}

.remark-slide-content h1 {
  font-family: 'Raleway';
  font-size: 45px;
}
.remark-slide-content h2 {
  font-family: 'Raleway';
  font-size: 55px;
}
.remark-slide-content h3 {
  font-family: 'Raleway';
  font-size: 35px;
}
.remark-code, .remark-inline-code {
  font-family: 'Lucida Console', Monaco, monospace;
}
.remark-code {
  font-size: 20px;
}
.remark-inline-code {
  color: #09017F;
}
.large-code .remark-code{
  font-size: 25px;
}
.remark-slide-number {
  color: #09017F;
  opacity: 1;
  font-size: 0.9em;
  display: none;
}

strong{color:#09017F;}
a, a > code {
  color: #09017F;
  text-decoration: none;
}
.footnote {
  
  position: absolute;
  bottom: 3em;
  padding-right: 4em;
  font-size: 0.9em;
}
.remark-code-line-highlighted {
  background-color: #D2B6E8;
}
.inverse {
  background-color: #09017F;
  color: #FFFFFF;
  
}
.inverse h1, .inverse h2, .inverse h3 {
  color: #FFFFFF;
}

#title {
  background-color: #f7f7f7;
  position: absolute;
  color: #10040f;
  font-family: 'Raleway';
  /* font-family: 'Lora'; */
  font-size: 40px;
  width: 1100px;
  left: 60px;
  top: 200px;
}

.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: #09017F99;
}
.left-column h2:last-of-type, .left-column h3:last-child {
  color: #09017F;
}
.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 #09017F80;
  padding-left: 1em;
}
.remark-slide table {
  margin: auto;
  border-top: 1px solid #666;
  border-bottom: 1px solid #666;
  font-size: 20px;
}
.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: #B5B2D8 }
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: #B5B2D8;
}
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;
  }
}

.highlight-comment {
  font-size: 90px;
  font-family: 'Indie Flower';
}

.remark-slide-content.full-slide-fig{
  padding: 0px 0px 0px 0px;
  width: 100%;
}

#credit {
  position: absolute;
  top: 10px;
  left: 950px; 
  font-size: 20px;
  text-align: center;
}

.section {
  text-align: center;
  vertical-align: bottom;
  font-size: 52px;
}

#subtitle {
  position: absolute;
  background-color: #f7f7f7;
  padding-left: 10px;
  font-size: 20px;
  width: 300px;
  color: #5f558e;
  text-align: right;
  right: 20px;
  bottom: 25px;
}

#under_title {
  font-size: 34px;
  font-family: Raleway;
  position: absolute;
  color: #858585;
  width: 1100px;
  left: 60px;
  top: 280px;
}

#subtitle_right {
  position: absolute;
  background-color: #f7f7f7;
  padding-left: 10px;
  font-size: 20px;
  width: 500px;
  color: #5f558e;
  text-align: left;
  left: 20px;
  bottom: 25px;
}

#links {
  position: absolute;
  background-color: rgba(255, 255, 255, 0.8);
  padding-left: 10px;
  font-size: 20px;
  width: 400px;
  color: #5f558e;
  left: 20px;
  bottom: 25px;
}

.pull-three-quarters-left {
  float: left;
  width: 75%;
}
.pull-three-quarters-right {
  float: right;
  width: 25%;
}

.microbiome-figure-top {
  position: absolute;
  left: 0px;
  top: 0px;
  width: 100%;
}


.microbiome-figure-bottom {
  position: absolute;
  left: 0px;
  bottom: 0px;
}

.reference {
  font-size: 12px;
}

.small-code .remark-code {
  font-size: 18px;
}