body {
  padding-top: 5rem;
  text-align: center;
  font-size: 1.2rem;
}

.narrow {
  max-width: 960px;
  margin-left: auto;
  margin-right: auto;
}

.container, .container-sm, .container-md, .container-lg, .container-xl {
  /* max-width: 960px; */
  /* max-width: 100vw; */
  padding: 0;
}

.navbar-toggler {
  border: none;
}

.hero {
  /* padding: 3rem 1.5rem; */
  /* margin-top: -1.6rem; */
}

.hero {
  padding: 3rem 1.5rem;
  background-image:
    linear-gradient(
      rgba(0, 0, 0, .15),
      rgba(0, 0, 0, .6)),
      url("images/couch.jpg");
  background-attachment: fixed;
  background-position: center;
  height: 100vh;
  color: white;
  margin-top: -1.6rem;
}

.mobile-image > .spacer {
  /* height: 10vh; */
}

.flex-parent {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.lead {
  padding: 1rem;
}

.intro {
  /* background-color: var(--light); */
}

.rates {
  margin-top: 8rem;
  height: 100vh;
  background-color: #f1f1f1;
}

.rates > .spacer {
  height: 40vh;
}

.rates > p {
    padding-top: 1rem;
}

.rates > h2 {
  font-size: 2.2rem;
}

.rates > p {
  font-size: 1.4rem;
}

.block {
  padding: 8rem 2rem 0 1rem;
  font-size: 1.4rem;
}

.profile-pic {
  max-width: 400px;
  margin-left: auto;
  margin-right: auto;
}

.profile-pic img {
  max-width: 100%;
  margin-bottom: 1rem;
}

.big-text {
  font-size: 1.6rem;
  font-weight: 500;
  padding: 1rem;
}

.no-bmargin {
  margin-bottom: 0;
}

.who-help {
  padding: 4rem 1.5rem;
  background-color: lightblue;
  /* margin: 1rem; */
  margin-top: 4rem;
}

.tile {
  width: 80%;
  margin-left: auto;
  margin-right: auto;
  font-size: 1.4rem;
  border: 1px solid white;
  border-radius: .5rem;
  padding: 1rem;
  background-color: var(--light);
}

.call-me {
  /* background-color: lightblue; */
  padding: 1rem;
  margin-top: 4rem;
}

footer {
  border-top: solid lightgray 1px;
  margin: .9rem 0;
  padding-top: 1rem;
  font-size: .9rem;
  color: gray;
}

.padded {
  margin: 1rem 0 2rem 0;
}

/* The below were overrided, above worked */
@media (min-width: 900px) {
  .hero {
      padding: 3rem 1.5rem;
      background-image:
        linear-gradient(
          rgba(0, 0, 0, .15),
          rgba(0, 0, 0, .6)),
          url("images/couch.jpg");
      background-position: center;
      color: white;
      height: 70vh;
      margin-top: -1.6rem;
    }
    .mobile-image > .spacer {
      height: 0vh;
    }
    .hero-text > h1 {
      font-size: 4rem;
      max-width: 960px;
      margin-left: auto;
      margin-right: auto;
      font-weight: bold;
    }

    .hero-text > p {
      font-size: 2rem;
      max-width: 1200px;
      margin-left: auto;
      margin-right: auto;
    }

    .hero-text > a {
      font-size: 1.5rem;
    }

    .intro {
      /* background-color: var(--light); */
      font-size: 1.6rem !important;
    }
  }

 /* Large devices (desktops, 992px and up) */
@media (min-width: 992px) {
  .container, .container-sm, .container-md, .container-lg {
    max-width: 720px;
  }
}

 /* Extra large devices (large desktops, 1200px and up) */
@media (min-width: 1200px) {
  .container, .container-sm, .container-md, .container-lg, .container-xl {
    max-width: 720px;
  }
}
