* {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

nav {
  background-color: white;
  -webkit-box-shadow: 0px 3px #263532;
          box-shadow: 0px 3px #263532;
  font-family: "Allerta", sans-serif;
}

nav a.nav-link {
  color: black;
}

nav a.nav-link:hover {
  color: #F7C8B9;
}

nav .nav-link {
  color: white;
}

nav .btn-outline-success:hover {
  color: #fff;
  background-color: white;
  border-color: white;
}

nav .d-flex {
  padding-right: 20px;
}

nav a:hover {
  color: #F7C8B9;
}

nav .btn-info {
  color: white;
  background-color: #263532;
  border-color: black;
  margin: 20px;
}

nav .btn-info img {
  width: 20px;
  margin-left: 5px;
}

nav .btn-info:hover {
  color: #000;
  background-color: #F7C8B9;
  border-color: #F7C8B9;
}

nav .navbar-toggler-icon {
  background-image: url("https://mdbootstrap.com/img/svg/hamburger6.svg?color=000");
  color: black;
}

nav #navbarSupportedContent {
  padding-left: 20px;
}

#bgImage {
  background-image: url("images/bg.full.jpg");
  background-size: contain;
  background-repeat: no-repeat;
  min-height: 100vh;
}

#bgImage img {
  width: auto;
  height: auto;
}

#bgImage h1 {
  font-family: "Allerta", sans-serif;
  font-size: 80px;
  color: black;
  padding-right: 15%;
}

#bgImage h2 {
  color: black;
  font-size: 24px;
  padding-right: 12%;
}

#bgImage button {
  background-color: #F7C8B9;
  font-size: 20px;
  padding: 10px 40px;
  color: black;
  font-weight: bold;
  border: none;
  margin-right: 25%;
}

@media (max-width: 680px) {
  #bgImage {
    background-image: url("image/bg.Media.jpg");
    min-height: 100vh;
  }
  #bgImage h1 {
    font-size: 11vw;
    padding-right: 0;
    -ms-flex-item-align: center;
        -ms-grid-row-align: center;
        align-self: center;
  }
  #bgImage h2 {
    font-size: 4vw;
    padding-right: 0;
    -ms-flex-item-align: center;
        -ms-grid-row-align: center;
        align-self: center;
  }
  #bgImage button {
    margin-right: 0;
    -ms-flex-item-align: center;
        -ms-grid-row-align: center;
        align-self: center;
  }
}

@media (max-width: 550px) {
  #bgImage {
    background-image: none;
    background-color: #3C5341;
    min-height: 50vh;
  }
  #bgImage h1 {
    font-size: 11vw;
    padding-right: 0;
    -ms-flex-item-align: center;
        -ms-grid-row-align: center;
        align-self: center;
  }
  #bgImage h2 {
    font-size: 4vw;
    padding-right: 0;
    -ms-flex-item-align: center;
        -ms-grid-row-align: center;
        align-self: center;
  }
  #bgImage button {
    margin-right: 0;
    -ms-flex-item-align: center;
        -ms-grid-row-align: center;
        align-self: center;
  }
}

#founderImage {
  background-image: url("image/meal.Image.jpg");
  height: 100%;
}

.row {
  margin-right: calc(0 * var(--bs-gutter-x));
}

#workSection {
  margin: 10px 10%;
}

#workSection h3 {
  font-family: "Allerta", sans-serif;
  font-size: 40px;
  text-align: center;
  padding: 20px 0;
}

#workSection div .card {
  border: none;
  padding: 10%;
}

#workSection h5,
#workSection p {
  text-align: center;
}

img[alt=icon] {
  width: 50%;
  -webkit-transition: -webkit-transform 1s ease-out;
  transition: -webkit-transform 1s ease-out;
  transition: transform 1s ease-out;
  transition: transform 1s ease-out, -webkit-transform 1s ease-out;
}

img:hover[alt=icon] {
  transform: scale(1.3);
  -o-transform: scale(1.3);
  -ms-transform: scale(1.3);
  -moz-transform: scale(1.3);
  -webkit-transform: scale(1.3);
}

#MealPlan {
  background-color: rgba(60, 83, 65, 0.01);
  padding-top: 40px;
  padding-bottom: 60px;
}

#MealPlan h3 {
  font-family: "Allerta", sans-serif;
  font-size: 40px;
  text-align: center;
  padding: 20px 0;
}

#MealPlan h4 {
  font-family: "Allerta", sans-serif;
  font-size: 20px;
  text-align: center;
  padding-bottom: 20px;
  margin: 0 20%;
}

#MealPlan .row {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 0 5%;
}

#MealPlan h5,
#MealPlan p {
  text-align: center;
}

#MealPlan h6 {
  text-align: center;
}

#MealPlan .card {
  margin-right: 20px;
}

#MealPlan button {
  background-color: white;
  color: black;
  font-weight: bold;
  border: 2px solid #F7C8B9;
  -ms-flex-item-align: center;
      -ms-grid-row-align: center;
      align-self: center;
}

#MealPlan .card-body {
  -ms-flex-item-align: center;
      -ms-grid-row-align: center;
      align-self: center;
}

#MealPlan .list-group {
  padding: 0;
  background-color: none;
}

img[alt^=About] {
  width: 80%;
}

#aboutUs {
  padding-top: 100px;
  padding-bottom: 100px;
}

#aboutUs h5 {
  font-size: 40px;
  text-align: center;
}

#aboutUs p {
  text-align: center;
  margin: 50px;
}

#aboutUs img {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

#B-Banner {
  background-color: #263532;
  color: white;
  margin: 20px;
}

#B-Banner h5 {
  text-align: center;
  font-size: 60px;
}

#B-Banner p {
  text-align: center;
}

#B-Banner button {
  background-color: #F7C8B9;
  font-size: 20px;
  padding: 10px 40px;
  color: #263532;
  font-weight: bold;
  border: none;
  -ms-flex-item-align: center;
      -ms-grid-row-align: center;
      align-self: center;
}

#B-BannerSmall .card {
  background-color: rgba(60, 83, 65, 0.01);
  border: none;
}

#B-BannerSmall button {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-item-align: center;
      -ms-grid-row-align: center;
      align-self: center;
  background-color: #F7C8B9;
  font-size: 20px;
  padding: 10px 40px;
  margin-bottom: 40px;
  color: #263532;
  font-weight: bold;
  border: none;
}

#gallery {
  margin: 40px 10%;
}

#replacement {
  background-color: rgba(60, 83, 65, 0.01);
}

#replacement h3 {
  font-family: "Allerta", sans-serif;
  font-size: 40px;
  text-align: center;
  padding: 20px 0;
}

#replacement h4 {
  font-family: "Allerta", sans-serif;
  font-size: 20px;
  text-align: center;
  padding-bottom: 20px;
  margin: 0 20%;
}

#contactUs {
  margin: 10px 10%;
  padding: 0 30px 30px 30px;
}

#contactUs .mb-4 {
  background-color: rgba(60, 83, 65, 0.05);
  padding: 20px;
  border-radius: 10px;
}

#contactUs h3 {
  font-family: "Allerta", sans-serif;
  font-size: 40px;
  text-align: center;
  padding: 20px 0;
}

#contactUs .md-form {
  margin: 30px 0;
}

#contactUs li p {
  margin: 50px 0;
}

#contactUs div a {
  background-color: #F7C8B9;
  border: none;
  color: black;
}

#contactUs label {
  padding: 2px;
}

@media (max-width: 680px) {
  #contactUs {
    margin: 0;
  }
}

footer {
  background-color: #263532;
  color: white;
}

.thumbnail {
  position: relative;
}

.caption {
  position: absolute;
  top: 20%;
  left: 0;
  width: 100%;
}

.caption p {
  font-family: "Allerta", sans-serif;
  font-size: 70px;
  text-align: center;
  color: black;
  text-shadow: 0px 2px 2px white;
}

.caption .input-group {
  padding: 0 30%;
}

@media (max-width: 680px) {
  .thumbnail {
    margin: 20% 0 40% 0;
  }
  .thumbnail .img-responsive {
    display: none;
  }
  .caption p {
    font-size: 5vh;
  }
  .caption .input-group {
    padding: 0 10%;
  }
}

.list-group {
  padding: 50px 10%;
  border-radius: 0.25rem;
  background-color: rgba(60, 83, 65, 0.01);
}

.vh-90 {
  margin: 50px 0;
}

.vh-90 button {
  background-color: #F7C8B9;
  color: #263532;
  border: none;
}

img[alt=BigLogo] {
  margin-bottom: 20px;
}

.divider:after,
.divider:before {
  content: "";
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  height: 1px;
  background: #eee;
}

.h-custom {
  height: calc(100% - 73px);
}

@media (max-width: 450px) {
  .h-custom {
    height: 100%;
    width: 100%;
  }
}

.banner-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-animation: fullBanner 1s ease-in;
          animation: fullBanner 1s ease-in;
}

.banner-container .banner {
  background: linear-gradient(-55deg, #263532 29%, #ffffff 29.1%, #ffffff 68%, #263532 68.1%);
  border-radius: 5px;
  margin: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-shadow: 0 5px 10px #0005;
          box-shadow: 0 5px 10px #0005;
  overflow: hidden;
}

.banner-container .banner .meal {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 250px;
          flex: 1 1 250px;
  padding: 15px;
  text-align: center;
  -webkit-animation: meal 8s ease-in-out 5s;
          animation: meal 8s ease-in-out 5s;
}

.banner-container .banner .meal img {
  width: 80%;
}

.banner-container .banner .content {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 250px;
          flex: 1 1 250px;
  text-align: center;
  padding: 10px;
}

.banner-container .banner .content span {
  color: red;
  font-size: 20px;
}

.banner-container .banner .content h3 {
  color: black;
  font-size: 40px;
  text-transform: uppercase;
  -webkit-animation: fade-inout 5s 2 alternate 2s;
          animation: fade-inout 5s 2 alternate 2s;
}

.banner-container .banner .content p {
  color: black;
  font-size: 20px;
  padding: 10px 0;
}

.banner-container .banner .content .btn {
  display: block;
  height: 40px;
  width: 150px;
  line-height: 20px;
  background: #263532;
  color: white;
  margin: 5px auto;
  text-decoration: none;
  border: 1px solid black;
}

.banner-container .banner .foodBowl {
  position: relative;
  bottom: -33px;
  padding: 10px;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 250px;
          flex: 1 1 250px;
  -webkit-animation: food 8s ease-in-out;
          animation: food 8s ease-in-out;
}

.banner-container .banner .foodBowl img {
  width: 100%;
}

@-webkit-keyframes fade-inout {
  0% {
    opacity: 1;
  }
  25% {
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  75% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@keyframes fade-inout {
  0% {
    opacity: 1;
  }
  25% {
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  75% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@-webkit-keyframes fullBanner {
  0% {
    -webkit-transform: skewX(53deg) translateX(-500px);
            transform: skewX(53deg) translateX(-500px);
    opacity: 0;
  }
  60% {
    -webkit-transform: translateX(0px);
            transform: translateX(0px);
  }
  62% {
    -webkit-transform: skewX(0deg) translateX(30px);
            transform: skewX(0deg) translateX(30px);
  }
  70% {
    -webkit-transform: skew(-20deg);
            transform: skew(-20deg);
    opacity: 1;
  }
  100% {
    -webkit-transform: skew(0deg);
            transform: skew(0deg);
  }
}

@keyframes fullBanner {
  0% {
    -webkit-transform: skewX(53deg) translateX(-500px);
            transform: skewX(53deg) translateX(-500px);
    opacity: 0;
  }
  60% {
    -webkit-transform: translateX(0px);
            transform: translateX(0px);
  }
  62% {
    -webkit-transform: skewX(0deg) translateX(30px);
            transform: skewX(0deg) translateX(30px);
  }
  70% {
    -webkit-transform: skew(-20deg);
            transform: skew(-20deg);
    opacity: 1;
  }
  100% {
    -webkit-transform: skew(0deg);
            transform: skew(0deg);
  }
}

@-webkit-keyframes meal {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  40% {
    -webkit-transform: scale(1.2) rotate(20deg);
            transform: scale(1.2) rotate(20deg);
  }
  60% {
    -webkit-transform: scale(1.3) rotate(-20deg);
            transform: scale(1.3) rotate(-20deg);
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}

@keyframes meal {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  40% {
    -webkit-transform: scale(1.2) rotate(20deg);
            transform: scale(1.2) rotate(20deg);
  }
  60% {
    -webkit-transform: scale(1.3) rotate(-20deg);
            transform: scale(1.3) rotate(-20deg);
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}

@-webkit-keyframes food {
  0% {
    -webkit-transform: scale(0.5) rotate(360deg);
            transform: scale(0.5) rotate(360deg);
  }
  80% {
    -webkit-transform: scale(1.2);
            transform: scale(1.2);
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}

@keyframes food {
  0% {
    -webkit-transform: scale(0.5) rotate(360deg);
            transform: scale(0.5) rotate(360deg);
  }
  80% {
    -webkit-transform: scale(1.2);
            transform: scale(1.2);
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}

@media (max-width: 768px) {
  .banner-container .banner .foodBowl {
    display: none;
  }
  .content h3 {
    text-shadow: 2px 8px 6px rgba(0, 0, 0, 0.2), 0px -5px 30px white;
  }
  .content p {
    text-shadow: 2px 8px 6px rgba(0, 0, 0, 0.2), 0px -5px 30px white;
  }
}
/*# sourceMappingURL=style.css.map */