body {
  margin: 0;
  background-image: url("../../images/texture/homedecor-texture.jpg");
  background-size: cover;
  background-repeat: no-repeat;
}

header {
  background-color: #b7b7b7;
}

@media (min-width: 500px) {
  header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

nav {
  display: none;
  -ms-flex-item-align: end;
      align-self: flex-end;
  margin: 0px 20px 20px auto;
}

nav li {
  list-style: none;
}

nav ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 0;
  padding-top: 2.4em;
  top: -10px;
  position: relative;
  margin-right: 20px;
}

@media (min-width: 500px) {
  nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}

li a {
  color: #5c4040;
  text-decoration: none;
  margin: 10px;
}

li a:hover {
  text-decoration: underline;
}

.active {
  color: #020101;
}

.logo img {
  max-width: 100px;
  margin: 10px;
}

@media (max-width: 500px) {
  .displayNav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: absolute;
    background-color: #9e9e9e;
    width: 100%;
    z-index: 1;
  }
  .displayNav ul {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin: auto;
    padding: 0px;
    font-size: 2.5em;
    text-align: center;
  }
  .displayNav ul img {
    width: 40%;
  }
}

.hamburgerIcon {
  float: right;
  height: 60px;
  width: 60px;
  margin: 30px 20px 0px 0px;
  background: none;
  border: none;
  background-image: URL("../icons/hamburgerMenu.svg");
  background-repeat: no-repeat;
}

@media (min-width: 500px) {
  .hamburgerIcon {
    display: none;
  }
}

.livingroom {
  background-image: url("../../images/texture/livingroom.jpg");
}

.kitchen {
  background-image: url("../../images/texture/kitchen.jpg");
}

.bedroom {
  background-image: url("../../images/texture/bedroom.jpg");
}

.kitchen,
.livingroom,
.bedroom {
  display: block;
  opacity: 80%;
  height: 350px;
  width: 300px;
}

@media (min-width: 500px) {
  .kitchen,
  .livingroom,
  .bedroom {
    display: block;
    opacity: 80%;
    height: 498px;
    width: 398px;
    background-repeat: no-repeat;
  }
}

.kitchen:hover,
.bedroom:hover,
.livingroom:hover {
  opacity: 100%;
}

.content-wrapper {
  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;
}

.categories {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: auto;
}

.category {
  padding: 1.4em;
}

.categories-link {
  background-color: #5c4040;
  color: white;
  text-decoration: none;
  margin: auto;
  padding: 1.2em 3em;
}

@media (min-width: 500px) {
  .categories-link {
    padding: 1.2em 5.5em;
  }
}

.categories-link:hover {
  background-color: #4d3636;
}

.heroImage {
  background-image: url("../../images/texture/homedecor-hero-image.jpg");
  width: 100%;
  height: 600px;
  background-position: top center;
}

.introduction {
  text-align: center;
  margin: 3.5em auto;
}

.introduction p {
  max-width: 800px;
  margin: 20px auto;
}

h1,
h2,
nav,
header {
  font-family: "Noto Serif Display", serif;
}

p,
.categories-link {
  font-family: roboto;
}

p {
  font-weight: 300;
}

h1 {
  text-align: center;
  font-size: 40px;
}

@media (min-width: 500px) {
  h1 {
    font-size: 4.5em;
    margin-bottom: 3px;
  }
}

h2 {
  margin-top: 5px;
  font-size: 2.5em;
}

p {
  font-size: 1.4em;
}

h1,
h2,
nav {
  color: #5c4040;
}

li a {
  font-size: 22px;
}

.categories-link {
  font-size: 1.4em;
}

footer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: end;
}

footer span {
  margin: 10px;
}

.product {
  background-color: white;
  max-width: 380px;
  margin: 20px auto;
}

.product p {
  max-width: 320px;
  margin: 25px;
}

.product h2 {
  font-size: 1.8em;
  margin: 25px;
}

.product button {
  background: none;
  background-image: url("../../icons/shoppingCart.svg");
  background-repeat: no-repeat;
  height: 40px;
  width: 40px;
  margin: 15px;
  margin-right: 30px;
  border: none;
  cursor: pointer;
}

@media (min-width: 500px) {
  .product {
    margin: 20px;
  }
}

.price_addToCart {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.headerImageProducts {
  background-image: url("../../images/products/productheaderimage.jpg");
  height: 665px;
  background-position: center;
  background-size: cover;
  max-width: 100%;
  -webkit-filter: grayscale(1.3);
          filter: grayscale(1.3);
}

@media (min-width: 500px) {
  .products {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin: auto;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
/*# sourceMappingURL=styles.css.map */