:root {
  --dark-khaki: #d8ba6b;
  --black: #222;
  --olive: #84754d;
  --aqua: #00ffd6;
  --dark-turquoise: #00d6b4;
  --dark-cyan: #00ad92;
}

h1 {
  margin-top: 0;
  margin-bottom: 10px;
  font-family: Lato, sans-serif;
  font-size: 38px;
  font-weight: 700;
  line-height: 44px;
}

h2 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-family: Lato, sans-serif;
  font-size: 32px;
  font-weight: 700;
  line-height: 36px;
}

h3 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-family: Lato, sans-serif;
  font-size: 24px;
  font-weight: 700;
  line-height: 30px;
}

h4 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: Lato, sans-serif;
  font-size: 18px;
  font-weight: 700;
  line-height: 24px;
}

h5 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: Lato, sans-serif;
  font-size: 14px;
  font-weight: 700;
  line-height: 20px;
}

h6 {
  text-transform: uppercase;
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: Lato, sans-serif;
  font-size: 12px;
  font-weight: 700;
  line-height: 18px;
}

p {
  color: #fff;
  letter-spacing: .5px;
  margin-bottom: 16px;
  font-family: Lato, sans-serif;
  font-weight: 300;
  line-height: 24px;
  display: block;
}

a {
  color: #00d6b4;
  text-decoration: none;
}

img {
  max-width: 100%;
  display: inline-block;
}

.hero {
  background-image: linear-gradient(#00000091, #222);
  min-height: 540px;
  padding-bottom: 0;
}

.hero.small {
  min-height: 410px;
}

.hero.sub-page {
  height: 62vh;
}

.hero.about-page {
  background-image: linear-gradient(#00000091, #222), url('../images/photo-1441716844725-09cedc13a4e7.jpg');
  background-size: auto, cover;
  min-height: 340px;
}

.hero.contact-page {
  min-height: 450px;
}

.hero.project-page {
  min-height: 384px;
}

.hero-content {
  color: #fff;
  text-align: center;
  width: 100%;
  position: absolute;
  top: 50%;
  transform: translate(0, -50%);
}

.hero-content.small {
  inset: auto 0 0%;
  transform: none;
}

.nav {
  background-color: #000;
  padding-top: 0;
}

.nav-link {
  color: #999;
  letter-spacing: 1px;
  text-transform: uppercase;
  font-family: Lato, sans-serif;
  font-size: 11px;
  line-height: 17px;
  transition: color .2s;
}

.nav-link:hover {
  color: #fff;
  text-decoration: none;
}

.nav-link.w--current {
  color: #00d6b4;
}

.logo {
  color: #fff;
  align-items: center;
  margin-right: 220px;
  padding: 0 15px;
  font-family: Lato, sans-serif;
  font-size: 24px;
  line-height: 30px;
  display: flex;
}

.logo:hover {
  color: #fff;
  text-decoration: none;
}

.subtitle {
  color: #ffffff7d;
  text-transform: uppercase;
  margin-bottom: 35px;
  font-size: 12px;
  line-height: 18px;
}

.button {
  border: 1px solid var(--dark-khaki);
  opacity: 1;
  color: var(--dark-khaki);
  text-transform: uppercase;
  background-color: #0000;
  border-radius: 3px;
  padding-left: 25px;
  padding-right: 25px;
  font-family: Lato, sans-serif;
  font-size: 13px;
  font-weight: 400;
  line-height: 19px;
  transition: all .2s;
}

.button:hover {
  color: #fff;
  border-color: #fff;
}

.button.submit {
  margin-top: 20px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 45px;
  padding-right: 45px;
  display: block;
}

.section {
  background-color: var(--black);
  opacity: 1;
  border: 1px #000;
  padding-top: 100px;
  padding-bottom: 100px;
}

.content-wrapper {
  max-width: 1100px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.tab-menu {
  color: #fff;
  text-align: center;
  margin-bottom: 25px;
}

.tab-link {
  color: #999;
  background-color: #0000;
}

.tab-link:hover {
  color: #fff;
}

.tab-link.w--current {
  color: #fff;
  background-color: #0000;
  border-bottom: 1px solid #fff;
}

.photo {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 5px;
  height: 300px;
  margin: 15px 5px;
  display: block;
}

.footer {
  color: #999;
  text-align: center;
  background-color: #2222228f;
  margin-top: 5px;
  padding-top: 36px;
  padding-bottom: 36px;
  font-size: 12px;
  line-height: 18px;
}

.footer-link {
  color: #999;
  text-decoration: none;
}

.footer-link:hover {
  color: #fff;
}

.section-title {
  color: #fff;
  text-align: center;
  letter-spacing: 0;
  text-transform: none;
  margin-top: 0;
  margin-bottom: 32px;
  font-size: 26px;
  font-weight: 300;
}

.main-image {
  margin-bottom: 50px;
}

.form {
  color: #fff;
  width: 60%;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.left-column {
  color: #fff;
  padding-right: 40px;
}

.main-heading {
  color: #fff;
  align-self: center;
  margin-bottom: 70px;
  font-size: 40px;
  font-weight: 300;
  line-height: 53px;
}

.main-heading.inline {
  display: inline;
}

.main-heading.inline.bolder {
  font-weight: 300;
}

.heading-wrapper {
  text-align: center;
  flex-direction: column;
  margin-top: 100px;
  margin-bottom: 100px;
  padding-left: 0%;
  padding-right: 0%;
  display: flex;
}

.footer-logo {
  color: #c2c2c2;
  text-transform: uppercase;
  margin-bottom: 10px;
  font-family: Lato, sans-serif;
  font-size: 19px;
  line-height: 22px;
}

.profile-pic {
  border-radius: 100%;
  width: 90px;
  margin-bottom: 31px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.about-me {
  width: 61%;
  margin: 41px auto;
  display: block;
}

.field {
  letter-spacing: 1px;
  text-transform: uppercase;
  font-family: Lato, sans-serif;
  font-size: 12px;
  font-weight: 300;
}

.input {
  color: #fff;
  background-color: #4b4b4b;
  border-style: none;
  border-radius: 3px;
  min-height: 50px;
  margin-bottom: 19px;
  padding-top: 12px;
  padding-bottom: 12px;
  transition: box-shadow .2s;
}

.input:focus {
  box-shadow: inset 0 0 0 2px #00d6b4;
}

.input.text-area {
  min-height: 141px;
}

.secondary-title:hover {
  text-decoration: none;
}

.empty-state {
  text-align: center;
  background-color: #0000;
  border: 1px solid #ffffff57;
  border-radius: 3px;
  padding: 33px 33px 49px;
}

.no-items-title {
  font-weight: 300;
}

.project-image {
  border-radius: 3px;
  margin-bottom: 22px;
  transition: opacity .2s;
}

.project-image:hover {
  opacity: .69;
}

.super-heading {
  color: #ffffff5c;
  text-transform: uppercase;
  font-family: Lato, sans-serif;
}

.testimonial {
  text-align: center;
  margin-bottom: 44px;
  font-weight: 100;
}

.company {
  text-align: center;
}

.testimonial-wrapper {
  text-align: center;
  margin-bottom: 43px;
}

.project-body-copy {
  margin-bottom: 67px;
  margin-left: 12%;
  margin-right: 12%;
}

.success {
  background-color: #00ad92;
  border-radius: 3px;
}

.success-message {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 17px;
}

.main-detail-image {
  border-radius: 3px;
  max-width: 400px;
  margin-bottom: 41px;
}

.category-link {
  letter-spacing: 1px;
  text-decoration: none;
  transition: opacity .2s;
}

.category-link:hover {
  opacity: .67;
  text-decoration: none;
}

.slide {
  background-image: url('../images/carrasqueira.png');
  background-position: 50%;
  background-size: cover;
  border: 1px #000;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.slide-2 {
  background-image: url('../images/malvasia.png');
  background-position: 50%;
  background-size: cover;
}

.slider {
  opacity: 1;
  background-color: #ddd0;
  height: 800px;
}

.left-arrow, .right-arrow, .slide-nav {
  opacity: 0;
}

.text-block {
  letter-spacing: 1px;
  margin-left: 20px;
  font-family: Lato, sans-serif;
  font-size: 14px;
  font-weight: 300;
}

.container {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.container-2 {
  justify-content: center;
  align-items: flex-end;
  margin-top: 647px;
  display: flex;
}

.paragraph {
  text-align: center;
}

.link {
  color: #fff;
}

.link:hover {
  color: var(--dark-khaki);
}

.link-2 {
  color: #fff;
}

.link-2:hover {
  color: var(--dark-khaki);
}

.link-3 {
  color: #ffffff82;
}

.body {
  background-color: #000;
  border: 1px solid #000;
}

.section-2 {
  text-align: center;
  justify-content: center;
  align-items: center;
  padding-top: 20px;
  padding-bottom: 20px;
  display: flex;
}

.paragraph-2 {
  text-align: center;
  align-self: stretch;
  font-size: 16px;
  line-height: 28px;
}

.paragraph-3 {
  color: var(--black);
  text-align: center;
  align-self: center;
  padding-left: 20px;
  padding-right: 20px;
  font-size: 16px;
}

.section-vinhos {
  text-align: center;
  background-color: #fff;
  justify-content: center;
  align-items: center;
  padding-top: 20px;
  padding-bottom: 20px;
  display: flex;
}

.paragraph-4 {
  color: var(--black);
  text-align: center;
  padding-left: 20px;
  padding-right: 20px;
  font-size: 16px;
}

.image {
  padding-left: 89px;
  padding-right: 71px;
}

.image-2 {
  padding-left: 159px;
}

.text-span, .text-span-2 {
  font-size: 18px;
}

.button-2 {
  color: #fff;
  background-color: #3898ec00;
  border: 1px solid #fbfbfb;
  border-radius: 9px;
}

.button-2:hover {
  border-color: var(--dark-khaki);
  color: var(--dark-khaki);
}

.heading-wrapper-copy {
  text-align: center;
  flex-direction: column;
  margin-top: 100px;
  margin-bottom: 100px;
  padding-left: 2%;
  padding-right: 0%;
  display: flex;
}

.text-block-2 {
  margin-bottom: 24px;
}

.utility-page-wrap {
  justify-content: center;
  align-items: center;
  width: 100vw;
  max-width: 100%;
  height: 100vh;
  max-height: 100%;
  display: flex;
}

.utility-page-content {
  text-align: center;
  flex-direction: column;
  width: 260px;
  display: flex;
}

.utility-page-form {
  flex-direction: column;
  align-items: stretch;
  display: flex;
}

.heading-wrapper-copy-copy {
  text-align: center;
  flex-direction: column;
  margin-top: 100px;
  margin-bottom: 0;
  padding-left: 0%;
  padding-right: 0%;
  display: flex;
}

.hero-copy {
  background-color: #fff;
  min-height: 540px;
  padding-bottom: 0;
}

.hero-copy.small {
  min-height: 410px;
}

.hero-copy.sub-page {
  height: 62vh;
}

.hero-copy.about-page {
  background-image: linear-gradient(#00000091, #222), url('../images/photo-1441716844725-09cedc13a4e7.jpg');
  background-size: auto, cover;
  min-height: 340px;
}

.hero-copy.contact-page {
  min-height: 450px;
}

.hero-copy.project-page {
  min-height: 384px;
}

.main-heading-copy {
  color: var(--black);
  align-self: center;
  margin-bottom: 70px;
  font-size: 40px;
  font-weight: 300;
  line-height: 53px;
}

.main-heading-copy.inline {
  display: inline;
}

.main-heading-copy.inline.bolder {
  font-weight: 300;
}

.paragraph-2-copy {
  color: var(--black);
  text-align: center;
  align-self: stretch;
  margin-bottom: 83px;
  font-size: 16px;
  line-height: 28px;
}

.link-4, .link-5, .link-6 {
  color: var(--olive);
}

.bold-text, .bold-text-2, .bold-text-3, .bold-text-4, .bold-text-5, .bold-text-6 {
  font-size: 18px;
}

.link-7, .link-8, .link-9, .link-10, .link-11 {
  color: var(--olive);
}

.bold-text-7, .bold-text-8, .bold-text-9 {
  font-size: 18px;
}

.text-block-3 {
  margin-top: 21px;
  margin-bottom: 8px;
}

.link-12, .link-13 {
  color: var(--olive);
}

.columns {
  margin-top: 60px;
}

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

.text-span-3 {
  font-style: italic;
}

@media screen and (min-width: 1920px) {
  .hero {
    background-image: linear-gradient(#000, #fff);
  }

  .slide {
    opacity: 1;
    mix-blend-mode: normal;
    background-image: url('../images/carrasqueira.png');
    background-size: cover;
  }

  .slider {
    opacity: 1;
  }
}

@media screen and (max-width: 991px) {
  .hero {
    min-height: 520px;
  }

  .hero.about-page {
    min-height: 310px;
  }

  .hero.contact-page {
    min-height: 400px;
  }

  .hero.project-page {
    min-height: 344px;
  }

  .nav {
    margin-top: 0;
  }

  .nav-link {
    padding-left: 198px;
  }

  .menu-button {
    color: #fff;
  }

  .menu-button:hover {
    color: var(--olive);
  }

  .menu-button.w--open {
    background-color: #000;
  }

  .heading-wrapper {
    margin-top: 115px;
    padding-left: 2%;
    padding-right: 2%;
  }

  .nav-menu {
    background-color: #000;
  }

  .project-body-copy {
    margin-left: 12%;
    margin-right: 12%;
  }

  .image {
    padding-left: 86px;
    padding-right: 41px;
  }

  .image-2 {
    padding-left: 125px;
  }

  .heading-wrapper-copy, .heading-wrapper-copy-copy {
    margin-top: 115px;
    padding-left: 5%;
    padding-right: 5%;
  }

  .hero-copy {
    min-height: 520px;
  }

  .hero-copy.about-page {
    min-height: 310px;
  }

  .hero-copy.contact-page {
    min-height: 400px;
  }

  .hero-copy.project-page {
    min-height: 344px;
  }

  .image-copy {
    padding-left: 125px;
  }
}

@media screen and (max-width: 767px) {
  .hero {
    min-height: 420px;
  }

  .hero.small {
    min-height: 280px;
  }

  .hero.about-page {
    min-height: 230px;
  }

  .hero.contact-page {
    min-height: 290px;
  }

  .hero.project-page {
    min-height: 256px;
  }

  .nav {
    padding-top: 0;
  }

  .nav-link {
    padding-left: 183px;
  }

  .logo {
    margin-right: 100px;
  }

  .form {
    width: 80%;
  }

  .left-column {
    padding-right: 10px;
  }

  .main-heading {
    font-size: 28px;
    line-height: 43px;
  }

  .heading-wrapper {
    margin-top: 72px;
    padding-left: 5%;
    padding-right: 5%;
  }

  .about-me {
    width: 81%;
    margin-top: 0;
  }

  .project-body-copy {
    margin-left: 40px;
    margin-right: 40px;
  }

  .slider {
    height: 400px;
  }

  .image {
    padding-left: 125px;
    padding-right: 58px;
  }

  .image-2 {
    padding-left: 156px;
  }

  .heading-wrapper-copy, .heading-wrapper-copy-copy {
    margin-top: 72px;
    padding-left: 10%;
    padding-right: 10%;
  }

  .hero-copy {
    min-height: 420px;
  }

  .hero-copy.small {
    min-height: 280px;
  }

  .hero-copy.about-page {
    min-height: 230px;
  }

  .hero-copy.contact-page {
    min-height: 290px;
  }

  .hero-copy.project-page {
    min-height: 256px;
  }

  .main-heading-copy {
    font-size: 28px;
    line-height: 43px;
  }

  .image-copy {
    padding-left: 156px;
  }
}

@media screen and (max-width: 479px) {
  .hero {
    min-height: 340px;
  }

  .hero.about-page {
    min-height: 193px;
  }

  .hero.project-page {
    min-height: 226px;
  }

  .nav-link {
    padding-left: 135px;
  }

  .section {
    padding-left: 20px;
    padding-right: 20px;
  }

  .footer {
    padding-left: 10px;
    padding-right: 10px;
  }

  .section-title {
    font-size: 24px;
  }

  .form {
    width: 90%;
  }

  .main-heading {
    margin-bottom: 40px;
    font-size: 24px;
  }

  .heading-wrapper {
    margin-top: 50px;
  }

  .about-me {
    width: 91%;
  }

  .project-body-copy {
    margin-left: 18px;
    margin-right: 18px;
  }

  .slider {
    height: 400px;
  }

  .paragraph-3 {
    padding-left: 0;
    padding-right: 0;
  }

  .paragraph-4 {
    padding-left: 0;
    padding-right: 0;
  }

  .image {
    margin-top: 52px;
    padding-left: 67px;
    padding-right: 41px;
  }

  .image-2 {
    padding-left: 88px;
  }

  .heading-wrapper-copy, .heading-wrapper-copy-copy {
    margin-top: 50px;
  }

  .hero-copy {
    min-height: 340px;
  }

  .hero-copy.about-page {
    min-height: 193px;
  }

  .hero-copy.project-page {
    min-height: 226px;
  }

  .main-heading-copy {
    margin-bottom: 40px;
    font-size: 24px;
  }

  .image-copy {
    margin-top: 52px;
    padding-left: 88px;
  }
}


