.header {
  /*display: none;*/
}
.footer {
  /*display: none;*/
}
@media only screen and (max-width: 991px) {
  .show-desktop {
    display: none!important;
  }
}
@media only screen and (min-width: 992px) {
  .show-mobile {
    display: none!important;
  }
}
img.show-mobile {
  width: 100%;
  margin: 0 auto;
}

.hero-circle {
   display: none;
}

#model,
#coffeemakers,
#coffee {
  display: block;
  padding-bottom: 40px;
}

#coffee2 p,
#model p,
#coffee p {
  font-family: Roboto;
  font-size: 16px;
  padding-bottom: 26px;
  color: #333333;
  text-align: center;
}

#coffee2 {
  text-align: center;
  background: #efefef;
}

#coffee2 h2 {
  font-size: 35px;
  font-family: "Bebas Neue";
  color: #c2a37b;
}
