/*html {
  scroll-padding-top: 67px;
}*/
main > .container {
  padding: 80px 15px 0;
}
h6, .h6, h5, .h5, h4, .h4, h3, .h3, h2, .h2, h1, .h1 {
  margin-top: 0;
  margin-bottom: 0.5rem;
  font-family: "Catamaran", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  font-weight: 800;
  line-height: 1.2;
}
h1, .h1 {
  font-size: calc(1rem + 1.5vw);
  font-weight: 600;
}

.navbar-custom {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: rgba(0, 0, 0, 0.8);
}
.navbar-custom .navbar-brand {
  text-transform: uppercase;
  font-size: 1rem;
  font-weight: 300;
  letter-spacing: .125rem;
}
.navbar-custom .navbar-brand span {
  font-weight: 600;
}
.navbar-custom .navbar-nav .nav-item .nav-link {
  font-size: 0.8rem;
}
.offer .label {
  text-transform: uppercase;
  font-weight: 300;
  font-size: .8rem;
}
.offer .value {
  font-weight: 600;
} 
.offer .thumbnail {
  max-width: 96px;
}
.offer .legal {
  font-size: .7rem;
}
.offer .button {
  text-transform: uppercase;
  color: #fff;
  text-shadow: 0px 1px 1px rgba(0, 0, 0, 0.4);
  font-weight: 400;
  font-size: .9rem;
}

.test { background: pink !important; }
.test .test-item { background: grey; border: 1px solid black; }