body,
html {
  height: 100%;
}
.banner {
  background-image: linear-gradient(rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2)), url("../images/bg-1.jpg");
  height: 100%;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  /* Place text in the middle of the image */
}
.banner .banner-text {
  text-align: center;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: white;
}
.banner .banner-text .slogan {
  font-family: 'Cabin Sketch', cursive !important;
  font-size: 100px;
}
.banner .banner-text .slogan .top {
  color: #dd3333;
}
.banner .banner-text .slogan .bottom {
  letter-spacing: 10px;
  margin-top: -40px;
}
.banner .banner-text .order-links {
  margin-top: 30px;
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
}
.banner .banner-text .order-links i {
  padding-right: 5px;
}
.banner .banner-text .order-links span {
  font-family: 'Montserrat' !important;
  font-weight: 700;
  cursor: pointer;
  width: 280px;
  display: block;
  margin: 8px 0;
  background-color: #dd3333;
  color: #FFFFFF;
  font-size: 16px;
  padding: 10px;
  border-radius: 3px;
  border: 1px solid #dd3333;
}
.banner .banner-text .order-links span a {
  color: #FFFFFF;
}
.mobile .banner .slogan {
  font-size: 50px;
  min-width: 320px;
}
.mobile .banner .slogan .bottom {
  margin-top: -20px;
  letter-spacing: 5px;
}
.mobile .banner .sams-button {
  width: 230px !important;
}
