@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 400;
  font-stretch: normal;
  src: url(https://fonts.gstatic.com/s/opensans/v26/memSYaGs126MiZpBA-UvWbX2vVnXBbObj2OVZyOOSr4dVJWUgsjZ0B4gaVc.ttf) format('truetype');
}
*,
*:before,
*:after {
  box-sizing: border-box;
}
html {
  height: 100%;
}
body {
  font-family: 'Open-Sans', sans-serif;
  color: #5C5C5C;
  padding: 0;
  margin: 0;
  overflow-y: scroll;
  position: relative;
  padding-bottom: 6rem;
  min-height: 100%;
}
.azure-badge {
  height: 1rem;
}
a {
  text-decoration: none;
  color: #5C5C5C;
  font-size: 0.8rem;
}
.content {
  padding: 0;
  margin: 0;
}
.content #notyet {
  font-size: 2rem;
  cursor: crosshair;
  opacity: 0.4;
}
.content .hidden {
  display: none;
}
.content h1 {
  white-space: nowrap;
  user-select: none;
  display: block;
  font-size: 2.8rem;
  font-weight: 600;
  text-align: center;
  margin: 0 auto;
  padding: 2rem 0;
}
.content h1#imagevault-header {
  background-color: #FFF361;
  cursor: pointer;
}
.content h1#imagevault-header.collapsed:hover::after {
  content: '';
  width: 0;
  height: 0;
  border-left: 1.5rem solid transparent;
  border-right: 1.5rem solid transparent;
  position: absolute;
  left: calc(50% - 1.5rem);
  top: 100%;
  z-index: 9;
  border-top: 1.5rem solid #FFF361;
}
.content h1#imagevault-header.expanded:hover::after {
  content: '';
  width: 0;
  height: 0;
  border-left: 1.5rem solid transparent;
  border-right: 1.5rem solid transparent;
  position: absolute;
  left: calc(50% - 1.5rem);
  top: 6rem;
  z-index: 9;
  border-bottom: 1.5rem solid #fff;
}
.content h1#ml-header {
  background-color: #E88F4D;
  color: #fff;
  cursor: pointer;
}
.content h1#ml-header.collapsed:hover::after {
  content: '';
  width: 0;
  height: 0;
  border-left: 1.5rem solid transparent;
  border-right: 1.5rem solid transparent;
  position: absolute;
  left: calc(50% - 1.5rem);
  top: 100%;
  z-index: 9;
  border-top: 1.5rem solid #E88F4D;
}
.content h1#ml-header.expanded:hover::after {
  content: '';
  width: 0;
  height: 0;
  border-left: 1.5rem solid transparent;
  border-right: 1.5rem solid transparent;
  position: absolute;
  left: calc(50% - 1.5rem);
  top: 6rem;
  z-index: 9;
  border-bottom: 1.5rem solid #fff;
}
.content h1#misc-header {
  background-color: #59B5FF;
  cursor: pointer;
  color: #fff;
}
.content h1#misc-header.collapsed:hover::after {
  content: '';
  width: 0;
  height: 0;
  border-left: 1.5rem solid transparent;
  border-right: 1.5rem solid transparent;
  position: absolute;
  left: calc(50% - 1.5rem);
  top: 100%;
  z-index: 9;
  border-top: 1.5rem solid #59B5FF;
}
.content h1#misc-header.expanded:hover::after {
  content: '';
  width: 0;
  height: 0;
  border-left: 1.5rem solid transparent;
  border-right: 1.5rem solid transparent;
  position: absolute;
  left: calc(50% - 1.5rem);
  top: 6rem;
  z-index: 9;
  border-bottom: 1.5rem solid #fff;
}
.content h2 {
  margin-top: 2rem;
  margin-bottom: 0.5rem;
  padding: 0 1rem;
}
.content .section-wrapper {
  position: relative;
}
.content section {
  display: block;
  text-align: center;
}
.content section div {
  margin-bottom: 4rem;
}
.content section div:last-child {
  margin-bottom: 2rem;
}
.content section img#crates-io-logo {
  width: 120px;
}
.content #crimepredict-app #map {
  width: 100%;
  height: 400px;
}
.content #crimepredict-app #result #result-heading {
  text-align: center;
}
.description {
  padding: 0 1rem;
  font-size: 0.8rem;
  font-weight: 600;
  font-style: italic;
  margin-bottom: 2rem;
}
.link-new-window {
  display: inline;
  margin-left: 0.5em;
}
ul {
  max-width: 22rem;
  margin: 0 auto;
  list-style: none;
  padding-left: 0;
  display: flex;
  flex-direction: row;
  align-content: center;
  align-items: center;
  justify-content: space-around;
}
ul.link-list {
  flex-wrap: wrap;
}
ul.link-list a[target="_blank"]::after {
  content: '';
  height: 0.85em;
  width: 0.85em;
  display: inline-block;
  background: url('/img/new_window.svg') no-repeat center / 100%;
  margin-left: 0.5em;
}
ul#donations-list {
  max-width: 40rem;
  flex-wrap: wrap;
  margin-top: 2rem;
}
ul.badge-list {
  justify-content: center;
  flex-wrap: wrap;
  max-width: 32rem;
}
ul.badge-list li {
  margin-left: 0.3rem;
}
ul.badge-list li:first-of-type {
  margin-left: 0;
}
.download-icon {
  width: 3rem;
  height: 3rem;
}
.download-icon path {
  fill: #5C5C5C;
}
#npm-logo {
  width: 6rem;
}
#paypal-logo {
  width: 6rem;
}
#bmc-logo {
  width: 10rem;
}
#swish-logo {
  width: 10rem;
}
#bitcoin-logo {
  width: 8rem;
}
#swish-donation,
#bitcoin-donation,
#paypal-donation {
  height: 128px;
  position: absolute;
  top: 3px;
  left: 3px;
}
.popup-donation {
  width: 140px;
  height: 140px;
  position: fixed;
  top: 50%;
  transform: translate(0, -50%);
}
.popup-donation::backdrop,
.popup-donation + .backdrop {
  background-color: #000;
  opacity: 0.6;
}
footer {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 1rem;
  margin-top: 3rem;
}
footer .footer-icons {
  max-width: 5rem;
}
footer .footer-icons img {
  height: 24px;
}
.new-tab-icon::after {
  content: '';
  height: 0.85em;
  width: 0.85em;
  display: inline-block;
  background: url('/img/new_window.svg') no-repeat center / 100%;
  margin-left: 0.5em;
}
.new-download-icon::before {
  content: '';
  height: 0.85em;
  width: 0.85em;
  display: inline-block;
  background: url('/img/download.svg') no-repeat center / 100%;
  margin-right: 0.3em;
}
@media screen and (max-width: 680px) {
  ul#donations-list {
    flex-direction: column;
  }
  ul#donations-list li {
    margin-bottom: 2rem;
  }
  ul#donations-list li:last-child {
    margin-bottom: 0;
  }
  ul.badge-list {
    max-width: 13rem;
  }
  ul.badge-list li {
    margin-bottom: 0.2rem;
  }
  #map #predict-form input[type="date"],
  #map #predict-form input[type="time"],
  #map #predict-form input[type="submit"] {
    display: block;
    margin-bottom: 10px;
  }
  #map #predict-form input[type="submit"] {
    margin-top: 20px;
  }
}
@media screen and (max-width: 470px) {
  h1#imagevault-header,
  h1#ml-header,
  h1#misc-header {
    font-size: 2.2rem;
  }
  h1#imagevault-header.expanded:hover::after,
  h1#ml-header.expanded:hover::after,
  h1#misc-header.expanded:hover::after {
    content: '';
    top: 5.2rem !important;
  }
}
