body {
  background: #353935;
}

header {
  display: flex;
  flex-direction: column;
  align-items: center;
  top: 0;
  background: #353935;
  z-index: 999;
  max-height: 150px;
}


div[class*="Update"] {
  background: #ffff00;
  padding: 0.3rem;
}

#content {
  margin: 0 10%;
  background: #FFF;
}

div#logo a img {
  max-height: 150px;
}

#bannerA {
  width: 95%;
  margin: 0 auto;
}

#bannerA img {
  width: 100%;
}

ul {
  margin: 0;
  padding: 0;
}

li {
  display: inline-block;
  margin: 1rem 2rem;
}

li a {
  color: #000000;
  text-decoration: none;
}

#content hr {
  margin: 5rem 0;
}

/* showcase */
div.showcase .productList {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin: 0 1em;
}

div.product {
  cursor: pointer;
  width: 20%;
  margin: 0.2em;
}

@media screen and (max-width: 500px) {
  div.product {
    width: 40%;
  }
}

div.productImg img {
  width: 100%;
  height: 100%;
}

div.productName {
  text-align: center;
}

/* end of showcase */

/* footer */
.footerBackground {
  height: 200px;
  background: repeating-linear-gradient(180deg, 
                                        #F6F6F6 0, #F6F6F6 20px, 
                                        transparent 0, transparent 40px);
}

footer {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}

footer div {
  margin: 2rem;
}

footer div h3, footer i {
  color: #8d796d;
}

footer a, footer p {
  color: #8d8d8d;
  text-decoration: none;
}
/* end of footer */

#extendMenu {
  position: absolute;
}
  
  
  
