@charset "UTF-8";
@media all {
  body {
    font-size: 16px;
  }
}
@media (max-device-width: 1200px) {
  body {
    font-size: 24px;
  }
}
.container {
  max-width: 900px;
}

body {
  color: black;
  font-family: freight-sans-pro, sans-serif;
  font-weight: 400;
  font-style: normal;
  background: white;
  background-size: cover;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  padding-bottom: 5em;
}

body.no-background-blend-mode {
  background-image: none;
}

b {
  font-weight: 600;
}

p {
  line-height: 1.6em;
}

h1 {
  padding-bottom: 0.5em;
}

h2 {
  font-size: 1.5em;
}

a {
  color: black !important;
}

p a {
  text-decoration: underline;
}

a.nav-link.active {
  font-weight: 600;
  border: 1px solid black;
}

.navbar-brand {
  font-size: 1.5rem;
}

.row {
  margin-top: 2em;
}

.solid-bg {
  background: white;
}

.project-page img {
  max-width: 100%;
  margin-bottom: 1em;
}

img.center {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

img.text-flow {
  max-width: 100%;
  padding-bottom: 1em;
}

img.banner-crop {
  width: 100%;
  height: 200px;
  object-fit: cover;
  object-position: 50% 50%;
}

.my-border {
  border: 1px solid black;
}

p.block-quote {
  width: 75%;
  margin-left: auto;
  margin-right: auto;
  border-left: 1px solid black;
  padding-left: 1em;
}

.caption {
  font-weight: 400;
  font-size: 93%;
  color: black;
  margin-top: -0.5em;
  padding-bottom: 1em;
}

.youtube-video-container {
  position: relative;
  padding-bottom: 56.25%;
  padding-top: 30px;
  height: 0;
  overflow: hidden;
  margin-top: 2em;
  margin-bottom: 2em;
}

.youtube-video-container iframe, .youtube-video-container object, .youtube-video-container embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.iframe-container {
  margin-left: 0;
  margin-right: auto;
  margin-bottom: 1em;
  width: 90%;
}

h2.line-divider {
  margin-top: 1.5em;
  border-top: 1px solid black;
}

.tiles-group {
  margin-top: 0;
}

a.tile-link {
  position: relative;
  width: 280px;
  height: 280px;
  display: block;
  margin-top: 20px;
}

img.tile-img {
  position: absolute;
  top: 0;
  left: 0;
  width: 280px;
  border: 1px solid black;
}

div.tile-no-img {
  position: absolute;
  top: 0;
  left: 0;
  width: 280px;
  min-height: 280px;
  border: 1px solid black;
  font-size: 2em;
  line-height: 1.1em;
  background: #f1ebff;
  word-wrap: break-word;
  padding: 15px;
}

span.tile-name {
  display: block;
  width: 260px;
  margin: 10px;
  position: absolute;
  top: 0;
  left: 0;
}

mark {
  padding: 0 0.3em;
  background-color: #f1ebff;
}

span.news-item {
  display: inline-block;
  height: 5px;
  border-right: 0px solid transparent;
  border-left: 5px solid black;
  border-bottom: 5px solid transparent;
  border-top: 5px solid transparent;
}

p.publication::before {
  content: "■";
  font-size: 160%;
  vertical-align: bottom;
}

/*p.publication {
    font-family: "Andale mono",monospace;
    font-size: 80%;
    font-weight: 100;
}*/
a.publication {
  color: black;
}

/*span.publication {
    display: inline-block;
    width: 10px;
    height: 10px;
    background-color:black;
}*/
table.flowchart {
  margin-bottom: 1em;
}

td.text {
  vertical-align: top;
  border: 1px solid #cbd5d5;
  font-size: 12px;
}

td.arrow {
  vertical-align: middle;
  text-align: center;
}

td .td-inner {
  margin: 3px;
  margin-top: -6px;
}

/*# sourceMappingURL=app.css.map */
