body {
    background-color: #00202b;
    color: #a0abb0;
    font-size: 1.15rem;
}

#header {
  background-image: url(images/exclusive-header.jpg);
  background-repeat: no-repeat;
}

img.responsive {
    width: 100%;
    height: auto;
}

#header img {
  padding: 1rem 0;
  max-width: 80%;
  height: auto;
}

#content {
  margin-top: 2rem;
}

#content #badges {
  margin-top: 6rem;
  margin-bottom: 5rem;
}

#content #brands {
  margin-top: 2rem;
}

.secondary {
  color: #c1912d;
}

p {
  margin: 2rem auto;
  max-width: 40rem;
}

footer {
  background-image: url(images/footer_bg.jpg);
  background-repeat: no-repeat;
  color: #fff;
  margin-top: 7rem;
  background-size: cover;
  padding-bottom: 2rem;
  font-size: 0.8rem;
}

footer #wrapper {
  max-width: 40rem;
  margin: 0 auto;
}

footer a,
footer a:hover {
  color: #fff;
}

footer #wrapper .row {
  padding: 2rem 0;
  max-width: 95%;
  margin: 0 auto;
}

footer #wrapper .row:first-of-type .col:not(:last-child) {
  border-right: solid 1px #fff;
}

video {
    width: 80% !important;
    height: auto !important;
}
