html, body {
  min-height: 100vh;
  margin: 0;
  padding: 0;
}

img {
  max-width: 100%;
}

section {
  margin-bottom: 2rem;
}

.text-end {
  text-align: right !important;
}

.text-center {
  text-align: center !important;
}

.negative-margins {
  margin-left: -1.5rem;
  margin-right: -1.5rem;
}

.btn {
  background: linear-gradient(90deg, #c8102e, #7b131c);
  border: 0;
  border-bottom: 2px solid #fff;
  border-radius: 100px;
  color: white;
  display: inline-block;
  font-size: 1rem;
  font-weight: bold;
  line-height: 1;
  min-width: 200px;
  padding: 12px 24px;
  text-decoration: none;
  text-align: center;
}

.container {
  @media all and (min-width: 768px) {
    width: 900px;
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
  }
}

body {
  font-family: 'Open Sans', sans-serif;
  background: url(../images/bg-xs.jpg) center top no-repeat;
  background-size: cover;
  color: white;

  @media all and (min-width: 768px) {
    background-image: url(../images/bg-md.jpg);
  }
}

main {
  padding: 1.5rem;

  @media all and (min-width: 768px) {
    padding: 0;
  }
}

.page {
  padding: 1.5rem;
}

section.car {
  @media all and (max-width: 767.88px) {
    margin-bottom: 2.5rem;
  }

  @media all and (min-width: 768px) {
    margin-bottom: -100px;
  }
}

section.intro h2 br {
  @media all and (max-width: 767.88px) {
    display: none;
  }
}

section.car img {
  transform: translateX(-23%);

  @media all and (min-width: 768px) {
    transform: translate(-23%, -15%);
  }
}

section.npm .img-wrapper {
  height: 200px;
  background-image: url(../images/npm.png);
  background-size: auto 400px;
  background-position: center calc(50% - 18px);
  background-repeat: no-repeat;

  @media all and (min-width: 768px) {
    height: 420px;
    background-position: center 60%;
    background-size: cover;
  }
}

section.npm h2 {
  @media all and (min-width: 768px) {
    margin-bottom: -30px;
  }
}
