/* General */
/*html {
  font-family: 'Raleway', sans-serif;
}*/



body {
  margin: auto;
}

/* Typography */
h1, h2 {
  font-family: 'Lato', cursive;
  margin: 0;
  text-align: center;
}

section h1 {
  font-size: 5rem;
  background: url(icons/bean_can.png) no-repeat 20% center, url(icons/bean_can.png) no-repeat 80% center;
  background-size: 48px 48px;
}
<style type="text/css">
#pancakes-text {
  font-family: Satisfy;
  font-size: 1.5em;
  margin: 1em 0;
/*  color: SandyBrown;*/
  text-shadow: 0.02em 0.02em 0 Brown, 0 0 0.5em violet;
  z-index: 10;
}

#pancakes-text span {
  display: block;
  padding-top: 0.6em;
  padding-left: 0.5em;
}
</style>
    <style type="text/css">
    .button {
      border: 0;
      line-height: 2.5;
      padding: 0 20px;
      font-size: 1rem;
      text-align: center;
      color: #fff;
      text-shadow: 1px 1px 1px #000;
      border-radius: 10px;
      background-color: rgba(220, 0, 0, 1);
      background-image: linear-gradient(to top left, rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2) 30%, rgba(0, 0, 0, 0));
      box-shadow:
        inset 2px 2px 3px rgba(255, 255, 255, 0.6),
        inset -2px -2px 3px rgba(0, 0, 0, 0.6);
        }

        .styled:hover {
          background-color: rgba(255, 0, 0, 1);
        }

        .styled:active {
          box-shadow:
            inset -2px -2px 3px rgba(255, 255, 255, 0.6),
            inset 2px 2px 3px rgba(0, 0, 0, 0.6);
        }
         div.service-menu-desc .ilax{
                              justify-content: center; 
                              display:flex; 
                              flex-wrap: wrap;  
                              text-align: center;
                            }
    </style>


.navnav {
  padding: 0.5rem 1rem;
   font-size: 1.1em; 
  margin-top: -1px;
/*   overflow-x: auto; */
  text-align: center;
  color: white;
  padding: 0em;
  justify-content: center;
  justify-items: center;
  justify-self: center ;
  margin-top: 0;
}

.navnav li {
  padding: 0.1rem 0.1rem;
  font-size: 1.1em;
  /* margin-top: -1px; */
/*   overflow-x: auto; */
  text-align: center;
  color: white;
  margin: 2px;
}

navbar .navnav li a {
  padding: 0.5rem 1rem;
  font-size: 1.1em;
  /* margin-top: -1px; */
  /* overflow-x: auto; */
  text-align: center;
  color: white;
}


section h2 {
  font-size: 1.5rem;
  /*color: yellow;*/
  z-index: 3000;
  text-shadow: 2px 2px 1px black;
  line-height: 2rem;
  padding-top: 0.3rem;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  justify-items: center;
  -ms-grid-column-align: center;
      justify-self: center;
      align-content: center;
  -ms-flex-line-pack: center;
      align-content: center;
  text-align: center;
  -ms-flex-item-align: center;
      -ms-grid-row-align: center;
      align-self: center;
      background: -webkit-linear-gradient(#fefefe, #eee);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

/*p, label, input, select, button, li {
  font-size: 1.5rem;
}*/

li {
  line-height: 1.5;
}

/* block styling */
header, aside, main, footer {
  padding: 20px;
}

/*aside {
  border-right: 5px solid black;
}*/
/*body > div {
  border: 5px solid black;
  display: grid;
  grid-template-columns: 1fr ;
}*/
/*aside {
  flex: 3;
}

main {
  flex: 7;
}*/
/* Form styling */
aside {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  /*flex-flow: column;*/
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
}

aside div {
  margin-bottom: 20px;
}

label, select, input {
  display: block;
}

label {
  margin-bottom: 5px;
}

select, input, button {
  width: 100%;
}

input {
  background: black;
  -webkit-box-shadow: inset 1px 1px 1px white;
          box-shadow: inset 1px 1px 1px white;
  color: #ff0037;
  border: none;
  padding: 5px;
  width: 201.5px;
}



/*.button {
  background: black;
  color: white;
  padding: 5px 0;
  border: none;
  border-radius: 10px;
  -webkit-box-shadow: inset 1px 1px 2px white, inset -1px -1px 2px #ccc;
          box-shadow: inset 1px 1px 2px white, inset -1px -1px 2px #ccc;
}*/

.button {
  border: 0;
  line-height: 2.5;
  padding: 0 20px;
  font-size: 1rem;
  text-align: center;
  color: #fff;
  text-shadow: 1px 1px 1px #000;
  border-radius: 10px;
  background-color: rgba(220, 0, 0, 1);
  background-image: linear-gradient(to top left, rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2) 30%, rgba(0, 0, 0, 0));
  box-shadow:
    inset 2px 2px 3px rgba(255, 255, 255, 0.6),
    inset -2px -2px 3px rgba(0, 0, 0, 0.6);
}

.styled:hover {
  background-color: rgba(255, 0, 0, 1);
}

.styled:active {
  box-shadow:
    inset -2px -2px 3px rgba(255, 255, 255, 0.6),
    inset 2px 2px 3px rgba(0, 0, 0, 0.6);
}

/* Styling the products */
main {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 1fr 1fr 1fr;
      grid-template-columns: 1fr 1fr 1fr 1fr;
  -webkit-box-pack: stretch;
      -ms-flex-pack: stretch;
          justify-content: stretch;
}

section {
  width: 90%;
  margin: 5px;
  background-color: #f4f4f4;
  position: relative;
  height: 215px;
  background-image: linear-gradient(to top, #dfe9f3 0%, white 100%),
  linear-gradient(45deg,
              rgba(245,70,66, 0.75),
              rgba(8,83,156, 0.75)), 
  -webkit-box-shadow: rgba(0, 0, 0, 0.15) 0px 54px 55px, rgba(0, 0, 0, 0.12) 0px -12px 30px, rgba(0, 0, 0, 0.12) 0px 4px 6px, rgba(0, 0, 0, 0.17) 0px 12px 13px, rgba(0, 0, 0, 0.09) 0px -3px 5px;
          box-shadow: rgba(0, 0, 0, 0.05) 0px 54px 55px, rgba(0, 0, 0, 0.02) 0px -12px 30px, rgba(0, 0, 0, 0.02) 0px 4px 6px, rgba(0, 0, 0, 0.17) 0px 12px 13px, rgba(0, 0, 0, 0.09) 0px -3px 5px;
}

section img {
  width: 50%;
  height: 50%;
  display: block;
  align-items: center;
  align-content: center;
  align-content: center;
  /*position: absolute;*/
  /*bottom: 0px;*/
  margin: auto;
  border-radius: 5%;
  background-image: linear-gradient(to top, #dfe9f3 0%, white 100%),
  linear-gradient(45deg,
              rgba(245,70,66, 0.75),
              rgba(8,83,156, 0.75));
  /*background: -webkit-gradient(linear, left top, left bottom, from(rgba(245, 246, 252, 0.52)), to(rgba(117, 19, 93, 0.73)));*/
  /*background: linear-gradient(to bottom, rgba(245, 246, 252, 0.52), rgba(117, 19, 93, 0.73));*/
  /*background-size: 50%;*/
}

secttion img:after {
  content: '';
  /* FF3.6+ */
  /* Chrome,Safari4+ */
  /* Chrome10+,Safari5.1+ */
  /* Opera 11.10+ */
  /* IE10+ */
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 47, 75, 0.5)), to(rgba(220, 66, 37, 0.5)));
  background: linear-gradient(to bottom, rgba(0, 47, 75, 0.5) 0%, rgba(220, 66, 37, 0.5) 100%);
  
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#002f4b', endColorstr='#00000000',GradientType=0 );
  /* IE6-9 */
}

/*section p {
  color: yellow;
  background: #d9480f;
  width: 150px;
  height: 50px;
  line-height: 50px;
  text-align: center;
  -webkit-box-shadow: 2px 2px 1px yellow;
          box-shadow: 2px 2px 1px yellow;
  position: absolute;
  bottom: -6px;
  z-index: 2000;
}*/

section a {
  color: yellow;
  background: #d9480f;
  width: 150px;
  height: 50px;
  line-height: 50px;
  text-align: center;
  -webkit-box-shadow: 2px 2px 1px yellow;
          box-shadow: 2px 2px 1px yellow;
  position: absolute;
  bottom: -6px;
  z-index: 2000;
}

@media (max-width: 998px) {
  main {
    display: -ms-grid;
    display: grid;
    /*grid-row: 2;*/
    -ms-grid-columns: 1fr 1fr 1fr;
        grid-template-columns: 1fr 1fr 1fr;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    justify-items: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  section {
    width: 70%;
    margin: 5px;
    background-color: #f4f4f4;
    position: relative;
    height: 215px;
    margin: 15px;
  }
  section img {
    width: 100%;
    display: block;
    position: absolute;
    bottom: 0px;
  }
/*  section p {
    color: yellow;
    background: #d9480f;
    width: 150px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    -webkit-box-shadow: 2px 2px 1px yellow;
            box-shadow: 2px 2px 1px yellow;
    position: absolute;
    bottom: -6px;
    z-index: 2000;
  }*/
    section a {
    color: yellow;
    background: #d9480f;
    width: 150px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    -webkit-box-shadow: 2px 2px 1px yellow;
            box-shadow: 2px 2px 1px yellow;
    position: absolute;
    bottom: -6px;
    z-index: 2000;
  }
}
}

@media (max-width: 768px) {
  header {
    -ms-grid-row: 2;
    grid-row: 2;
    margin-top: 10px;
  }
  header h1 {
    font-size: 3.5rem;
    font-weight: bold;
    background: url(icons/bean_can.png) no-repeat 0% center, url(icons/bean_can.png) no-repeat 100% center;
    background-size: 48px 48px;
  }
  aside {
    -ms-grid-row: 1;
    grid-row: 1;
    border-right: none;
    border-bottom: 5px solid black;
    margin-bottom: 10px;
    width: 70%;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    justify-items: center;
    -ms-grid-column-align: center;
        justify-self: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  input {
    width: calc(100% - 5px);
    padding: 5px 0 5px 5px;
  }
  main {
    /*grid-row: 2;*/
    -ms-grid-columns: 1fr 1fr;
        grid-template-columns: 1fr 1fr;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    justify-items: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  section {
    width: 70%;
    margin: 5px;
    background-color: #f4f4f4;
    position: relative;
    height: 215px;
    margin: 15px;
  }
  section img {
    width: 100%;
    display: block;
    position: absolute;
    bottom: 0px;
  }
/*  section p {
    color: yellow;
    background: #d9480f;
    width: 150px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    -webkit-box-shadow: 2px 2px 1px yellow;
            box-shadow: 2px 2px 1px yellow;
    position: absolute;
    bottom: -6px;
    z-index: 2000;
  }*/
    section a {
    color: yellow;
    background: #d9480f;
    width: 150px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    -webkit-box-shadow: 2px 2px 1px yellow;
            box-shadow: 2px 2px 1px yellow;
    position: absolute;
    bottom: -6px;
    z-index: 2000;
  }
}

/* mobile responsive styles*/
@media screen and (max-width: 500px) {
  /* body, body div {
    display: grid;
    max-width: 480px;
  }*/
  header {
    -ms-grid-row: 2;
    grid-row: 2;
    margin-top: 10px;
  }
  header h1 {
    font-size: 3.5rem;
    font-weight: bold;
    background: url(icons/bean_can.png) no-repeat 0% center, url(icons/bean_can.png) no-repeat 100% center;
    background-size: 48px 48px;
  }
  aside {
    -ms-grid-row: 1;
    grid-row: 1;
    border-right: none;
    margin-bottom: 10px;
    width: 70%;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    justify-items: center;
    -ms-grid-column-align: center;
        justify-self: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  input {
    width: calc(100% - 5px);
    padding: 5px 0 5px 5px;
  }
  main {
    /*grid-row: 2;*/
    -ms-grid-columns: 1fr;
        grid-template-columns: 1fr;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    justify-items: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  section {
    width: 70%;
    margin: 5px;
    background-color: #f4f4f4;
    position: relative;
    height: 215px;
    margin: 15px;
  }
  section img {
    width: 100%;
    display: block;
    position: absolute;
    bottom: 0px;
  }
/*  section p {
    color: yellow;
    background: #d9480f;
    font-family: 'Roboto', 'Lato', sans-serif;
    width: 100px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    -webkit-box-shadow: 2px 2px 1px #ff3300;
            box-shadow: 2px 2px 1px #ff3300;
    bottom: -6px;
    z-index: 2000;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    justify-items: center;
    -ms-grid-column-align: center;
        justify-self: center;
  }*/
    section a {
    color: yellow;
    background: #d9480f;
    font-family: 'Roboto', 'Lato', sans-serif;
    width: 100px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    -webkit-box-shadow: 2px 2px 1px #ff3300;
            box-shadow: 2px 2px 1px #ff3300;
    bottom: -6px;
    z-index: 2000;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    justify-items: center;
    -ms-grid-column-align: center;
        justify-self: center;
  }
  footer {
    -ms-grid-row: 3;
    grid-row: 3;
    margin-bottom: 10px;
  }
  .vegetables, .meat, .soup {
    background: #f4f4f4;
  }
}


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