:root {
  --link-color: darkorange;
  --invert: #d9d9d9;
}

@font-face {
  font-family: 'Junction';
  src: url('webfonts/junction-bold.eot');
  src: url('webfonts/junction-bold.eot?#iefix') format('embedded-opentype'),
       url('webfonts/junction-bold.woff') format('woff'),
       url('webfonts/junction-bold.ttf') format('truetype'),
       url('webfonts/junction-bold.svg#junctionbold') format('svg');
  font-weight: bold;
  font-style: normal;

}

@font-face {
  font-family: 'Junction';
  src: url('webfonts/junction-light.eot');
  src: url('webfonts/junction-light.eot?#iefix') format('embedded-opentype'),
       url('webfonts/junction-light.woff') format('woff'),
       url('webfonts/junction-light.ttf') format('truetype'),
       url('webfonts/junction-light.svg#junctionlight') format('svg');
  font-weight: normal;
  font-style: normal;

}

@font-face {
  font-family: 'Junction';
  src: url('webfonts/junction-regular.eot');
  src: url('webfonts/junction-regular.eot?#iefix') format('embedded-opentype'),
       url('webfonts/junction-regular.woff') format('woff'),
       url('webfonts/junction-regular.ttf') format('truetype'),
       url('webfonts/junction-regular.svg#junctionregular') format('svg');
  font-weight: normal;
  font-style: normal;

}


html, body {
  font-family: 'Junction';
  letter-spacing: 0px;
  font-weight: normal;
  line-height: 1.6;
  font-size: 24px;
  color: #bbb;
}

h1, h2, h3 {
  font-weight: 400;
}


.hidden {
  visibility: hidden;
}

.title {
  font-size: 4rem;
}

.subtitle {
  font-size: 3rem;
}

.subtle {
  font-size: 2rem;
}

.link {
  position: absolute;
  bottom: 1rem;
  font-size: 0.8rem;
}

.highlight {
  display: inline-block;
  border: 2px solid var(--link-color);
}

.highlight ul {
  margin: 0;
  padding-bottom: 0.2em;
  padding-right: 0.8rem;
}

blockquote {
  letter-spacing: -2px;
  font-size: 3rem;
  font-weight: 400;
  font-style: italic;
}

.cite {
  text-align: center;
  font-size: 0.8rem;
}

.small {
  font-size: 0.8rem;
}

.half {
  width: 50%;
}

.blend {

  background-blend-mode: difference;
}

.blend2 {
  background-blend-mode: exclusion;
}

.border {
  text-shadow: 0 0 3px black;
}

.alex {
  font-family: 'Compagnon', serif;
}

a {
  color: var(--link-color);
}

.half {
  width: 50%;
}

.center {
  text-align: center;
}


.remark-slide-content {
  background-color: #181818;
  color: #d9d9d9;
}

table {
  margin: auto;
}
table th {
  border-bottom: 1px solid currentColor;
}
table th,
table td {
  text-align: center;
  padding: .2em .5em;
  border-right: 1px solid currentColor;
  border-left: 1px solid currentColor;
}

.flip {
  transform: rotateY(180deg) scale(1.3);
  display: inline-block;
}

.sec.remark-slide-content {
  background-color: var(--link-color);
  color: #181818;
}

.no-bullets ul {
  padding: 0;
  list-style: none;
}

small {
  font-size: 0.5em;
}

.resources {
  font-size: 0.5em;
}

.invert {
  color:  #d9d9d9;
  text-shadow: #181818  2px 2px 5px;
}
