h1, h2, h3, h4, h5, h6 {
  font-family: 'Oswald', sans-serif;
}

p {
  font-family: 'Open Sans', sans-serif;
}

#Hero-BG {
  background-image: url("../../assets/img/GCA_MI_Paste_Family_Bro-05-29-2019_spreads_Ver3-p-31.png");
  background-position: 88% 75%;
  background-size: cover;
}

@media (min-width: 768px) {
  #Hero-BG {
    background-position: 84% 70%;
  }
}

@media (min-width: 992px) {
  #Hero-BG {
    background-position: 25% 0%;
    background-size: cover;
  }
}

@media (min-width: 1200px) {
  #Hero-BG {
    background-position: right;
    background-size: cover;
  }
}

@media (min-width: 1400px) {
  #Hero-BG {
    background-position: center bottom;
    background-size: cover;
  }
}

@media (min-width: 1900px) {
  #Hero-BG {
    background-size: cover;
  }
}

#dentist-office {
  height: 150px;
  background-position: 80% 36% !important;
  background-size: cover !important;
}

@media (min-width: 576px) {
  #dentist-office {
    height: 250px;
  }
}

@media (min-width: 1200px) {
  #dentist-office {
    height: 330px;
  }
}

@media (max-width: 768px) {
  .container {
    padding: 0px 50px;
  }
}

@media (max-width: 768px) {
  #form-column {
    padding: 50px !important;
  }
}

@media (min-width: 992px) {
  .tubes {
    width: 33%;
  }
}

@media (min-width: 1200px) {
  .tubes {
    width: 20%;
  }
}

