* {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-family: "Open Sans", sans-serif;
}

:root {
  --cols: 1fr 1fr;
  --cols-offer: 1fr 1fr 1fr 1fr 1fr;
  --menu-img-width: 35vw;
  --contact-form-padding: 6em;
}

@media only screen and (max-width: 1000px) {
  :root {
    --cols: 1fr;
    --cols-offer: 1fr;
    --menu-img-width:80vw;
    --contact-form-padding: 1em    
  ;
  }
}

main {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr;
      grid-template-columns: 1fr;
}

main h1 {
  font-family: "Caveat", cursive;
  font-size: 3em;
  text-align: center;
}

main .section {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
  width: 100%;
  color: #9fc4ce;
  position: relative;
  padding: 1em;
  display: inline-block;
  font-weight: 500;
  font-size: 16px;
  letter-spacing: 0.15em;
  text-transform: uppercase;
}

main #heroouter {
  height: 60vh;
  overflow: hidden;
}

main #hero {
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), to(rgba(255, 255, 255, 0))), url("../images/home01.jpg") center center;
  background: linear-gradient(rgba(0, 0, 0, 0.5), rgba(255, 255, 255, 0)), url("../images/home01.jpg") center center;
  background-size: cover;
  background-position: center;
  -webkit-transition: all 3s ease;
  transition: all 3s ease;
  height: 60vh;
  padding: 3em;
  text-align: center;
}

main #hero #logo {
  background: url("../images/marc-chef-logo-original invert.svg") center center no-repeat;
  width: 90%;
  height: 90%;
  background-size: contain;
  margin: 20px auto;
}

main #hero:hover {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}

main #hero-menu {
  background: url("../images/image-23.jpg") top center;
  height: 50vh;
  background-size: cover;
}

main #intro {
  margin: 0 auto;
  width: 80%;
  padding-bottom: 4em;
}

main #consulting {
  margin: 0 auto;
  width: 80%;
}

main #consulting .offer-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: space-evenly;
      -ms-flex-pack: space-evenly;
          justify-content: space-evenly;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-bottom: 4em;
}

main #consulting .offer-list .offer-img {
  width: 15em;
  text-align: center;
  -ms-flex-line-pack: center;
      align-content: center;
  height: 35vh;
  margin: 1em;
  border-radius: 15px;
}

main #consulting .offer-list .offer-img p {
  padding: 1em;
  color: #fff;
  padding-top: 25vh;
  font-weight: bold;
}

main #consulting .offer-list #offer1 {
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.1)), to(rgba(0, 0, 0, 0.95))), url("../images/offer1.webp") center center;
  background: linear-gradient(rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0.95)), url("../images/offer1.webp") center center;
  background-size: cover;
  background-position: center;
}

main #consulting .offer-list #offer2 {
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.1)), to(rgba(0, 0, 0, 0.95))), url("../images/offer2.webp") center center;
  background: linear-gradient(rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0.95)), url("../images/offer2.webp") center center;
  background-size: cover;
  background-position: center;
}

main #consulting .offer-list #offer3 {
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.1)), to(rgba(0, 0, 0, 0.95))), url("../images/offer5.webp") center center;
  background: linear-gradient(rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0.95)), url("../images/offer5.webp") center center;
  background-size: cover;
  background-position: center;
}

main #consulting .offer-list #offer4 {
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.1)), to(rgba(0, 0, 0, 0.95))), url("../images/offer4.webp") center center;
  background: linear-gradient(rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0.95)), url("../images/offer4.webp") center center;
  background-size: cover;
  background-position: center;
}

main #consulting .offer-list #offer5 {
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.1)), to(rgba(0, 0, 0, 0.95))), url("../images/offer7.webp") center center;
  background: linear-gradient(rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0.95)), url("../images/offer7.webp") center center;
  background-size: cover;
  background-position: center;
}

main #menu {
  margin: 0 auto;
  width: 80%;
}

main #menu .menu-detail {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: var(--cols);
      grid-template-columns: var(--cols);
  padding-bottom: 4em;
}

main #menu .menu-detail:hover .menu-img img {
  -webkit-transform: scale(1.25);
  /* Safari and Chrome */
  /* Firefox */
  /* IE 9 */
  /* Opera */
  transform: scale(1.25);
}

main #menu p {
  margin-bottom: 2em;
}

main #menu .menu-text {
  display: block;
  color: #666;
}

main #menu .menu-title {
  display: block;
  font-weight: bold;
  margin-top: 1em;
}

main #menu .menu-img {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
  width: var(--menu-img-width);
  height: calc(0.67 * var(--menu-img-width));
  overflow: hidden;
}

main #menu .menu-img img {
  width: 100%;
  -webkit-transition: all 4s ease;
  transition: all 4s ease;
}

main #thecookhero {
  background: url("../images/image-18.webp") center center;
  height: 60vh;
  background-size: cover;
}

main #consultinghero {
  background: url("../images/home03.jpg") center center;
  height: 60vh;
  background-size: cover;
}

main #thecook {
  margin: 0 auto;
  width: 80%;
  padding-bottom: 4em;
}

main #contact {
  color: #fff;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.7)), to(rgba(0, 0, 0, 0.7))), url("../images/image-18.webp") center center;
  background: linear-gradient(rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.7)), url("../images/image-18.webp") center center;
  padding-bottom: 5em;
  height: 70vh;
}

main #contact h1 {
  color: #fff;
}

main #contact a:link, main #contact a:visited, main #contact a:hover, main #contact a:active {
  color: #fff;
}

main #contact .letter {
  padding: 1em;
}

main #contact-form {
  margin: 0;
  padding: var(--contact-form-padding);
}

main #contact-form .field {
  width: 100%;
  padding: 16px;
  border: none;
  background: #f2f2f2;
  margin-bottom: 1em;
}

main #contact-form .center-content {
  text-align: center;
}

main #contact-form .submit {
  font-size: 13px;
  letter-spacing: .15em;
  font-weight: 600;
  display: inline-block;
  color: #fff;
  border: 2px solid #9fc4ce;
  text-transform: uppercase;
  padding: 12px 24px;
  background: #9fc4ce;
}

main .letter {
  margin: auto;
  max-width: 800px;
}

main .handletter {
  font-family: "Caveat", cursive;
  font-size: 1.4em;
}

.mc {
  background: url("../images/mc.png") center center no-repeat;
  background-size: contain;
  height: 5em;
  margin: 2em;
}

.headerHolder {
  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;
  padding-left: 30px;
  padding-right: 30px;
  margin-top: 16px;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 100;
}

.headerHolder #nav {
  text-align: center;
}

.headerHolder #nav ul {
  margin: 0;
  text-align: center;
}

.headerHolder #nav ul li {
  display: inline-block;
  position: relative;
  margin-left: 24px;
  font-size: 13px;
  font-weight: 500;
  letter-spacing: 0.15em;
  text-transform: uppercase;
}

.headerHolder #nav ul li a {
  color: #fff;
  text-decoration: none;
}

footer {
  background-color: #23292c;
  color: #9fc4ce;
  padding: 8em 1em;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
  text-transform: uppercase;
}

footer a {
  color: #fff;
}
/*# sourceMappingURL=main.css.map */
.hiddenLocale{ 
  display:none !important;
}