html,
body {
  margin: 0;
  padding: 0;
  width: 100%;
  height: 100%;
  font-family: "Lato", "Segoe UI", Tahoma, Geneva, Verdana, sans-serif;
  color: grey;
}

.prod img {
  height: 300px;
}

/*Navigation Bar*/
.nav {
  z-index: 1;
  position: fixed;
  width: 100%;
  height: 60px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.4);
  transition: background-color 300ms linear;
}

.nav.scrolled {
  background-color: rgba(10, 10, 10, 0.3) !important;
  transition: background-color 300ms linear;
}
.nav {
  padding: 20px 0;
}
.menu-open {
  position: absolute;
  left: 1.4em;
}

.brand span a {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  text-transform: uppercase;
  font-size: 14px;
  letter-spacing: 9px;
}
.cart {
  position: absolute;
  right: 1.4em;
}

/* Menu*/
.menu {
  position: fixed;
  z-index: 2;
  padding-top: 2vh;
  width: 20%;
  left: -20%;
  height: 80vh;
  background: rgb(255, 255, 255, 0.9);
  border-right: 1px solid rgba(0, 0, 0, 0.4);
}

.menu-close {
  position: relative;
  float: right;
  margin-right: 20px;
}
.menu ul {
  list-style: none;
  position: relative;
  top: 30%;
  left: 15%;
  transform: translate(0%, -50%);
}

.menu ul li {
  padding-bottom: 2vh !important;
}

.menu ul li a {
  font-size: 16px;
}

.media-menu {
  position: relative;
  top: 60%;
  left: 20%;
}

.media-menu ul li {
  padding-right: 10px;
}

/*Hero Section*/
.hero-section {
  height: 100vh;
  border-bottom: 1px solid rgba(0, 0, 0, 0.4);
  margin-bottom: 3vh;
}
.hero-left {
  height: 100vh;
  background: #f7f6f2;
}

.tagline {
  position: absolute;
  margin-top: 130px;
  margin-left: 40px;
  font-size: 24px;
  font-family: Calibri;
  font-weight: 300;
}
a,
a:hover {
  color: grey !important;
  text-decoration: none !important;
}
.shipping {
  position: absolute;
  bottom: 30px;
  margin-left: 40px;
  font-size: 14px;
}

.hero-image img {
  width: 100% !important;
}
.hero-image {
  position: absolute;
  top: 14vh;
  left: 50vh;
  transform: translateX(-50%);
}

/* Media Icons*/
.media-menu {
  position: absolute;
  right: 0;
  bottom: 20px;
}

.media ul {
  list-style: none;
  padding-top: 4vh;
}
.media ul li {
  padding: 2vh;
  display: inline-block;
}

@media (max-width: 900px) {
  .hero-image {
    display: none;
  }

  .media {
    position: absolute;
    left: 50%;
    transform: translate(-50%, 0);
  }
  .media ul {
    margin-right: 0;
  }

  .prod-sec {
    padding-left: 30px;
    width: 100%;
  }
  .menu {
    width: 100%;
    left: -100%;
  }
  .prod {
    padding: 5vw;
  }

  .prod img {
    margin-top: 50px;
    display: block;
    margin-left: auto;
    margin-right: auto;
  }
  p {
    text-align: center;
    /* margin: 0 auto 0 auto;
    width: 200px;*/
  }
}
/*Section Basic */
.section {
  padding: 80px 40px;
}

.section p {
  font-size: 24px;
  font-weight: 300;
}

/*Product / Banner Section */

.prod {
  margin-top: 20px;
}

#prod-desc {
  margin-top: 16px;
  font-size: 14px;
}

.prod-sec {
  width: 101.2%;
}
.prod-sec img {
  width: 100%;
}

/*Footer*/
.footer {
  padding: 30px 0;
  background: #f7f6f2;
}
.block {
  margin-top: 10px;
}
footer p {
  text-align: center;
}
/*shop page*/
.whitespaces {
  height: 100px;
}
.collection {
  padding: 4vh 0;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
#heading {
  font-size: 24px;
  margin-left: 5vh;
  padding-bottom: 0;
  position: relative;
  display: inline-block;
}
