.section.menu .menu-card .pizza .item, .section.menu .menu-card .salads .item, .section.menu .menu-card .starter .item {
  width: 100%;
  background-color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  border-bottom: 1px solid #eee;
}

.section.menu .menu-card .pizza .item .name, .section.menu .menu-card .salads .item .name, .section.menu .menu-card .starter .item .name {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 10px;
}

.section.menu .menu-card .pizza .item .name h2 #red, .section.menu .menu-card .pizza .item .name h2 #gray, .section.menu .menu-card .pizza .item .name .price, .section.menu .menu-card .salads .item .name h2 #red, .section.menu .menu-card .salads .item .name h2 #gray, .section.menu .menu-card .salads .item .name .price, .section.menu .menu-card .starter .item .name h2 #red, .section.menu .menu-card .starter .item .name h2 #gray, .section.menu .menu-card .starter .item .name .price {
  padding: 0 8px;
  font-size: 36px;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 80%;
  border-radius: 4px;
  color: #fff;
}

.section.menu .menu-card .pizza .item .name h2, .section.menu .menu-card .salads .item .name h2, .section.menu .menu-card .starter .item .name h2 {
  color: #000;
  font-size: 36px;
  font-weight: 400;
  margin: 10px;
}

.section.menu .menu-card .pizza .item .desc {
  color: #757575;
  font-size: 36px;
  margin: 36px 0;
}

.section.menu .menu-card .pizza, .section.menu .menu-card .salads, .section.menu .menu-card .starter {
  width: 100%;
  padding: 32px 16px;
  background-color: #fff;
}

* {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin: 0;
  padding: 0;
  font-family: "Amatic SC", sans-serif;
  line-height: 1.5;
}

.topnav {
  width: 100%;
  background-color: #000;
  opacity: 0.6;
  height: 52px;
  position: fixed;
  z-index: 1;
}

.topnav:hover {
  opacity: 1;
}

.topnav ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.topnav ul li {
  list-style-type: none;
  padding: 8px 16px;
  font-size: 24px;
  font-family: "Amatic SC", sans-serif;
  cursor: pointer;
  text-transform: uppercase;
}

.topnav ul li:hover {
  background-color: gray;
}

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

header {
  width: 100%;
  background-repeat: no-repeat;
  background-size: cover;
  background-image: url("./images/pizza.jpg");
  height: 90vh;
  -webkit-filter: grayscale(50%);
          filter: grayscale(50%);
}

header .graphic {
  position: absolute;
  height: 100%;
  width: 300px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  padding: 8px 16px;
}

header .graphic span {
  color: #fff;
  background-color: #000;
  padding: 4px 6px;
  font-size: 24px;
  padding: 0 8px;
}

header .heading {
  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;
  height: 100%;
}

header .heading h1 {
  color: #fff;
  text-align: center;
  font-size: 100px;
  font-weight: 100;
  margin-top: -16px;
}

header .heading button {
  color: #fff;
  background-color: #000;
  padding: 8px 16px;
  border: none;
  cursor: pointer;
  font-size: 36px;
  margin-top: 16px;
}

header .heading button:hover {
  color: #000;
  background-color: gray;
}

.section.menu {
  background-color: #000;
  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-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 64px 16px 128px 16px;
}

.section.menu h2 {
  color: #fff;
  font-size: 64px;
  margin-bottom: 64px;
  font-weight: 100;
  text-transform: uppercase;
}

@media (min-width: 1000px) {
  .section.menu .menu-card {
    width: 990px;
  }
}

.section.menu .menu-card {
  max-width: 980px;
  border: 1px solid #616161;
}

.section.menu .menu-card .card-header ul {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.section.menu .menu-card .card-header ul li {
  color: #fff;
  list-style-type: none;
  width: 33.333%;
  background-color: #000;
  cursor: pointer;
  font-size: 36px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 12px 0;
}

.section.menu .menu-card .card-header ul li:hover {
  background-color: red;
}

.section.menu .menu-card .card-header ul li:first-child {
  background-color: red;
}

.section.menu .menu-card .pizza .item .name h2 #red, .section.menu .menu-card .pizza .item .name h2 #gray {
  color: #000;
  display: inherit;
}

.section.menu .menu-card .pizza .item .name h2 #red {
  background-color: red;
}

.section.menu .menu-card .pizza .item .name h2 #gray {
  background-color: gray;
}

.section.menu .menu-card .pizza .item .name .price {
  background-color: #616161;
}

.section.menu .menu-card .salads {
  display: none;
}

.section.menu .menu-card .salads .item .name h2 #red, .section.menu .menu-card .salads .item .name h2 #gray {
  color: #000;
  display: inherit;
}

.section.menu .menu-card .salads .item .name h2 #red {
  background-color: red;
}

.section.menu .menu-card .salads .item .name h2 #gray {
  background-color: gray;
}

.section.menu .menu-card .salads .item .name .price {
  background-color: #616161;
}

.section.menu .menu-card .starter {
  display: none;
}

.section.menu .menu-card .starter .item .name h2 #red, .section.menu .menu-card .starter .item .name h2 #gray {
  color: #000;
  display: inherit;
}

.section.menu .menu-card .starter .item .name h2 #red {
  background-color: red;
}

.section.menu .menu-card .starter .item .name h2 #gray {
  background-color: gray;
}

.section.menu .menu-card .starter .item .name .price {
  background-color: #616161;
}

.section.about {
  width: 100%;
  background-color: #f44336;
  -webkit-filter: grayscale(75%);
          filter: grayscale(75%);
  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-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #fff;
  padding: 64px 16px;
}

.section.about .about-content {
  max-width: 980px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.section.about .about-content h2 {
  font-size: 64px;
  margin: 10px 0 64px 0;
  text-align: center;
}

.section.about .about-content p {
  font-size: 24px;
}

.section.about .about-content .chef {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 100%;
  font-size: 24px;
}

.section.about .about-content .chef .chef-info {
  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: space-evenly;
      -ms-flex-pack: space-evenly;
          justify-content: space-evenly;
}

.section.about .about-content .chef .chef-image {
  width: 150px;
}

.section.about .about-content .chef .chef-image img {
  width: 100%;
  border-radius: 50%;
}

.section.about .about-content img {
  margin-top: 50px;
  width: 100%;
}

.section.about .about-content h3 {
  font-size: 36px;
  margin: 10px 0;
}

.section.about .about-content .opening-hours {
  width: 65%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.section.about .about-content .opening-hours .item ul {
  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: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.section.about .about-content .opening-hours .item ul li {
  list-style-type: none;
  font-size: 24px;
  margin: 12px 0;
}

.section.map {
  width: 100%;
}

.section.map img {
  width: 100%;
  -webkit-filter: grayscale(70%);
          filter: grayscale(70%);
}

.section.contact {
  width: 100%;
  background-color: #607d8b;
  -webkit-filter: grayscale(50%);
          filter: grayscale(50%);
  padding: 64px 16px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: -6px;
}

.section.contact .contact-content {
  max-width: 980px;
}

.section.contact .contact-content h2 {
  text-align: center;
  color: #fff;
  font-size: 64px;
  font-weight: 400;
  margin: 10px 0 64px 0;
}

.section.contact .contact-content p {
  font-size: 24px;
  color: #fff;
  margin: 24px 0;
}

.section.contact .contact-content h3 {
  font-size: 36px;
  color: #fff;
  font-weight: 400;
  margin: 36px 0;
}

.section.contact .contact-content form {
  width: 100%;
}

.section.contact .contact-content form input {
  width: 100%;
  background-color: #fff;
  border: 1px solid #ccc;
  padding: 16px 8px;
  margin: 12px 0;
  font-size: 24px;
}

.section.contact .contact-content form ::-webkit-input-placeholder {
  font-size: 24px;
}

.section.contact .contact-content form :-ms-input-placeholder {
  font-size: 24px;
}

.section.contact .contact-content form ::-ms-input-placeholder {
  font-size: 24px;
}

.section.contact .contact-content form ::placeholder {
  font-size: 24px;
}

.section.contact .contact-content form button {
  width: 100%;
  background-color: #f1f1f1;
  cursor: pointer;
  padding: 8px 16px;
  font-size: 24px;
  margin: 8px 0;
  border: none;
}

.section.contact .contact-content form button:hover {
  background-color: lightgrey;
}

footer {
  width: 100%;
  background-color: #000;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 48px 0;
}

footer p {
  color: white;
  font-size: 36px;
  margin: 36px 0;
}

footer p a {
  color: white;
}

footer p a:hover {
  color: green;
}
/*# sourceMappingURL=style.css.map */