.container {
  max-width: 960px;
}

/*
 * Custom translucent site header
 */

.site-header {
  background-image: url(assets/images/food.jpg); /* fallback */
  background-image: linear-gradient(45deg, rgba(74, 184, 97, 0.8) 0%, rgba(104,194,194,0.98) 100%), url(assets/images/food.jpg);
  background-size: cover;
  background-position: center center;
  -webkit-backdrop-filter: saturate(180%) blur(20px);
  backdrop-filter: saturate(180%) blur(20px);
  height: max-content;
}

.intro {
  overflow: scroll;
  -webkit-overflow-scrolling: touch;
}

.site-header a {
  color: #fff;
  transition: ease-in-out color .15s;
}
.site-header a:hover {
  color: #003f3f;
  text-decoration: none;
}

.site-header h1 {
  color: #fff;
  text-decoration: none;
}

.site-header p {
  color: #fff;
  text-decoration: none;
}

.py-2 {
  top: 200px !important;
  padding-top: 100px;
}

.bg-dark {
  background-color: #003f3f !important;
}

.bg-light {
  background-color: #b4c2c2 !important;
}

.btn-foodease {
  border-width: 2px;
  border-color: #fff;
  border-radius: 25px;
  transition: ease-in-out color .15s;
}

.btn-foodease:hover {
  border-width: 2px;
  border-color: #003f3f;
  border-radius: 25px;
  transition: ease-in-out color .15s;
}
/*
 * Dummy devices (replace them with your own or something else entirely!)
 */

.product-device {
  position: absolute;
  right: 10%;
  bottom: -30%;
  width: 300px;
  height: 540px;
  background-color: #333;
  border-radius: 21px;
  -webkit-transform: rotate(30deg);
  transform: rotate(30deg);
}

.product-device::before {
  position: absolute;
  top: 10%;
  right: 10px;
  bottom: 10%;
  left: 10px;
  content: "";
  background-color: rgba(255, 255, 255, .1);
  border-radius: 5px;
}

.product-device-2 {
  top: -25%;
  right: auto;
  bottom: 0;
  left: 5%;
  background-color: #e5e5e5;
}


/*
 * Extra utilities
 */

.flex-equal > * {
  -ms-flex: 1;
  flex: 1;
}
@media (min-width: 768px) {
  .flex-md-equal > * {
    -ms-flex: 1;
    flex: 1;
  }
}

@font-face {
  font-family: "Heebo Regular";
  src: local("Heebo Regular"),
  url(./assets/fonts/Heebo/static/Heebo-Regular.ttf);
}

@font-face {
  font-family: "Dosis SemiBold";
  src: local("Dosis SemiBold"),
  url(./assets/fonts/Dosis/static/Dosis-SemiBold.ttf);
}
p {
  font-family: "Heebo Regular", Helvetica, Arial;
}

label {
  font-family: "Heebo Regular", Helvetica, Arial;
}

span {
  font-family: "Heebo Regular", Helvetica, Arial;
}

div {
  font-family: "Heebo Regular", Helvetica, Arial;
}

h1 {
  font-family: "Dosis SemiBold", Helvetica, Arial;
  font-size: 36px;
}

h2 {
  font-family: "Dosis SemiBold", Helvetica, Arial;
}

h3 {
  font-family: "Dosis SemiBold", Helvetica, Arial;
}

h4 {
  font-family: "Dosis SemiBold", Helvetica, Arial;
}

h5 {
  font-family: "Dosis SemiBold", Helvetica, Arial;
}