@import url("https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,300..800;1,300..800&display=swap");
body {
  font-family: "Open Sans", sans-serif;
  font-optical-sizing: auto;
}

header {
  background-image: url("images/header.webp");
  background-size: cover;
  background-position: center bottom;
  height: calc(100svh - 48px);
}
header .logo img.logo {
  padding-top: 20vh;
  filter: drop-shadow(2px 2px 25px black) drop-shadow(0 0 55px black) drop-shadow(-2px -2px 35px black);
  max-width: 25vw;
}
@media only screen and (max-width: 768px) {
  header .logo img.logo {
    max-width: 65vw;
  }
}
header .logo h2 {
  filter: drop-shadow(2px 2px 25px black) drop-shadow(0 0 55px black) drop-shadow(-2px -2px 35px black);
  font-weight: 700;
}
header .certs {
  padding-top: 10vh;
}
header .certs img {
  max-width: 200px;
}
@media only screen and (max-width: 768px) {
  header .certs img {
    max-width: 40%;
  }
}

.text-green {
  color: greenyellow;
}

.quote {
  font-weight: 700;
  font-size: 1.1rem;
  color: #306192;
}

.btn-primary {
  background-color: #306192;
  outline: none;
  border: none;
}
.btn-primary:hover {
  background-color: #27aae1;
}

#service_buttons a.service_title {
  background-color: #306192;
  width: 250px;
  color: white;
  font-size: 1.2rem;
  text-transform: uppercase;
  text-decoration: none;
  background-size: cover;
  background-position: center;
  background-blend-mode: multiply;
  transition: all 0.3s ease;
  position: relative;
  cursor: pointer;
}
@media only screen and (max-width: 768px) {
  #service_buttons a.service_title {
    width: 100%;
    margin: 0 auto;
  }
}
#service_buttons a.service_title.active {
  transform: translateY(-10px);
}
@media only screen and (max-width: 768px) {
  #service_buttons a.service_title.active {
    transform: translateY(0px);
  }
}
#service_buttons a.service_title:hover {
  transform: translateY(-10px) scale(1.05);
}
@media only screen and (max-width: 768px) {
  #service_buttons a.service_title:hover {
    transform: translateY(0px);
  }
}
#service_buttons a.service_title img.icon {
  padding: 20px;
  max-width: 90px;
}
#service_buttons a.service_title.mock-inspections {
  background-image: url("images/inspections.webp");
}
#service_buttons a.service_title.haccp {
  background-image: url("images/haccp.webp");
}
#service_buttons a.service_title.allergen {
  background-image: url("images/allergy.webp");
}
#service_buttons a.service_title.new-premisis {
  background-image: url("images/kitchen.webp");
}
#service_buttons a.service_title.crisis {
  background-image: url("images/crisis.webp");
}

.content h2 {
  color: #306192;
}

#about {
  background: linear-gradient(135deg, #306192, #27aae1);
  border-radius: 20px;
}

footer {
  background-color: #306192;
  color: white;
  padding: 20px 0;
  text-align: center;
}
footer a {
  color: white;
  text-decoration: none;
}
footer a:hover {
  text-decoration: underline;
}

.text-primary {
  color: #306192 !important;
}

#alert {
  margin-top: 20px;
}

/*# sourceMappingURL=style.css.map */
