header{
  display: block;
}
.canvas_header{
    height: 38rem !important;
}

header.masthead {
  padding-top: 10rem;
  padding-bottom: calc(10rem - 4.5rem);
  background: linear-gradient(
      to right,
      rgba(180, 0, 4, 0.8) 0%,
      rgba(255, 255, 255, 0.2) 75%,
      rgba(48, 17, 17, 0.8) 100%
    ),
    url("./image/slide.jpg");
  background-position: center;
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-size: cover;
}
header.masthead h1 {
  font-size: 2.25rem;
}
@media (min-width: 992px) {
  header.masthead {
    height: 100vh;
    min-height: 38rem;
    padding-top: 4.5rem;
    padding-bottom: 0;
  }
  header.masthead p {
    font-size: 1.15rem;
  }
  header.masthead h1 {
    font-size: 3rem;
  }
}
@media (min-width: 1200px) {
  header.masthead h1 {
    font-size: 3.5rem;
  }
}

header.masthead-about h1 {
  font-size: 2.25rem;
}
@media (min-width: 992px) {
  header.masthead-about {
    height: 100vh;
    min-height: 38rem;
    padding-top: 0rem;
    padding-bottom: 0;
  }
  header.masthead-about p {
    font-size: 1.15rem;
  }
  header.masthead-about h1 {
    font-size: 3rem;
  }
}
@media (min-width: 1200px) {
  header.masthead-about h1 {
    font-size: 3.5rem;
  }
}
header.masthead-about {
  padding-top: 0rem;
  padding-bottom: calc(10rem - 4.5rem);

  background-position: center;
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-size: cover;
}
header.masthead-about h1 {
  font-size: 2.25rem;
}
@media (min-width: 992px) {
  header.masthead-about {
    height: 100vh;
    min-height: 38rem;
    padding-top: 0rem;
    padding-bottom: 0;
  }
  header.masthead-about p {
    font-size: 1.15rem;
  }
  header.masthead-about h1 {
    font-size: 3rem;
  }
}
@media (min-width: 1200px) {
  header.masthead-about h1 {
    font-size: 3.5rem;
  }
}


@media (min-width: 600px){
header.masthead-about {
  padding-top: 0rem;
  padding-bottom: calc(10rem - 4.5rem);

  background-position: center;
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-size: cover;
}
}
