@font-face {
  font-family: "Nunito Sans";
  src: url("Fonts/NunitoSans-VariableFont_YTLC,opsz,wdth,wght.ttf");
}

@font-face {
  font-family: "Nunito Sans";
  src: url("Fonts/NunitoSans-Italic-VariableFont_YTLC,opsz,wdth,wght.ttf");
  font-style: italic;
}


body {
  color: #302C29;
  font-family: "Nunito Sans", Helvetica, sans-serif;
  background-color: #f5f3ef;
  letter-spacing: 0.02em;
  font-size: 1rem;
}

section {
  padding: 0 10vw;
  max-width: 1200px;
  align-self: center;
}

.section-last {
  padding: 0 10vw 5vw 10vw;
}

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

h1 {
  font-size: 6rem;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  padding-bottom: 1rem;
}

h2 {
  font-size: 3rem;
  margin-bottom: 0.75rem;
}

h3 {
  text-transform: uppercase;
  padding: 5px 0px;
  letter-spacing: 0.1em;
  line-height: 1rem;
}

h4 {
  font-size: 1.5rem;
  line-height: 1.5rem;
  font-weight: normal;
}

h5 {
  line-height: 1.25rem;
}

p {
  font-size: 1rem;
  padding-bottom: 1rem;
  line-height: 1.25rem;
}


nav {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  font-size: 1rem;
  text-transform: uppercase;
  font-weight: 600;
  letter-spacing: 0.3em;
  padding: 30px 10vw 30px 10vw;
}

nav a:hover {
  color: #716D6D;
}

.nav-dark {
  color: #FFF;
}

.nav-dark a:hover {
  color: #DED8D0;
}

.nav-strikethrough {
  color: #777788;
  text-decoration: line-through;
}

.dark-background { 
  color: #F2F2F2;
  background-color: #111118;
}

.margin-normal {
  margin-bottom: 4rem;
}

.center-parent {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.header {
  padding: 5vh 0 3vh 0;
  border-bottom: solid 1px rgba(100, 100, 100, 50);
  margin-bottom: 40px;
}

.intro-text {
  font-size: 20px;
  line-height: 32px;
}

.image-fill {
  width: 100%;
}


.exploretab {
  display: none;
  position: absolute;
  top: 45vh; right: 0px;
}

.title-graphic {
  max-width: 85%;
}

.art-grid {
  width: 100%;
  display: grid;
  grid-template-columns: 33% 33% 33%;
  justify-content: space-between;
  margin: 0px -50px 0px -50px;
}

.art-grid-unit {
  width: 300px;
  margin: 50px;
  overflow: hidden;
}

.art-grid-thumbnail {
  max-width: 250px;
  max-height: 250px;
  margin-bottom: 20px;
  overflow: hidden;
}

.artwork-background {
  background-color: #FEFEFD;
}

.image-section {
  display: flex;
  flex-direction: row;
  margin-right: 0;
  align-items: flex-start;
}

.image-div {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 65vw;
  margin-right: 60px;
}

.image-feature {
  display: flex;
  align-items: center;
  overflow: hidden;
  margin-top: 40px;
  margin-bottom: 20px;
}

.image-gallery {
  display: flex;
  margin-bottom: 20px;
}

.gallery-thumbnail {
  height: 8rem;
  margin-right: .25rem;
}

.gallery-thumbnail-current {
  opacity: 50%;
}

.image-full-text {
  display: flex;
  flex-direction: column;
  margin-top: 12vh;
}

.image-paragraph {
  margin-top: 2rem;
}

.image-full-page {
  max-width: 100%;
  max-height: 90vh;
}

.design-nav {
  color: #FFF;
}

.design-section {
  height: 50vh;
  display: flex;
  flex-direction: column;
  overflow: hidden;
}

.design-image-grid {
  width: 100%;
  height: 90%;
  flex-direction: row;
  justify-content: space-between;
}

.design-image {
  height: 100%;
}

.list-heading {
  font-weight: bold;
  font-size: 1.25rem;
  margin-top: 16px;
  margin-bottom: 8px;
}

.list-entry {
  display: grid;
  grid-template-columns: 80% 20%;
  margin-bottom: 12px;
}

.entry-title {
  margin-bottom: 4px
}

.entry-date {
  text-align: right;
}

.entry-description {
}