@font-face {
  font-family: TrioGrotesk;
  src: url(../fonts/MediumItalic-Regular.otf) format("opentype");
  font-weight: 100;
}

* {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin: 0;
  padding: 0;
}

html {
  font-family: TrioGrotesk;
  width: 100%;
}

h2 {
  padding-bottom: 1rem;
  font-family: serif;
  font-weight: 100;
  font-size: 28px;
  letter-spacing: 1px;
}

h2 span {
  font-family: TrioGrotesk;
  font-size: 0.6rem;
}

a {
  text-decoration: none;
  color: white;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}

a:hover {
  color: #e6e6e6;
}

section {
  padding: 2rem 0;
}

li {
  list-style-type: none;
  padding: 1rem 0;
  font-weight: 100;
  font-size: 14px;
  letter-spacing: 0.8px;
}

@media (min-width: 768px) {
  .main {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr 1fr;
        grid-template-columns: 1fr 1fr;
  }
}

.info {
  background-color: #fff8d4;
  height: 90vh;
  width: 100vw;
  display: -ms-grid;
  display: grid;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  text-align: center;
  padding: 4rem 0;
}

@media (min-width: 768px) {
  .info {
    height: 100vh;
    width: 50vw;
    position: -webkit-sticky;
    position: sticky;
    top: 0;
  }
}

.info__logo {
  width: 200px;
}

@media (min-width: 768px) {
  .info__logo {
    width: 300px;
  }
}

.info__download-link {
  color: #71613f;
  display: inline-block;
  padding: 1rem 0;
}

.info__download-link:hover {
  color: #a28c5b;
  letter-spacing: 0.1px;
}

.info__download-link span {
  font-size: 50%;
}

.email {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  border-bottom: 1px solid #71613f;
  width: 200px;
  margin: auto;
}

.email__input {
  background: none;
  outline: none;
  border: none;
  color: #71613f;
}

.email__input::-webkit-input-placeholder {
  color: #71613f;
}

.email__input:-ms-input-placeholder {
  color: #71613f;
}

.email__input::-ms-input-placeholder {
  color: #71613f;
}

.email__input::placeholder {
  color: #71613f;
}

.email__button {
  background: none;
  outline: none;
  border: none;
  cursor: pointer;
}

@media (min-width: 768px) {
  .down-arrow {
    display: none;
  }
}

.wine-list {
  padding: 1rem;
  color: #f2f2f2;
  text-align: center;
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(100vh, #7c6b45), color-stop(#e1887e), to(#4e9b79));
  background-image: linear-gradient(#7c6b45 100vh, #e1887e, #4e9b79);
}

.title {
  color: #b48b73;
}

@media (min-width: 768px) {
  .footer {
    display: -ms-grid;
    display: grid;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -ms-grid-columns: 1fr 1fr 1fr;
        grid-template-columns: 1fr 1fr 1fr;
  }
}

.footer__contact {
  -ms-grid-column: 2;
  -ms-grid-column-span: 1;
  grid-column: 2/3;
  padding: 1rem 0;
}

.footer__social {
  padding: 1rem 0;
  -ms-grid-column: 3;
  -ms-grid-column-span: 1;
  grid-column: 3/4;
}

.footer__social-icon img {
  height: 24px;
}

.bottle {
  width: 40px;
}

.logo-bottle__container {
  padding: 6rem 0;
}

.logo-bottle__img {
  width: 150px;
}

@media (min-width: 768px) {
  .logo-bottle__img {
    width: 200px;
  }
}
/*# sourceMappingURL=main.css.map */