.jumbotron {
  padding-bottom: 3rem;
  margin-bottom: 0;
  background-color: #fff;
}
@media (min-width: 768px) {
  .jumbotron {
    padding-bottom: 6rem;
  }
}

.jumbotron p:last-child {
  margin-bottom: 0;
}

.jumbotron h1 {
  font-weight: 300;
}

.jumbotron .container {
  max-width: 40rem;
}

footer {
  padding-top: 3rem;
  padding-bottom: 3rem;
}

footer p {
  margin-bottom: .25rem;
}

body {
    padding-top: 2rem;
}

@media (min-width: 768px) {
  body {
    padding-top: 3rem;
  }
}

.back-arrow {
    border-radius: 50%;
    padding: 8px;
    background-color: transparent;
}

.back-arrow:hover {
    background-color: whitesmoke;
}

.fancybox-infobar{
 line-height: 20px;
 margin-top: 4px;
 background: rgba(30,30,30,.3);
 border: 0;
 border-radius: 0;
 mix-blend-mode: normal;
}

