body {
  font-family: 'Inter', sans-serif;
  font-weight: 400;
}

strong {
  color: #A36F44;
}

.secondary-title {
  text-align: center;
  margin-bottom: 2rem;
  margin-top: 2rem;
  font-size: 1.6rem;
  color: #A36F44;
}

.navbar-sdv {
  text-transform: uppercase;
  background-color: #D09B69;
}

.image-frame-sdv {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 300px;
}

.image-frame-sdv > .bg-sdv {
  z-index: 1;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-size: cover !important;
  background-repeat: no-repeat !important;
  background-position: 50% 50% !important;
}

.image-frame-sdv > .title-sdv {
  z-index: 2;
  text-align: center;
}

.image-frame-sdv > .title-sdv > h1 {
  padding: 8px;
  background-color: rgba(0, 0, 0, 0.4);
  color: #fff;
  font-size: 1.5rem;
  line-height: 1.5rem;
  font-weight: 600;
  text-transform: uppercase;
}

.tile-photo-text {
  width: 100%;
  height: 100%;
  color: #000;
  padding: 12px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.tile-photo-text > h2 {
  font-weight: 700;
  font-size: 1.5rem;
  line-height: 2rem;
  padding-right: 8px;
  padding-left: 8px;
  margin-bottom: 0;
  background-color: rgba(242, 226, 223, 0.9);
}

.tile-photo-text > span {
  font-weight: 300;
  font-size: 1rem;
  line-height: 1.7rem;
  background-color: rgba(242, 226, 223, 0.9);
  padding-top: 0;
  padding-bottom: 0;
  padding-left: 8px;
  padding-right: 8px;
}

.tile-photo-text > a {
  -ms-flex-item-align: center;
      -ms-grid-row-align: center;
      align-self: center;
  margin-top: 32px;
  background-color: rgba(217, 193, 191, 0.8);
  padding: 8px;
  border-radius: 16px;
  color: #000;
  font-size: 0.9rem;
  font-weight: 700;
  min-width: 50%;
  text-align: center;
  -webkit-box-shadow: 2px 2px 3px rgba(217, 193, 191, 0.3);
          box-shadow: 2px 2px 3px rgba(217, 193, 191, 0.3);
  text-transform: uppercase;
}

.tile-photo-text > a:hover {
  background-color: #d9c1bf;
  text-decoration: none;
}

.btn-color {
  text-transform: uppercase;
  background-color: #A36F44;
  border-color: #A36F44;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  border-radius: 0;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.btn-color:hover, .btn-color:active {
  background-color: #b47b4c;
  border-color: #A36F44;
  color: white;
}

.wine-details .wine-title {
  color: #A36F44;
  font-size: 1.5rem;
}

.wine-details .under-title {
  color: #A36F44;
  font-size: 1.2rem;
}

.wine-details li::marker {
  color: #A36F44;
}

.wine-insights {
  margin-top: 2rem;
}

.wine-insights .wine-title {
  color: #A36F44;
  font-size: 1.5rem;
}

.wine-insights .labels {
  font-size: 1.2rem;
  color: #A36F44;
}

.cta-wine {
  margin-top: 64px;
  padding-top: 128px;
  padding-bottom: 128px;
  background-color: #aa0e60;
}

.cta-wine .wine-name {
  color: #FFF;
  font-size: 1.8rem;
  text-transform: uppercase;
  font-weight: 700;
}

.cta-wine .cta-description {
  color: #FFF;
}

.cta-wine .btn-primary,
.cta-wine .btn-primary:active,
.cta-wine .btn-primary:active:focus {
  background-color: #FFF;
  color: black;
  border-color: #FFF;
}

.cta-wine .btn-primary:hover, .cta-wine .btn-primary:active,
.cta-wine .btn-primary:active:hover,
.cta-wine .btn-primary:active:active,
.cta-wine .btn-primary:active:focus:hover,
.cta-wine .btn-primary:active:focus:active {
  background-color: #e6e6e6;
  border-color: #FFF;
}

.footer-sdv {
  margin-top: 64px;
  background-color: #A36F44;
  color: #FFF;
}

.footer-sdv .body-ft .title-ft {
  text-transform: uppercase;
  text-align: center;
  font-size: 1.5rem;
  margin-top: 24px;
}

.footer-sdv a {
  color: #FFF;
}

.footer-sdv a:hover {
  color: rgba(228, 211, 211, 0.856);
}

.under-footer {
  padding: 16px;
  background-color: #A36F44;
}

@media (min-width: 768px) {
  .image-frame-sdv {
    height: 400px;
  }
  .image-frame-sdv > .title-sdv {
    font-size: 1.8rem;
    line-height: 1.8rem;
  }
}
/*# sourceMappingURL=main.css.map */