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

* {
  margin: 0;
}

body {
  line-height: 1.5;
  -webkit-font-smoothing: antialiased;
}

img, picture, video, canvas, svg {
  display: block;
  max-width: 100%;
}

input, button, textarea, select {
  font: inherit;
}

p, h1, h2, h3, h4, h5, h6 {
  overflow-wrap: break-word;
}

p {
  text-wrap: pretty;
}

h1, h2, h3, h4, h5, h6 {
  text-wrap: balance;
}

.metamorphous-regular {
  font-family: "Metamorphous", serif;
  font-weight: 400;
  font-style: normal;
}

/*
<weight>: Use a value from 400 to 800
<uniquifier>: Use a unique and descriptive class name
*/

.eb-garamond {
  font-family: "EB Garamond", serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
}

body  {
  font-size: 20px;
  font-family: "EB Garamond", serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
}

.logo {
  
}

.side {
  position: fixed;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  left: 0;
  top: 0;
  padding: 30px;
  width: 220px;
  height: 100svh;
/*  outline: 1px dashed green;*/
}

.main {
  margin-left: 220px;
}

.nav {
  position: fixed;
  top: 0;
  right: 0;
  width: calc(50% - 120px);
  z-index: 100;
  font-weight: 400;
  font-style: normal;
  padding: 30px;
  height: 140px;
/*  outline: 1px dashed blue;*/
  text-transform: uppercase;
  background: red;
background: linear-gradient(to bottom, rgba(255,255,255,1) 40%,rgba(255,255,255,0) 100%);
}

.nav ul {
  list-style: none;
  display: flex;
  justify-content: flex-end;
  padding: 0;
}

.nav li {
/*  padding: 0;*/
}

.nav li + li {
  margin-left: 30px;
}

.nav a {
  color: black;
  text-decoration: none;
}

.nav a:hover {
  text-decoration: line-through;
}

.nav li.current a {
  font-weight: 600;
}

.content {
/*  outline: 1px dashed pink;*/
}

.years ul {
  list-style: none;
  padding: 0;
}

.years li {
  transition: all 0.6s;
  opacity: 0.3;
}

.years li.current {
  opacity: 1;
}

.content {
  padding: 150px 30px 30px 100px;
}

.masonry-grid {

}

.masonry-grid figure {
  width: calc(50% - 40px);
/*  outline: 1px solid gold;*/
  margin-bottom: 150px;
}

.masonry-grid figure img {
  display: block;
  width: 100%;
  margin-bottom: 8px;
}

figcaption {
  font-size: 15px;
  text-align: right;
}

figcaption .title {
  font-size: 18px;
}

figcaption .info {
  opacity: 0.7;
}

.bio {
  margin: auto;
  max-width: 980px;
}

.bio figure {
  max-width: 800px;
  margin-bottom: 40px;
  margin-right: auto;
}

p {
  max-width: 750px;
  margin: 20px 0;
  margin-left: auto;
}