* {
  box-sizing: border-box;
}

html, body {
  min-height: 100%;
}

body {
  margin: 0 auto;
}

hr {
  margin: 3rem;
}

header {
  width: 200px;
  float: left;
}

div[class*="Update"] {
  background: #D2AB7F;
  color: #FFF;
  padding: 0.3rem;
  border-radius: 0 0 0 5px;
}

.divColor {
  width: 100%;
  height: 50px;
  background-color: #D2AB7F;
  margin-bottom: 1rem !important;
}

#content {
  float: right;
  width: calc(100% - 200px);
  background: #F9F9FF;
  min-height: 32rem;
}

#logo img {
  display: block;
  width: 80%;
  margin: 1em auto;
  margin-top: 3em;
}

ul {
  margin: 0;
  padding: 0;
}

li {
  list-style-type: none;
  margin: 0 2rem;
  text-align: center;
}

#menu {
  width: 100%;
}

#menu a {
  font-size: 1rem;
  text-decoration: none;
  color: #555753;
  margin: 1.3rem 0;
  display: block;
}

div#content>div {
  margin-bottom: 3rem;
}

/* banner */
div.banner2Col {
  display: flex;
}

div.banner2Col>div {
  width: 50%;
  margin: 0 auto;
}
/* end of banner */

/* showcase */
div.showcase {
  display: flex;
  justify-content: space-around;
  position: relative;
  flex-wrap: wrap;
}

div.emptyShowcase div.product {
  align-self: center;
}

div.product {
  cursor: pointer;
  width: 20%;
  border-bottom: 1px #cfcfda solid;
  padding: 1rem;
}

div.productImg img {
  width: 100%;
  height: 100%;
  border-radius: 50%;
}

div.productName {
  text-align: center;
}

/* end of showcase */

/* footer */
footer {
  display: flex;
  background: #E2E2E2;
  justify-content: center;
  flex-wrap: wrap;
  clear: both;
}

footer div {
  margin: 2rem;
}

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

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

#menuSlider {
  background-color: #D2AB7F;
}

/* end of footer */
@media screen and (max-width: 700px) {
  header {
    width: 100%;
  }
  #logo img, #menu li {
    margin: auto;
    text-align: center;
    width: 50%;
  }
  #content {
    width: 100%;
  }
  #extendMenu {
    position: absolute;
  }
}