.menu-container {
  background: #000 !important;
}
.menu-container div {
  position: relative;
}
.menu-container div div.four {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
}
.menu-container div div.four .logo-montelirio a img {
  width: 150px;
}
.menu-container div .main-menu li a {
  color: #fff;
}
#about {
  padding-bottom: 0;
}
.products {
  margin: 0;
}
.callout {
  background: #ffd600;
}
.callout .callout--container {
  padding-top: 7rem;
  padding-bottom: 7rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.callout .callout--container h1,
.callout .callout--container p {
  color: #fff;
}
#contact-input,
#contact-textarea,
#submit {
  width: 100% !important;
}
.page-about {
  padding-top: 60px;
}
.page-about .icons-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
/*
** Parallax
*/
.bg10 {
  background-image: url("../images/Children-Feeding-Chickens-Farm-Poultry.jpg");
}
@media only screen and (max-width: 768px) {
  .page-about {
    padding-top: 90px;
  }
  .page-about .icons-flex {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

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