body {
  padding-top: 0px;
  font-family: 'Open Sans', sans-serif;
  color: #333;
  font-size: 18px;
  line-height: 20px;
}

h1 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-family: 'Times New Roman', TimesNewRoman, Times, Baskerville, Georgia, serif;
  font-size: 6.854em;
  line-height: 1.1em;
  font-style: italic;
  font-weight: 400;
}

h2 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-family: 'Times New Roman', TimesNewRoman, Times, Baskerville, Georgia, serif;
  font-size: 4.236em;
  line-height: 1em;
  font-weight: 400;
}

h3 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-family: 'Times New Roman', TimesNewRoman, Times, Baskerville, Georgia, serif;
  font-size: 2.618em;
  line-height: 1.2em;
  font-weight: 400;
}

h4 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: 'Times New Roman', TimesNewRoman, Times, Baskerville, Georgia, serif;
  font-size: 1.618em;
  line-height: 1.1em;
  font-weight: 400;
}

p {
  margin-bottom: 20px;
  line-height: 26px;
}

a {
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
  color: #333;
  text-decoration: underline;
}

.section-header {
  position: relative;
  left: 0px;
  top: 0px;
  right: 0px;
  z-index: 5;
  max-width: 1282px;
  margin-right: 7%;
  margin-left: 7%;
  padding-top: 60px;
}

.home-link {
  display: block;
  width: 232px;
  margin-right: auto;
  margin-left: auto;
  color: #333;
  text-align: center;
  text-decoration: none;
}

.nav-bars {
  position: absolute;
  left: 0px;
  top: 60px;
  display: inline-block;
  width: 30px;
  height: auto;
}

.bar {
  width: 100%;
  height: 2px;
  margin-bottom: 7px;
  background-color: #000;
}

.bar.secondary {
  width: 60%;
}

.bar.last {
  width: 40%;
  margin-bottom: 0px;
}

.ernest-link {
  position: absolute;
  top: 53px;
  right: 0px;
  width: 22px;
  height: 28px;
  background-image: url('../images/login-icon.svg');
  background-position: 0px 0px;
  background-size: auto 28px;
  background-repeat: no-repeat;
  -webkit-transition-property: none;
  transition-property: none;
}

.ernest-link:hover {
  background-image: url('../images/login-pipe-icon.svg');
  background-position: 0px 0px;
  background-size: auto 28px;
  background-repeat: no-repeat;
}

.ernest-link.white {
  background-image: url('../images/login-icon-white.svg');
  background-size: auto 28px;
}

.ernest-link.white:hover {
  background-image: url('../images/login-pipe-icon_white.svg');
  background-size: auto 28px;
}

.section-content {
  position: relative;
  max-width: 1282px;
  margin-top: 50px;
  margin-right: 7%;
  margin-left: 7%;
}

.section-content.wine-content {
  margin-top: 60px;
  padding-top: 0px;
  padding-bottom: 30px;
}

.image-columns {
  margin-right: -10px;
  margin-left: -10px;
}

.image-columns.intro-page {
  margin-right: -10px;
  margin-bottom: 80px;
  margin-left: -10px;
}

.image-column {
  margin-bottom: 20px;
}

.image-column-right {
  padding: 2px 0px 2px 2px;
}

.image-link {
  position: absolute;
  left: 10px;
  right: 10px;
  z-index: 10;
  height: 100%;
  background-color: transparent;
  -webkit-transition: none 500ms ease;
  transition: none 500ms ease;
}

.image-link.the-story:hover {
  background-image: url('../images/the-story-hover.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.image-link.the-wine:hover {
  background-image: url('../images/the-wine-hover.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.right-image-link {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  z-index: 2;
  width: 100%;
  height: 100%;
  -webkit-transition: none 500ms ease;
  transition: none 500ms ease;
}

.right-image-link:hover {
  background-image: url('../images/the-wine-hover.jpg');
  background-position: 50% 50%;
  background-size: 100%;
  background-repeat: no-repeat;
}

.relative-image {
  position: relative;
  z-index: 1;
}

.page-cover {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  z-index: 999;
  display: none;
  height: 100%;
  background-color: hsla(0, 0%, 100%, .9);
}

.nav-layer {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  z-index: 1000;
  display: none;
  height: 100%;
  background-color: hsla(0, 0%, 100%, .9);
}

.navigation {
  position: relative;
  margin-top: 55px;
  margin-right: 7%;
  margin-left: 7%;
}

.close-nav {
  position: absolute;
  left: 1px;
  top: 7px;
  display: block;
  width: 20px;
  height: 20px;
}

.the-nav {
  display: block;
  max-width: 1282px;
  padding-top: 20%;
}

.nav-column {
  display: block;
  padding-right: 3%;
  padding-left: 3%;
}

.nav-heading {
  margin-top: 0px;
  padding-bottom: 15px;
  border-style: none none solid;
  border-width: 1px;
  border-color: #000;
  font-size: 2.611em;
  font-weight: 700;
}

.nav-link {
  display: block;
  font-family: 'Times New Roman', TimesNewRoman, Times, Baskerville, Georgia, serif;
  color: #333;
  font-size: 2.778em;
  line-height: 1.2em;
  font-style: italic;
  font-weight: 400;
  text-decoration: none;
}

.full-page-image {
  position: relative;
  margin-top: -90px;
}

.full-page-image.the-wine {
  position: relative;
  margin-top: -89px;
  background-image: url('../images/vineyards.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.full-page-image.the-story {
  position: relative;
  height: 100vh;
  margin-top: -89px;
  background-image: url('../images/fpo-story.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.paragraph-in-section {
  width: 75%;
  font-size: 1em;
  line-height: 22px;
}

.blurb {
  padding-top: 40px;
  padding-bottom: 40px;
  border-bottom: 1px solid #333;
}

.button {
  margin-top: 10px;
  border: 1px solid #333;
  background-color: #fff;
  color: #333;
}

.button:hover {
  background-color: #333;
  color: #fff;
}

.button.show-content {
  min-width: 135px;
  text-align: center;
}

.button.form-button {
  display: block;
}

.logo-link {
  text-decoration: none;
}

.extra-top {
  margin-top: 20px;
}

.col-top-left-img {
  padding-right: 2px;
  padding-bottom: 2px;
}

.hidden-content {
  display: block;
  margin-top: 20px;
  margin-bottom: 20px;
}

.hidden-content.not-hidden {
  display: block;
}

.nav-link-header {
  color: #333;
  text-decoration: none;
}

.nav-link-header.w--current {
  color: #333;
}

.wine-detail {
  position: fixed;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  z-index: 99999;
  display: none;
  overflow: scroll;
  height: 100%;
  background-color: hsla(0, 0%, 100%, .95);
}

.open-wine {
  position: relative;
  z-index: 4;
  display: block;
  width: 100%;
  height: 100%;
}

.sig {
  margin-top: 20px;
  margin-bottom: 20px;
}

.wine-specs {
  margin-top: 40px;
  text-transform: uppercase;
}

.wine-close {
  position: absolute;
  left: 0px;
  bottom: 0px;
  z-index: 6;
  display: block;
  width: 20px;
  height: 20px;
}

.wine-detail-header {
  position: relative;
  height: 80px;
  margin-right: 5%;
  margin-left: 5%;
  padding-top: 0px;
}

.footer {
  max-width: 1282px;
  margin-right: 7%;
  margin-left: 7%;
  padding-top: 100px;
  padding-bottom: 100px;
}

.footer-link {
  display: inline-block;
  line-height: 29px;
  text-decoration: none;
  text-transform: uppercase;
}

.footer-link.button {
  margin-top: auto;
  margin-right: auto;
  margin-bottom: 20px;
  padding-right: 10px;
  padding-left: 10px;
}

.story-column-caption {
  padding-top: 10%;
  padding-right: 3%;
  padding-left: 3%;
}

.quote {
  margin-bottom: 30px;
}

.story-image {
  padding-right: 0px;
  padding-left: 0px;
}

.footer-divider {
  display: inline-block;
  margin-right: 10px;
  margin-left: 10px;
}

.wine-breadcrumb {
  position: absolute;
  left: 0px;
  right: 0px;
  bottom: 0px;
  height: 50px;
  margin-right: 7%;
  margin-left: 7%;
}

.right-breadcrumbs {
  text-align: right;
}

.breadcrumb {
  color: #fff;
  font-size: 12px;
}

.breadcrumb.current {
  text-decoration: none;
}

.breadcrumb-divider {
  display: inline-block;
  margin-right: 5px;
  margin-left: 5px;
  color: #fff;
  font-size: 12px;
}

.signup-form {
  width: 60%;
}

.form-label {
  font-size: 0.75em;
  font-weight: 400;
  text-transform: uppercase;
}

.input-text {
  border: 1px solid #000;
}

.state-select {
  float: left;
}

@media (max-width: 991px) {
  body {
    font-size: 16px;
  }
  h1 {
    font-size: 5em;
  }
  .section-content {
    margin-top: 50px;
  }
  .the-nav {
    padding-top: 22%;
  }
  .nav-heading {
    padding-bottom: 5px;
    font-size: 2.222em;
  }
  .nav-heading.secondary {
    padding-bottom: 5px;
  }
  .nav-link {
    font-size: 1.722em;
    line-height: 1.5em;
  }
  .full-page-image.the-wine {
    height: 50vh;
    margin-top: -89px;
  }
  .full-page-image.the-story {
    height: 50vh;
    margin-top: -89px;
  }
  .paragraph-in-section {
    width: 100%;
  }
  .blurb {
    padding-top: 30px;
    padding-bottom: 30px;
  }
  .nav-link-header {
    font-size: 32px;
  }
  .wine-detail {
    display: none;
  }
  .footer {
    padding-top: 60px;
    padding-bottom: 60px;
  }
  .signup-form {
    width: 70%;
  }
}

@media (max-width: 767px) {
  h1 {
    font-size: 4em;
  }
  .section-header {
    padding-top: 30px;
  }
  .nav-bars {
    top: 30px;
  }
  .ernest-link {
    top: 23px;
  }
  .section-content {
    margin-top: 20px;
  }
  .image-column-right {
    padding-left: 2px;
  }
  .image-link {
    right: 0px;
    bottom: 0px;
  }
  .image-link.the-story {
    right: 2px;
    bottom: 2px;
  }
  .image-link.the-wine {
    right: 2px;
    bottom: 2px;
  }
  .right-image-link {
    left: 0px;
    top: 2px;
  }
  .page-cover {
    display: none;
  }
  .navigation {
    margin-top: 25px;
  }
  .the-nav {
    padding-top: 7%;
  }
  .nav-heading {
    margin-top: 20px;
  }
  .nav-heading.secondary {
    margin-top: 25px;
  }
  .full-page-image {
    margin-top: -60px;
  }
  .full-page-image.the-wine {
    margin-top: -59px;
  }
  .full-page-image.the-story {
    margin-top: -59px;
  }
  .wine-detail {
    display: none;
  }
  .wine-detail-header {
    height: 50px;
  }
  .footer {
    padding-top: 40px;
    padding-bottom: 40px;
  }
  .footer-link {
    display: block;
  }
  .footer-link.button {
    display: inline-block;
  }
  .footer-divider {
    display: none;
  }
  .right-breadcrumbs {
    text-align: left;
  }
  .signup-form {
    width: 100%;
  }
}

@media (max-width: 479px) {
  body {
    font-size: 15px;
  }
  h1 {
    font-size: 3em;
  }
  .section-header {
    padding-top: 20px;
  }
  .home-link {
    width: 160px;
  }
  .home-link.w--current {
    width: 150px;
  }
  .nav-bars {
    top: 20px;
    width: 24px;
  }
  .ernest-link {
    top: 13px;
  }
  .section-content {
    margin-top: 20px;
  }
  .image-column-right {
    padding-left: 0px;
  }
  .page-cover {
    position: fixed;
    display: none;
  }
  .nav-layer {
    display: none;
  }
  .navigation {
    display: block;
    margin-top: 15px;
  }
  .the-nav {
    padding-top: 4%;
  }
  .nav-heading {
    padding-bottom: 5px;
    font-size: 2.222em;
  }
  .nav-heading.secondary {
    margin-top: 30px;
  }
  .nav-link {
    font-size: 1.5em;
    line-height: 1.2em;
  }
  .full-page-image {
    margin-top: -48px;
  }
  .full-page-image.the-wine {
    height: 30vh;
    margin-top: -47px;
  }
  .full-page-image.the-story {
    height: 30vh;
    margin-top: -47px;
  }
  .nav-link-header {
    font-size: 34px;
  }
  .nav-link-header.w--current {
    font-size: 34px;
  }
  .wine-detail {
    display: none;
  }
  .wine-detail-header {
    height: 40px;
  }
  .footer {
    margin-top: 0px;
    margin-bottom: 0px;
    padding-top: 20px;
    padding-bottom: 20px;
    font-size: 16px;
  }
  .footer-link.button {
    text-align: center;
  }
}

