:root { font-size: 1em; }

html,
body {
  /* min-height: 90%; */
  overflow: auto;
}

body {
  font-size: clamp(1rem, 3vw + 1rem, 2rem);
  line-height: 1.25;
  background-color: hsl(30 25% 96% / 1);
  color: var(--milkchocolate);
  font-family: 'indivisible', 'helvetica neue', 'helvetica', sans-serif;
  margin: 0;
  padding: 0;
}

* {
  box-sizing: border-box;
  overflow: hidden;
}

a {
  cursor: pointer;
  text-decoration: none;
}



#fixednav-mc {
  position: fixed;
  left: 4%;
  top: 2%;
}

#condensednav-mc {
  position: fixed;
  left: 3rem;
  max-width: min-content;
  top: 2rem;
}


h1 {
  font-weight: 600;
  font-size: clamp(1.5rem, 3vw + 1rem, 2.5rem);
  text-transform: uppercase;
  line-height: 0.75;
  margin: 0 0 2rem 0rem;
  position: sticky;
  padding-top: 0.2rem;
}

.homeimg {
  padding-left: 2rem;
}

h1>a {
  text-decoration: none;
  color: var(--milkchocolate);
}

h1>a:hover {
  color: #CDD9C7;
  background-color: transparent;
}

h1>a:active {
  color: #FFC9C9;
  background-color: transparent;
}

h2 {
  color: var(--milkchocolate);
  /* font-size: 2rem; */
  font-size: clamp(1rem, 3vw + 1rem, 2rem);
  line-height: 1.1;
  font-weight: 500;
  letter-spacing: -0.025rem;
  margin-bottom: 1rem;
}

/*
.gridhead {
  margin-bottom: 4rem;
} */

.sub-h2 {
  font-weight: 400;
  margin: 0 0 0.5em 0;
  color: var(--milkchocolate);
  letter-spacing: unset;
}

.grid-subhead {
  margin: 2rem 0 .75rem 0;
  color: var(--milkchocolate);
  font-weight: 500;
  font-size: 1.25rem;
  line-height: 1.35;
  font-style: normal;
}

.sub-h3 {
  margin: 0 0 1rem 0;
  font-size: 1rem;
  font-weight: 500;
}

h3,
h4 {
  margin: 0px;
}

h3 {
  margin-top: 0.25rem;
  margin-bottom: 1rem;
  font-weight: 400;
  line-height: 1;
  font-size: clamp(0.9rem, 0.9rem + 1px, 1.25rem);
  font-style: italic;
}

.halfblock h4 {
  margin-top: 0.5rem;
}

.project h4 {
  margin-bottom: 1rem;
}

.project h4>a {
  border-bottom: 1px solid var(--pink);
}

.project ul li {
  font-size: clamp(0.75rem, 0.75rem + 0.125vw, 0.85rem);
  font-weight: 400;
  margin-bottom: 0.125rem;
  line-height: 1.35;
  text-transform: unset;
}

.project ul li>a {
  border-bottom: 1px solid var(--pink);
}

/* .metaheader {
  font-size: 0.9rem;
  font-weight: 400;
  margin-bottom: 2rem;
} */

.separate-v1 {
  margin-bottom: 1rem;
  /* max-width: 75%; */
}

.separate-v2 {
  margin-bottom: 2rem;
}

h4 {
  font-size: 1rem;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 0.05rem;
  line-height: 1.25;
  margin: 0rem 0 2rem 0;
}

h4 a {
  border-bottom: 1px solid var(--darkchocolate);
}

.linkflag {
  width: 12px;
  height: 11px;
  margin-left: 1px;
  position: relative;
  top: 1px;
}

#dynamic h4 {
  font-size: 1rem;
  margin-top: 0.5rem;
}

h5 {
  font-size: 2rem;
  font-weight: 400;
  line-height: 1;
  margin: 0;
}

h6 {
  font-size: 1rem;
  font-weight: 500;
  text-transform: uppercase;
  margin: 0px;
}

.container {
  right: 1rem;
  width: calc(80% - 4rem);
  min-height: calc(100vh - 1rem);
  flex-direction: column;
  display: table;
  padding-bottom: 4em;
}

.container-mc {
  padding-bottom: 2rem;
  margin-top: 2rem;
}


.projectinfo {
  margin-top: 4rem 3rem 0 0;
}

.project {
  margin: 3rem 1rem 2rem 2rem;
}


.project h2 {
  font-weight: 500;
  font-size: clamp(2rem, 1.5rem + 2vw, 2.5rem);
  letter-spacing: -0.06125rem;
  margin: 2rem 0 1.5rem 0;
  line-height: 1.25:
}

.project h2+h3 {
  margin-top: -0.5rem;
  line-height: 1.25;
}

.constrain {
  height: 80vh;
  width: auto;
}

.halfblock {
  width: 92%;
}

.halfblock p {
  margin: 0 0 1rem 0;
  line-height: 1.35;
}

.halfblock h2 {
  font-size: clamp(1rem, 1rem + 1vw, 1.75rem);
  margin-top: 0;
  font-weight: 500;
}

.halfblock img {
  border-radius: 2px;
}

/* h3 {
  font-size: 0.75rem;
  font-weight: 400;
} */


.metacluster {
  font-size: 0.9rem;
}


.scrollable {
  width: auto;
  height: fit-content;
  margin-top: 5vh;
  object-fit: contain;
  overflow: scroll;
  padding: 0px;
  margin-bottom: 2rem;
}

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

.twoup {
  aspect-ratio: 4/3;
}

.square {
  aspect-ratio: 1/1;
}


p {
  margin-top: 0;
  margin-bottom: 1.25rem;
  font-size: clamp(0.85rem, 0.85rem + 0.25vw, 1rem);
  line-height: 1.5;
  max-width: 56ch;
  font-weight: 400;
  text-wrap: pretty;
}

blockquote {
  padding: 0 1rem 0 1rem;
  font-size: clamp(0.75rem, 0.75rem + 0.125vw, 0.85rem);
  font-style: italic;
  max-width: 56ch;
  line-height: 1.5;
  margin: 0;
}

.quoted {
  text-align: right;
  margin-top: 0;
  font-style: normal;
  margin-bottom: 2vw;
}



strong {
  font-weight: 500;
}

table {
  width: inherit;
  /* border-top: 1px solid var(--palegreen);
  border-bottom: 1px solid var(--palegreen);
  padding-top: 1rem;
  padding-bottom: 1rem; */
}

th,
td {
  vertical-align: top;
  padding-right: 3%;
}

th,
td {
  padding-left: 0px;
  text-align: left;
}

th {
  padding-bottom: 0.5rem;
  font-weight: 400;
  text-transform: uppercase;
}

table>ul {
  font-size: 10px;
}

.smaller {
  font-size: small;
  max-width: unset;
}

#dynamic {
  margin: 2rem 0 .5rem 0;
  padding: 0px;
}


#dynamic:hover {
  cursor: pointer;
}

#dynamic button {
  margin: 0;
  position: absolute;
  top: 50%;
  left: 50%;
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  padding: 2rem;
  font-size: 2rem;
}

#dynamic div {
  max-width: 100%;
  padding-bottom: 0.5rem;
}

.more {
  margin-bottom: 2rem;
  border-top: 1px solid var(--pink);
  padding-top: 0.25rem;
  margin-top: 1rem;
  display: block;
}

.more li {
  max-width: 75%;
}

.more h3 {
  font-variant-caps: all-small-caps;
  font-weight: 500;
  margin-bottom: 1rem;
  margin-top: 0;
  font-size: 1.25rem;
  letter-spacing: 0.0125rem;
}

.more * {
  /* font-size: clamp(0.95rem, 1.25vw + 0.05rem, 1.5rem); */
}

.more li {

  margin: 0.5rem 0;
  font-weight: 400;
  line-height: 1.35;
}

.more li>span {
  margin-left: 0.5rem;
}

.work-category {
  margin-top: 6rem;
  margin-bottom: 2rem;
  font-weight: 600;
  font-size: 2rem;
}

.work-subcategory {
  font-size: 1.25rem;
  font-weight: 400;
  /* letter-spacing: -0.0125rem; */
  margin: 2rem 0 0.5rem 0;
  text-transform: uppercase;
}

.flex-container>footer {
  margin-top: auto;
  background-color: var(--beige);
  width: 100%;
  padding: 1rem 0 0 1rem;
}

.footer {
  position: fixed;
  left: 0;
  bottom: 0;
  background-color: var(--beige);
  width: 100%;
  padding: 1rem;
  margin-top: 1rem;
}

.footer p {
  margin-bottom: 0;
}

.footer a {
  text-decoration: none;
  text-transform: uppercase;
}

.footer:hover {
  background-color: #CDD9C7;
  color: black;
}

button {
  font-size: 48px;
  background-color: transparent;
}



.topright {
  padding: 1rem;
  padding-right: 1rem;
  /* margin-bottom: 4rem; */
  font-size: 1.25rem;
  font-weight: 600;
  text-align: right;
  display: block;
  height: auto;
  cursor: pointer;
}

.vidgrid {
  display: grid;
  grid-template-rows: 50% 50%;
  grid-template-columns: 50% 50%;
  text-align: left;
  grid-gap: 0.5rem 1rem;
  margin-bottom: 10vh;
  margin-right: 5vw;
}

.video-container {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
  border: 0px;
  width: 100%;
}

.video-container iframe,
.video-container object,
.video-container embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
  background-color: black;
}

#icon-menu {
  width: 1.25em;
  height: 1.25em;
}

#nav {
  margin: 0px 0px 0px -2px;
  padding: 0px;
  display: none;
  position: relative;
}

#stripnav .accordion {
  font-size: 2rem;
  line-height: 2;
}



.accordion {
  cursor: pointer;
  display: block;
  padding: 1rem;
  width: 100%;
  border: none;
  border-top: 1px solid #F3E0C6;
  text-align: left;
  outline: none;
  font-size: 1.25rem;
  line-height: 1;
  font-weight: 400;
  margin-bottom: 0px;
  background-color: transparent;
  /* max-width: 440px; */
}

button {
  font-family: "indivisible", sans-serif;
  font-weight: 400;
  background-color: transparent;
  display: block;
}

button:hover {
  background-color: #FAF7F4;
}



.accordion:after {
  content: '\002B';
  color: #E3DED8;
  font-weight: 200;
  float: right;
  margin-left: 5px;
  font-size: 3rem;
  line-height: 1rem;
}

.active:after {
  content: "-";
  font-weight: 200;
}

.active {
  display: block;
}


.topright:hover {
  background-color: #FAF7F4;
}


.panel {
  padding: 0px;
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.2s ease-out;
}



ul {
  list-style-type: none;
  padding: 0px;
  margin: 0px;
  display: block;
}

li {
  font-size: 1rem;
  padding: 0px;
  text-transform: uppercase;
  line-height: 1.5;

}


ul li a {
  background-color: transparent;
  text-decoration: none;
}

ul:first-child {
  margin-top: 0;
}

ul:last-child {
  margin-bottom: 2rem;
}

ul li h3 {
  font-size: .75rem;
  font-weight: 500;
  margin: 0.5rem 0 0.25rem 0;
  font-variant-caps: all-small-caps;
  letter-spacing: 0.125rem
}

.accordion a {
  text-decoration: none;
}

.nav01 {
  color: #77696A;
}

.nav02 {
  color: #8D8182;
}

.nav03 {
  color: #9D9393;
}

.nav04 {
  color: #ADA5A6;
}

.nav00:after {
  content: '\002B';
  color: #E3DED8;
  font-weight: 200;
  float: right;
  margin-left: 5px;
  font-size: 3rem;
  line-height: 1rem;
}

.nav00 a {
  text-decoration: none;
}

.nav00,
.nav05,
.nav06 {
  color: #BEB7B8;
  display: block;
  cursor: pointer;
  padding: 1rem;
  width: 100%;
  height: 100%;
  border: none;
  /* border-top: 1px solid #F3E0C6; */
  text-align: left;
  outline: none;
  font-size: 1.25rem;
  line-height: 1;
  font-weight: 400;
  margin-bottom: 0px;
  background-color: transparent;
  text-decoration: none;
  /* max-width: 440px; */
}

.nav00:hover,
.nav05:hover,
.nav06:hover {
  background-color: #F1ECE5;
}

.nav05:after {
  content: '\002B';
  color: #E3DED8;
  font-weight: 200;
  float: right;
  margin-left: 5px;
  font-size: 3rem;
  line-height: 1rem;
}

.nav05 a {
  color: #BEB7B8;
}

.nav06:after {
  content: '\002B';
  color: #E3DED8;
  font-weight: 200;
  float: right;
  margin-left: 5px;
  font-size: 3rem;
  line-height: 1rem;
}

.nav06 a {
  color: #FFC9C9;
}

.nav06 {
  margin-bottom: 2rem;
}

a:link {
  color: var(--milkchocolate);
  /* text-decoration: none; */
}

a:hover {
  color: var(--darkchocolate);
  background: white;
}

a:active {
  color: var(--darkchocolate);
}

a:visited {
  color: var(--milkchocolate);
}

.nav {
  border-bottom: 1px solid #F3E0C6;
  padding: 0px;
  line-height: 2.5;
  display: block;
}

.about {
  border-top: 1px solid #F3E0C6;
}

.contact {
  border: 0;
}

a.about:link {
  color: #4C4A4A;
  background-color: transparent;
  transition: 0.2s;
}

a.installation:link {
  color: #77696A;
  background-color: transparent;
  transition: 0.2s;
}

a.groupcollab:link {
  color: #8D8182;
  background-color: transparent;
  transition: 0.2s;
}

a.publicart:link {
  color: #9D9393;
  background-color: transparent;
  transition: 1s;
}

a.miscellaneous:link {
  color: #ADA5A6;
  background-color: transparent;
  transition: 0.2s;
}

a.video:link {
  color: #BEB7B8;
  background-color: transparent;
  transition: 0.2s;
}

a.instantcoffee:link {
  color: var(--pink);
  background-color: transparent;
  transition: 0.2s;
}

a.about:visited {
  color: #4C4A4A;
}

a.installation:visited {
  color: #77696A;
}

a.groupcollab:visited {
  color: #8D8182;
}

a.publicart:visited {
  color: #9D9393;
}

a.miscellaneous:visited {
  color: #ADA5A6;
}

a.video:visited {
  color: #BEB7B8;
}

a.instantcoffee:visited {
  color: var(--pink);
}

/* HOVER STATES */
a.about:hover {
  background-color: white;
  /* color: white; */
}

a.installation:hover {
  background-color: white;
  /* color: white; */
}

a.groupcollab:hover {
  background-color: white;
  /* color: white; */
}

a.publicart:hover {
  background-color: white;
  /* color: white; */
}

a.miscellaneous:hover {
  background-color: white;
  /* color: white; */
}

a.video:hover {
  background-color: white
}

a.instantcoffee:hover {
  background-color: var(--pinktoo);
  color: var(--pink);
}

a.nav {
  text-decoration: none;
}


:root {
  --beige: #F1ECE5;
  --beige-paler: #FAF7F4;
  --beige-palest: #FCFBFA;
  --pink: #FFC9C9;
  --pinktoo: #F3E6E6;
  --milkchocolate: #77696A;
  --darkchocolate: #4C4A4A;
  --palegreen: #CDD9C7;
}

#mobileheader {
  margin-left: 2rem;
  margin-bottom: 0;
}

#mobileheader ul {
  display: inline-block;
}

#mobilenav {
  display: none;
}

/* SMALL-VIEWPORT-SPECIFIC STYLES */

@media only screen and (max-width: 992px) {
  .project h2 {
    margin-top: 2rem;
  }
}

@media only screen and (max-width: 600px) {

  h1 {
    margin: 2rem 0 1rem 0rem;
    padding-left: 0px;
  }

  .more li {
    max-width: 100%;
    margin-bottom: 2rem;

  }

  #dynamic {
    margin: 1rem 0 2rem 0;
    padding: 0px;
    max-width: 100%;
  }


  .vidgrid {
    grid-template-columns: 100%;
    grid-template-rows: 1fr 1fr 1fr 1fr;
  }

  .accordion,
  .nav00,
  .nav05,
  .nav06 {
    font-size: 1rem;
  }

}

details>summary {
  list-style: none;
}

summary::marker {
  content: none;
  list-style-type: none;
  display: none;
}

summary:hover {
  cursor: pointer;
}


summary {
  font-size: 32px;
  margin-left: -4px;
}

summary::-webkit-details-marker {
  display: none;

}

summary::before {
  content: '☰';
  font-size: 40px;
  margin-left: -4px;
}

#flexcontainer {
  position: relative;
  top: 4rem;
  align-items: flex-end;
}

#homeimg {
  max-height: 75vh;
  width: auto;
}

/* RESPONSIVENESS CUSTOMIZATIONS */

/*********************
  Media Query Classes
**********************/

@media only screen and (max-width: 600px) {
  .project {
    margin: 2rem;
  }

  .project h2 {
    margin-top: 2rem;
  }

  #homeimg {
    max-width: 100%;
  }

  #flexcontainer {
    margin: 4rem 2rem 2rem 2rem;
  }

  /* blockquote {
    margin:0 0 0 1rem;
    font-size: clamp(0.7rem, 1px + 0.0125vw, 0.8rem);
    font-style: italic;
    max-width: 60ch;
    line-height: 1.5;
  }

.quoted { margin-bottom: 1rem;} */
  .constrain {
    max-width: 100%;
    height: auto;
  }

  .container {
    margin: 2rem;
  }

  .container-mc {
    margin: 2rem;
  }

  td {
    margin-top: 1rem;
  }
}

@media only screen and (min-width: 601px) {


  #dynamic {
    margin-top: 2rem;
    padding-right: 0
  }

  li {
    max-width: 66%;
  }

  h1 {
    margin-bottom: 1rem;
    margin-top: 2rem
  }

  .container {
    margin: 2rem 0 0 4rem;
    max-width: 75vw;
  }

  .container-mc {
    margin: 2rem 0 0 4rem;
    max-width: 75vw;
  }

  #homeimg {
    margin-top: 2rem;
  }
}

@media only screen and (min-width: 993px) {
  h1 {
    margin-bottom: 2rem
  }

  .container {
    width: 80%;
  }

  li {
    max-width: unset;
  }

  h2 {
    font-size: 2rem;
  }

  .container-mc {
    width: 80%;
    margin: 2rem;
  }

  /* p {
    text-align: justify;
  } */
}



@media only screen and (max-width: 600px) {

  .hide-on-small-only,
  .hide-on-small-and-down {
    display: none !important;
  }
}

@media only screen and (max-width: 992px) {
  .hide-on-med-and-down {
    display: none !important;
  }
}

@media only screen and (min-width: 601px) {
  .hide-on-med-and-up {
    display: none !important;
  }
}

@media only screen and (min-width: 600px) and (max-width: 992px) {
  .hide-on-med-only {
    display: none !important;
  }
}

@media only screen and (min-width: 993px) {
  .hide-on-large-only {
    display: none !important;
  }
}

@media only screen and (min-width: 993px) {
  .show-on-large {
    display: block !important;
  }
}

@media only screen and (min-width: 600px) and (max-width: 992px) {
  .show-on-medium {
    display: block !important;
  }
}

@media only screen and (max-width: 600px) {
  .show-on-small {
    display: block !important;
  }
}

@media only screen and (min-width: 601px) {
  .show-on-medium-and-up {
    display: block !important;
  }
}

@media only screen and (max-width: 992px) {
  .show-on-medium-and-down {
    display: block !important;
  }
}

@media only screen and (max-width: 600px) {
  .center-on-small-only {
    text-align: center;
  }
}
.row::after { margin-bottom: 5rem; }
