.footer {
  border-top: 0.1rem solid rgba(130, 135, 106, 0.3);
  font-size: 0.9rem;
  text-align: center;
  text-transform: uppercase;
  font-family: "Poppins", sans-serif;
  line-height: 1.4rem;
  letter-spacing: 0.2rem;
  padding: 2.1rem; }

.header {
  width: 100%;
  display: inline-flex;
  align-items: center;
  box-sizing: border-box;
  overflow: hidden;
  z-index: 1;
  position: fixed;
  height: 7rem;
  top: 0;
  left: 0;
  background-color: #f5f4f1;
  padding-left: 2.5rem;
  padding-right: 2.5rem; }
  @media (min-width: 768px) {
    .header {
      padding-left: 5.2rem;
      padding-right: 5.2rem; } }
  body.slate .header {
    background-color: #82876a; }
  .header .logo-text {
    text-align: center; }
    .header .logo-text svg {
      width: 14.2rem; }
  .header ul {
    list-style: none; }
  .header .menu-item {
    display: inline;
    font-family: "Poppins", sans-serif;
    font-size: 1.1rem;
    letter-spacing: 0.25rem;
    text-transform: uppercase;
    padding-left: 1.2rem;
    text-align: center; }
  .header a {
    padding-bottom: 0.2rem; }
  .header a.active {
    border-bottom: 0.1rem solid;
    border-color: #82876a; }
    body.slate .header a.active {
      border-color: #f5f4f1; }
  .header .close-icon {
    display: block;
    width: 3rem;
    flex: 0;
    height: 1.3rem; }
    @media (min-width: 1024px) {
      .header .close-icon {
        display: none; } }
  .header .menu-icon {
    text-align: right;
    display: block; }
    @media (min-width: 1024px) {
      .header .menu-icon {
        display: none; } }

.full-width-nav {
  display: block;
  width: 100%;
  background-color: #f5f4f1;
  position: absolute;
  left: 0;
  transition: -webkit-transform 0.5s;
  transition: transform 0.5s;
  transition: transform 0.5s, -webkit-transform 0.5s; }
  .full-width-nav.closed {
    -webkit-transform: translateX(100%);
            transform: translateX(100%); }
  @media (min-width: 1024px) {
    .full-width-nav {
      display: none; } }
  body.slate .full-width-nav {
    background-color: #82876a; }
  .full-width-nav nav {
    padding: 2.5rem; }
  .full-width-nav ul {
    display: inline-flex;
    width: 100%;
    padding: 0;
    align-items: center; }
  .full-width-nav .menu-item {
    flex: 1 1 0; }
  .full-width-nav .menu-icon {
    display: none; }

.inline-nav {
  text-align: right;
  flex: 1 1 0; }
  .inline-nav .menu-item {
    display: none; }
    @media (min-width: 1024px) {
      .inline-nav .menu-item {
        display: inline; } }
  .inline-nav .close-icon {
    display: none; }

.logo {
  flex: 1 1 0; }
  .logo a {
    fill: #82876a; }
    .logo a:hover {
      border-color: rgba(245, 244, 241, 0); }
      .logo a:hover svg {
        fill: #c2c1b9; }
    body.slate .logo a {
      fill: #f5f4f1; }

.logo-peach svg {
  fill: #c2c1b9; }

.logo-mark svg {
  width: 2.6rem;
  height: 2.6rem; }

.logo-mark.logo-large svg {
  width: 3rem;
  height: 3rem; }

.grid {
  display: grid;
  grid-template-columns: 100%;
  justify-items: center; }
  @media (min-width: 768px) {
    .grid {
      grid-template-columns: 1fr 1fr 1fr;
      justify-items: left; } }
  @media (min-width: 1024px) {
    .grid {
      grid-template-columns: 1fr 1fr 1fr 1fr; } }
  @media (min-width: 1500px) {
    .grid {
      grid-template-columns: 1fr 1fr 1fr 1fr 1fr; } }
  @media (min-width: 1700px) {
    .grid {
      grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr; } }
  @media (min-width: 768px) {
    .grid.home {
      grid-template-columns: 1fr 1fr 1fr;
      justify-items: center; } }

.grid-item {
  position: relative;
  display: inline-block;
  margin-bottom: 25px; }
  @media (min-width: 768px) {
    .grid-item {
      margin-right: 25px; } }
  .grid-item:hover {
    cursor: pointer;
    opacity: 0.6;
    transition: opacity 100ms; }
  .grid-item.span2 {
    grid-column: span 2; }

.image {
  display: block;
  max-height: 60rem;
  max-width: 100%;
  width: auto;
  height: auto; }

.icon-chevron {
  height: 13px;
  width: 13px;
  display: block;
  position: relative;
  border-top: solid 1px #82876a;
  border-right: solid 1px #82876a;
  transition: border-color 150ms; }
  .icon-chevron.left {
    -webkit-transform: rotate(225deg);
            transform: rotate(225deg); }
  .icon-chevron.right {
    -webkit-transform: rotate(45deg);
            transform: rotate(45deg); }

.lightbox {
  position: fixed;
  top: 7rem;
  left: 2.5rem;
  right: 2.5rem;
  bottom: 0;
  height: 100%;
  background-color: rgba(245, 244, 241, 0.98);
  z-index: 2;
  overflow: hidden; }
  @media (min-width: 1024px) {
    .lightbox {
      left: 5.2rem;
      right: 5.2rem; } }
  .lightbox.close {
    visibility: hidden; }
  .lightbox .images {
    list-style: none;
    padding: 0;
    margin: 0;
    display: inline-flex;
    position: relative;
    transition: opacity 200ms;
    transition-timing-function: ease-in; }
    .lightbox .images .slide {
      display: flex;
      width: calc(100vw - (2.5rem * 2));
      height: calc(100vh - (7rem * 2)); }
      @media (min-width: 1024px) {
        .lightbox .images .slide {
          width: calc(100vw - (5.2rem * 2)); } }
      .lightbox .images .slide .image-wrapper {
        margin: auto; }
      .lightbox .images .slide img {
        max-height: 80vh;
        max-width: 80vw; }

.control {
  height: 100vh;
  position: fixed;
  top: 0;
  display: flex;
  align-items: center;
  padding-left: 2.5rem;
  padding-right: 2.5rem;
  background-color: #f5f4f1; }
  @media (min-width: 1024px) {
    .control {
      padding-left: 5.2rem;
      padding-right: 5.2rem; } }
  .control.left {
    left: 0; }
  .control.right {
    right: 0; }
  .control:hover {
    cursor: pointer; }
    .control:hover .icon-chevron {
      border-color: #c2c1b9; }

.btp {
  margin: 5rem;
  text-align: center; }
  .btp:hover {
    cursor: pointer; }
  .btp .h1 {
    margin-top: 0px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-bottom: 1px solid transparent;
    color: #82876a; }
  .btp .arrow-icon {
    margin-left: 1rem; }
  .btp svg {
    width: 1.1rem;
    margin-left: 1rem;
    fill: #82876a;
    path-fill: #82876a; }

a {
  color: #82876a;
  text-decoration: none;
  cursor: pointer;
  border-bottom: 0.1rem solid rgba(194, 193, 185, 0);
  transition: border-color 250ms; }
  a:hover {
    border-bottom: 0.1rem solid #c2c1b9; }
  body.slate a {
    color: #f5f4f1; }

p {
  font-size: 2rem;
  margin: 1.9rem 0;
  line-height: 3.3rem; }

h1,
.h1 {
  color: #c2c1b9;
  font-size: 1.1rem;
  text-transform: uppercase;
  font-family: "Poppins", sans-serif;
  letter-spacing: 0.25rem;
  margin-top: 6rem; }

.text-block {
  text-align: left;
  max-width: 70rem;
  margin-bottom: 7rem; }

svg {
  fill: #82876a;
  transition: fill 200ms; }
  body.slate svg {
    fill: #f5f4f1; }

.icon:hover svg {
  cursor: pointer;
  fill: #c2c1b9; }

html {
  font-size: 10px; }

body {
  font-family: "Baskervville", serif;
  background-color: #f5f4f1;
  color: #82876a;
  margin: 0; }

main {
  position: relative;
  margin-left: 2.5rem;
  margin-right: 2.5rem;
  margin-top: 14rem; }
  @media (min-width: 1024px) {
    main {
      margin-left: 5.2rem;
      margin-right: 5.2rem; } }

.slate {
  background-color: #82876a;
  color: #f5f4f1; }

