body {
  background-color: #02070a;
  color: #cfcfcf;
  font-family: 'Open Sans', sans-serif;
}

body.container.page-body {
  padding-bottom: 140px;
}

h1 {
  padding-top: 3rem;
  font-weight: bold;
  color: #06affb;
}

h2 {
  padding-top: 2rem;
  color: #06affb;
}

.main-content section {
  padding-top: 1rem;
}

.main-content p {
  text-align: justify;
}

.home-content section p {
  text-align: justify;
}

.home-content,
.main-content {
  font-family: "Quicksand", sans-serif;
  font-optical-sizing: auto;
  font-weight: 500;
  font-style: normal;
  font-size: large;
}

.home-content {
  padding-top: 1rem;
}

.last-updated {
    color: #008ce5;
}

.logo-large {
  text-align: center;
}

.title {
  color: green;
  text-align: center;
}

.img-max {
  max-width: 800px;
  width: 100%;
  height: auto;
}

.store-badge {
  max-width: 45%;
  width:100%;
  height: auto;
}

@media (min-width: 576px) {
  .store-badge {
    max-width: 40%;
  }
}

@media (min-width: 768px) {
  .store-badge {
    max-width: 30%;
  }
}

.probability-item-image {
  max-width: 35%;
  width:100%;
  height: auto;
}

@media (min-width: 576px) {
  .probability-item-image {
    max-width: 30%;
  }
}

@media (min-width: 768px) {
  .probability-item-image {
    max-width: 20%;
  }
}

.global-footer {
  text-align: center;
  font-size: small;
  width: 100%;
}

a.footer-link {
  border-right: 1px solid #d2d2d7;
  margin-right: 7px;
  padding-right: 10px;
  display: inline-block;
  margin-top: 5px;
  white-space: nowrap;
  color: #d2d2d7;
  text-decoration: none;
}

.footer-link:last-child {
  border: none;
  margin: 0;
  padding: 0;
}

.footer-link.footer-link-active {
  font-weight: 500;
}

@media print {
  .navbar.fixed-bottom {
    display: none;
  }

  body, html {
    margin: 0;
    padding: 0;
    background-color: white;
    color: black;
  }

  h1, h2, h3, h4, h5, h6,
  p,
  table,
  figure,
  pre {
    color: black;
  }

  a[href]:after {
    content: none !important;
  }

  main, .container-fluid {
    overflow: hidden !important;
  }
}
