html {
  font-family: ivymode, sans-serif;
  background-color: #fef3ed;
  padding: 0px;
  height: 100%;
  margin: 0px;
  color: #503631;
  line-height: 1em;
  overflow-x: hidden;
}

.intro {
  background-color: #503631;
  height: 100vh;
  overflow: hidden;
}
.drip {
  color: #fef3ed;
  font-size: 3vw;
  float: left;
  margin: 50px;
  width: 100%;
  font-weight: 700;
}
.title {
  text-decoration: none;
  color: #fef3ed;
  font-size: 11vw;
  text-align: center;
  width: 100%;
  padding-top: 15%;
  font-weight: 400;
}
.description {
  text-decoration: none;
  color: #fef3ed;
  font-size: 3vw;
  text-align: center;
  position: absolute;
  bottom: 150px;
  width: 100%;
}
.arrow {
  color: #fef3ed;
  font-size: 2vw;
  text-align: center;
  width: 100%;
  position: absolute;
  bottom: 80px;
}

a {
  text-decoration: none;
  color: #fef3ed;
}
.brown {
  text-decoration: none;
  color: #503631;
  padding-bottom: 50px;
  padding-top: 40px;
  margin-right: 0vw;
  font-size: 3vw;
  font-weight: 400;
  float: eft;
}
.big {
  font-size: 8vw;
  padding-bottom: 10px;
  line-height: 1.3em;
}
.small {
  font-size: 3.7vw;
  line-height: 1.3em;
  z-index: 4;
}
.right {
  float: right;
  padding-top: 175px;
}
.long {
  width: 80%;
  height: auto;
}
.latte {
  padding-top: 100px;
  width: 80%;
  height: auto;
}
.mobile
{
  display: none;
  width: 100%;
}
.mocha {
  width: 60%;
  margin-left: 50px;
  height: auto;
}
.mobilenoshow {
  display: block;
}
.paddingtop {
  padding-top: 80px;
}
.center {
  display: block;
  margin-left: auto;
  margin-right: auto;
  padding-left: 60px;
}
.wrapper1 {
  display: grid;
  grid-template-columns: 1fr 1fr;
  margin-left: 7%;
  margin-right: 7%;
  grid-row-gap: 4.5em;
  grid-column-gap: 4.5em;
}

.image {
  justify-content: center;
  padding-left: 125px;
}

@media screen and (max-width: 700px) {
  .intro {
    background-color: #503631;
    height: 100vh;
    overflow-x: hidden;
  }
  .center {
    display: block;
    margin-left: auto;
    margin-right: auto;
    padding-left: 0;
    width: 100%;
  }
  .wrapper1 {
    display: grid;
    grid-template-columns: 1fr;
    margin-left: 15%;
    margin-right: 15%;
    grid-row-gap: 20px;
  }
  .paddingtop {
    padding-top: 0px;
  }
  .mobileonly {
    padding-top: 20px;
  }

  .image {
    width: 100%;
    height: auto;
    justify-content: center;
    padding-left: 0px;
  }
  .big {
    font-size: 12vw;
    padding-bottom: 0px;
    padding-top: 30px;
  }
  .right {
    float: right;
    padding-top: 0px;
  }

  .mobilenoshow {
    display: none;
  }
  .long {
    width: 100%;
    height: auto;
  }
  .drip {
    color: #fef3ed;
    font-size: 5vw;
    float: left;
    margin-left: 5vw;
    text-align: left;
    width: 100%;
    font-weight: 700;
  }
  .latte {
    width: 100%;
    height: auto;
    padding-top: 0px;
  }
  .small {
    font-size: 6vw;
    line-height: 1.3em;
    z-index: 4;
  }
  .mocha {
    width: 100%;
    height: auto;
    justify-content: center;
  }
  .mobile
{
  display: block;
  width: 100%;
}
  .brown {
    text-decoration: none;
    color: #503631;
    padding-bottom: 50px;
    padding-top: 40px;
    font-size: 5vw;
    font-weight: 400;
    text-align: center;
  }
  .title {
    text-decoration: none;
    color: #fef3ed;
    font-size: 16vw;
    text-align: center;
    width: 100%;
    padding-top: 25vh;
    font-weight: 400;
  }
  .arrow {
    color: #fef3ed;
    font-size: 7vw;
    text-align: center;
    width: 100%;
    position: absolute;
    bottom: 50px;
  }
  .description {
    text-decoration: none;
    color: #fef3ed;
    font-size: 7vw;
    text-align: center;
    position: absolute;
    bottom: 45px;
    width: 100%;
    padding: 15%;
  }
  body
  {
    text-align: center;
  }
}
