.left--title {
  grid-column: 1 / 4;
  grid-row: 1;
  font-family: 'Lato', sans-serif;
  font-size: 80px;
  font-weight: 700;
}

.mid--title {
  grid-column: 4 / 10;
  grid-row: 1;
}

.right--title {
  grid-column: 10 / 12;
  grid-row: 1;
}

.left--1 {
  grid-column: 1 / 4;
  grid-row: 2;
  /* align-self: start; */
}

.mid--1 {
  grid-column: 4 / 10;
  grid-row: 2;
}

.right--1 {
  grid-column: 10 / 12;
  grid-row: 2;
}

.left--2 {
  grid-column: 1 / 4;
  grid-row: 3;

  position: sticky;
  top: 100px;
}

.mid--2 {
  grid-column: 4 / 10;
  grid-row: 3;
  overflow: hidden;
}

.right--2 {
  grid-column: 10 / 12;
  grid-row: 3;
}

.left--3 {
  grid-column: 1 / 4;
  grid-row: 4;

  position: sticky;
  top: 136px;
}

.mid--3 {
  grid-column: 4 / 10;
  grid-row: 4;
}

.mid--3 #wrap-around {
  margin-left: 20px;
  width: 340px;
  float: right;
}

.mid--3 img {
  margin: auto;
  width: 100%;
}

.right--3 {
  grid-column: 10 / 12;
  grid-row: 4;
}

.left--4 {
  grid-column: 1 / 4;
  grid-row: 5;
  position: sticky;
  top: 208px;
}

.mid--4 {
  grid-column: 4 / 10;
  grid-row: 5;
}

.right--4 {
  grid-column: 10 / 12;
  grid-row: 5;
}

figcaption {
  text-align: center;
}

.light {
  font-weight: 200;
}

.navigation-back {
  display: flex;
  justify-content: space-between;
  /* justify-content: flex-end; */

  align-items: center;
  grid-column: 1/3;
  grid-row: 7;
  /* width: 100%; */
  margin-top: -56px;
}

.back-icon {
  font-size: 30px;
  /* width: 50%; */
}

.back-logo {
  width: 70%;
  margin: 0;
}

.back-logo > a {
  display: flex;
  justify-content: flex-end;
}

.divider {
  grid-column: 4/-2;
  grid-row: 6;
  height: 0.01rem;
  background: #f26922;
  margin-top: 2rem;
}

footer {
  grid-column: 4/-2;
  grid-row: 7;
  color: whitesmoke;
  display: flex;
  justify-content: space-between;
  gap: 20px;
  margin-top: -15px;
  font-size: 16px;
}

.site > a,
.icon > a {
  color: #707070;
  transition: 0.05s linear;
  text-decoration: none;
}

.site > a:hover,
.icon > a:hover {
  color: whitesmoke;
  transition: 0.05s linear;
}
