@import url(webfont-ubuntu-400-300-100.css);
@import url(webfont-ubuntu-mono-400-700-400italic.css);

@import url('https://fonts.googleapis.com/css2?family=Work+Sans:ital,wght@0,100..900;1,100..900&display=swap');

body {
  font-family: 'Work Sans';
  font-weight: normal;
}

h1, h2, h3, h4, h5, h6 {
  font-family: 'Work Sans';
  font-weight: 500;
  margin-top: 0;
}
h1 {
  margin-top: 0.5em;
}
h2 {
  margin-top: 0.4em;
  font-size: 140%;
  line-height: 150%;
}
h3 {
  font-size: 120%;
  line-height: 140%;
}

li {
  font-size: 120%;
  line-height: 180%;
}

li li {
  font-size: 100%;
  line-height: 160%;
}

p {
font-size: 120%;
  line-height: 140%;
}

li p {
  margin-bottom: 10px;
}

.singleimg .middlebelowheader {
  text-align: center;
}

.singleimg img {
  max-width: 90%;
  max-height: 600px;
  /*border: 2px solid #ddd;*/
}
table {
  margin: 0 auto 0.8em;
  border-collapse: collapse;
}
td, th {
  border: 1px solid #ddd;
  padding: 0.3em 0.5em;
}

.bgheader h1 {
  background-color: rgba(0, 0, 0, 0.9);
  opacity: 50%;
  padding: 0.5em;
  color: white;
  border-radius: .5em;
}
.middlebelowheader {
  /* This fixed size height was found to work well with the slide
     scaling mechanism of remark.js:
   */
  height: 500px;
  display: table-cell;
  vertical-align: middle;
}
.widespace h2 {
  line-height: 200%;
}
.big .remark-code  {
  font-size: 200%;
}
.remark-code, .remark-inline-code {
   font-family: 'Ubuntu Mono';
   font-size: 110%;
}

.medium .remark-code  {
  font-size: 150%;
}

.mmedium .remark-code  {
  font-size: 99%;
}

.small .remark-code  {
  font-size: 93%;
}

.affiliations img {
  /*height: 100px;*/
  margin: 2em;
  margin-right: 0.5em;
  margin-left:0.5em;
}

.hidden {
  visibility: hidden;
}

.small {
  font-size: 90%;
}

.larger {
  font-size: 120%;
}

.credits {
  font-style: italic;
  font-size: 70%;
}

.bunchoflogos img {
  max-height: 100px;
  padding: 1em;
}

.bunchoflogos p {
  text-align: center;
  width: 750px;
}

a:visited {
  color: blue;
}

.inverse a:visited {
  color: #f3f3f3;
}

.inverse {
  background: #141414;
  color: #f3f3f3;
  text-shadow: 0 0 20px #333;
}
.inverse h1, .inverse h2 {
  color: #f3f3f3;
}

code {
  background: #e7e8e2;
  border-radius: 5px;
}
.pull-left {
  float: left;
  width: 47%;
}
.pull-right {
  float: right;
  width: 47%;
}
.pull-right ~ p {
  clear: both;
}

.left-column {
    width: 40%;
    float: left;
    font-size: 120%;
}
.right-column {
    width: 56%;
    float: left;
    font-size: 120%;
}
.right-column {
    float: right;
}
.left-column {
    float: left;
}
.reset-column {
    overflow: auto;
    width: 100%;
  }

.red { color: #fa0000; }
.blue { color: #0000ff; }
.darkred {color: #C10000;}

.fat { font-weight: 800; }


/*@page {
  size: 1024px 768px;
  margin: 0;
}

@media print {
  .remark-slide-scaler {
    width: 100% !important;
    height: 100% !important;
    transform: scale(1) !important;
    top: 0 !important;
    left: 0 !important;
  }
}*/

.cols {
  display: flex;
}

.fifty {
  flex: 50%;
}


blockquote {
  border-left: 0.2em solid #ccc;
  padding: 0 20px;
}

.bottom {
  bottom: 1.5em;
  right: 4.5em;
  position: absolute;
  font-size: 140%;
}


.width-5 * {
    width: 5%;
}

.width-10 * {
    width: 10%;
}

.width-15 * {
    width: 15%;
}

.width-20 * {
    width: 20%;
}

.width-25 * {
    width: 25%;
}

.width-30 * {
    width: 30%;
}

.width-35 * {
    width: 35%;
}

.width-40 * {
    width: 40%;
}

.width-45 * {
    width: 45%;
}

.width-50 * {
    width: 50%;
}

.width-55 * {
    width: 55%;
}

.width-60 * {
    width: 60%;
}

.width-65 * {
    width: 65%;
}

.width-70 * {
    width: 70%;
}

.width-75 * {
    width: 75%;
}

.width-80 * {
    width: 80%;
}

.width-85 * {
    width: 85%;
}

.width-90 * {
    width: 90%;
}

.width-95 * {
    width: 95%;
}

.width-100 * {
    width: 100%;
}

.width-105 * {
    width: 105%;
}

.width-110 * {
    width: 110%;
}

.width-115 * {
    width: 115%;
}

.width-120 * {
    width: 120%;
}

.width-125 * {
    width: 125%;
}

.width-130 * {
    width: 130%;
}

.width-135 * {
    width: 135%;
}

.width-140 * {
    width: 140%;
}

.width-145 * {
    width: 145%;
}

.width-150 * {
    width: 150%;
}

.width-155 * {
    width: 155%;
}

.width-160 * {
    width: 160%;
}

.width-165 * {
    width: 165%;
}

.width-170 * {
    width: 170%;
}

.width-175 * {
    width: 175%;
}

.width-180 * {
    width: 180%;
}

.width-185 * {
    width: 185%;
}

.width-190 * {
    width: 190%;
}

.width-195 * {
    width: 195%;
}

.width-200 * {
    width: 200%;
}


.circle img {
    border-radius: 50%;
}


.smaller-x {
    font-size: 0.8em;
}




/* Placement */

.middle {
  vertical-align: bottom;
}

.cols {
  display: flex;
}

.flex20 {
  flex: 20%;
}

.flex30 {
  flex: 30%;
}

.flex40 {
  flex: 40%;
}

.flex50 {
  flex: 50%;
}

.flex60 {
  flex: 60%;
}

.flex70 {
  flex: 70%;
}

.flex80 {
  flex: 80%;
}

.pull-left {
  float: left;
  margin-right: 1em;
}

.pull-right {
  float: right;
  margin-left: 1em;
}

.width-5 * {
  width: 5%;
}

.width-10 * {
  width: 10%;
}

.width-15 * {
  width: 15%;
}

.width-20 * {
  width: 20%;
}

.width-25 * {
  width: 25%;
}

.width-30 * {
  width: 30%;
}

.width-35 * {
  width: 35%;
}

.width-40 * {
  width: 40%;
}

.width-45 * {
  width: 45%;
}

.width-50 * {
  width: 50%;
}

.width-55 * {
  width: 55%;
}

.width-60 * {
  width: 60%;
}

.width-65 * {
  width: 65%;
}

.width-70 * {
  width: 70%;
}

.width-75 * {
  width: 75%;
}

.width-80 * {
  width: 80%;
}

.width-85 * {
  width: 85%;
}

.width-90 * {
  width: 90%;
}

.width-95 * {
  width: 95%;
}

.width-100 * {
  width: 100%;
}

.width-105 * {
  width: 105%;
}

.width-110 * {
  width: 110%;
}

.width-115 * {
  width: 115%;
}

.width-120 * {
  width: 120%;
}

.width-125 * {
  width: 125%;
}

.width-130 * {
  width: 130%;
}

.width-135 * {
  width: 135%;
}

.width-140 * {
  width: 140%;
}

.width-145 * {
  width: 145%;
}

.width-150 * {
  width: 150%;
}

.width-155 * {
  width: 155%;
}

.width-160 * {
  width: 160%;
}

.width-165 * {
  width: 165%;
}

.width-170 * {
  width: 170%;
}

.width-175 * {
  width: 175%;
}

.width-180 * {
  width: 180%;
}

.width-185 * {
  width: 185%;
}

.width-190 * {
  width: 190%;
}

.width-195 * {
  width: 195%;
}

.width-200 * {
  width: 200%;
}

.height-25 * {
  height: 25%;
}


.bold {
  font-weight: bold;
}
