@import url("https://use.typekit.net/ixk5mhv.css");
body {
  margin: 0;
  font-family: "edita", serif;
  font-size: 1.3125rem;
  line-height: 1.5;
  color: #89807A;
  font-weight: 400;
}

h1, h2, h3, p, figure {
  margin: 0;
}

p {
  margin-bottom: 1em;
}

.section__title,
.section__subtitle {
  font-family: "program", sans-serif;
  line-height: 1;
}

.section__title {
  font-size: 4.75rem;
  color: #414A4D;
}

.section__subtitle {
  font-size: 1.69rem;
  color: #A3B9BF;
  font-style: italic;
  text-transform: uppercase;
  letter-spacing: 2px;
  margin-bottom: .5em;
}

*, *::before, *::after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

img {
  max-width: 100%;
  height: auto;
}

.logo--light * {
  fill: #D3CDC1;
}

.section {
  display: -ms-grid;
  display: grid;
  grid: auto-flow/minmax(1em, 1fr) minmax(300px, 650px) minmax(1em, 1fr);
  padding: 5em 0 0;
}

.section__title, .section__subtitle,
.section p {
  -ms-grid-column: 2;
  -ms-grid-column-span: 1;
  grid-column: 2 / 3;
}

.section--card {
  grid: repeat(4, 1fr)/minmax(1em, 1fr) repeat(6, 1fr) minmax(1em, 1fr);
}

nav {
  color: #D3CDC1;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  border-top: 0.5em solid #D3CDC1;
}

nav ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: space-evenly;
      -ms-flex-pack: space-evenly;
          justify-content: space-evenly;
  list-style: none;
  margin: 1em auto 0;
  padding: 0;
  max-width: 500px;
}

nav a {
  color: inherit;
  text-decoration: none;
}

nav a:hover {
  text-decoration: underline;
}

.logo {
  width: 250px;
  margin: 2em auto;
  display: block;
}

.section--intro {
  background-image: url(../images/hero-bg.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  padding: 10vh 0;
  text-align: center;
  color: #AEA79E;
}

.section--intro .logo {
  -ms-grid-column: 2;
  -ms-grid-column-span: 1;
  grid-column: 2 / 3;
  margin-bottom: 2.5em;
}

.intro__text {
  -ms-grid-column: 2;
  -ms-grid-column-span: 1;
  grid-column: 2 / 3;
  position: relative;
}

.intro__text::after {
  content: '';
  display: block;
  height: 1px;
  background: white;
  opacity: .3;
  width: 100px;
  position: absolute;
  top: -1em;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

.section--beer {
  text-align: center;
}

.grid-carousel {
  grid-column: 1 / -1;
  display: -ms-grid;
  display: grid;
  grid: auto-flow/2em repeat(5, 1fr) 2em;
  max-width: 1200px;
  margin: 3em auto;
  position: relative;
}

.grid-carousel__item {
  -webkit-transform: scale(0.7);
          transform: scale(0.7);
}

.grid-carousel__item:nth-of-type(1) {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
}

.grid-carousel__item:nth-of-type(2) {
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
}

.grid-carousel__item:nth-of-type(3) {
  -webkit-box-ordinal-group: 4;
      -ms-flex-order: 3;
          order: 3;
}

.grid-carousel__item:nth-of-type(4) {
  -webkit-box-ordinal-group: 5;
      -ms-flex-order: 4;
          order: 4;
}

.grid-carousel__item:nth-of-type(5) {
  -webkit-box-ordinal-group: 6;
      -ms-flex-order: 5;
          order: 5;
}

.grid-carousel__item.featured {
  -webkit-transform: scale(1);
          transform: scale(1);
}

.grid-carousel__caption {
  opacity: 0;
}

.grid-carousel__item.featured .grid-carousel__caption {
  opacity: 1;
}

.grid-carousel__button {
  all: unset;
  padding: .5em;
}

.grid-carousel__button:last-of-type {
  -webkit-box-ordinal-group: 100;
      -ms-flex-order: 99;
          order: 99;
}

.grid-carousel::before, .grid-carousel::after {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 10;
}

.grid-carousel::before {
  -ms-grid-column: 2;
  -ms-grid-column-span: 2;
  grid-column: 2 / 4;
  background: -webkit-gradient(linear, left top, right top, from(rgba(255, 255, 255, 0.9)), to(rgba(255, 255, 255, 0.6)));
  background: linear-gradient(to right, rgba(255, 255, 255, 0.9), rgba(255, 255, 255, 0.6));
}

.grid-carousel::after {
  grid-column: -2 / -4;
  background: -webkit-gradient(linear, right top, left top, from(rgba(255, 255, 255, 0.9)), to(rgba(255, 255, 255, 0.6)));
  background: linear-gradient(to left, rgba(255, 255, 255, 0.9), rgba(255, 255, 255, 0.6));
}

.section--brewery {
  grid: auto-flow/minmax(300px, 2fr) minmax(300px, 650px) 1fr;
  grid-column-gap: 2em;
}

.section--brewery__image {
  -ms-grid-column: 1;
  -ms-grid-column-span: 1;
  grid-column: 1 / 2;
  margin-left: auto;
}

.section--brewery__text-box {
  -ms-grid-column: 2;
  -ms-grid-column-span: 1;
  grid-column: 2 / 3;
  -ms-flex-item-align: center;
      -ms-grid-row-align: center;
      align-self: center;
}

footer {
  text-align: center;
  color: #D3CDC1;
  padding-bottom: 5em;
}

footer .logo {
  margin-bottom: .5em;
}

footer p {
  font-family: "program", sans-serif;
  line-height: 1;
  margin: 0;
}

.card {
  -ms-grid-row: 1;
  -ms-grid-row-span: 3;
  grid-row: 1 / 4;
  padding: 2em;
  outline: 2px solid currentColor;
  outline-offset: -1em;
  -webkit-box-shadow: 0 5px 0.5em rgba(0, 0, 0, 0.3);
          box-shadow: 0 5px 0.5em rgba(0, 0, 0, 0.3);
}

.card--dark {
  background: #414A4D;
  color: #A3B9BF;
}

.card--dark .section__title {
  color: white;
}

.card--light {
  background: white;
}

.card--start {
  -ms-grid-column: 2;
  -ms-grid-column-span: 4;
  grid-column: 2 / span 4;
}

.card--end {
  -ms-grid-column: 4;
  -ms-grid-column-span: 4;
  grid-column: 4 / span 4;
}

.card__image {
  z-index: -1;
  -ms-grid-row: 2;
  -ms-grid-row-span: 3;
  grid-row: 2 / 5;
}

.card__image--start {
  -ms-grid-column: 2;
  -ms-grid-column-span: 3;
  grid-column: 2 / span 3;
}

.card__image--end {
  -ms-grid-column: 5;
  -ms-grid-column-span: 3;
  grid-column: 5 / span 3;
}

.btn {
  display: inline-block;
  font-family: "program", sans-serif;
  text-transform: uppercase;
  padding: .25em 2em;
  text-decoration: none;
  margin: .5em 0 0;
  border-radius: .4em;
}

.btn:hover {
  opacity: .8;
}

.btn--light {
  background: #D3CDC1;
  color: #414A4D;
}

.btn--dark {
  background: #414A4D;
  color: white;
}

.btn--outline {
  border: 2px solid currentColor;
  color: #414A4D;
}
/*# sourceMappingURL=main.css.map */