@font-face {
  font-family: apercu;
  src: url(../font/apercu_regular.otf);
  font-style: normal; }

@font-face {
  font-family: apercu;
  src: url(../font/apercu_bold.otf);
  font-weight: bold; }

@font-face {
  font-family: farnham;
  src: url(../font/FarnhamText-Regular.otf);
  font-style: normal; }

@font-face {
  font-family: farnham;
  src: url(../font/FarnhamText-RegularItal.otf);
  font-style: italic; }

@font-face {
  font-family: spacemono;
  src: url(../font/SpaceMono-Regular.ttf);
  font-style: normal; }

@font-face {
  font-family: spacemono;
  src: url(../font/SpaceMono-Italic.ttf);
  font-style: italic; }

@font-face {
  font-family: spacemono;
  src: url(../font/SpaceMono-Bold.ttf);
  font-weight: bold; }

@font-face {
  font-family: spacemono;
  src: url(../font/SpaceMono-BoldItalic.ttf);
  font-style: italic;
  font-weight: bold; }

@font-face {
  font-family: libreBaskerville;
  src: url(../font/LibreBaskerville-Regular.ttf);
  font-style: normal; }

@font-face {
  font-family: libreBaskerville;
  src: url(../font/LibreBaskerville-Italic.ttf);
  font-style: italic; }

@font-face {
  font-family: libreBaskerville;
  src: url(../font/LibreBaskerville-Bold.ttf);
  font-weight: bold; }

body {
  line-height: 1.666; }

a:hover {
  color: #0000fe; }

html, body {
  box-sizing: border-box;
  font-size: 85%;
  overflow: auto;
  overflow-x: hidden;
  width: 100%;
  max-width: 100vw;
  height: 100%;
  margin: 0;
  padding: 0; }

body {
  background-color: #fff;
  color: #0000fe;
  font-family: libreBaskerville;
  font-size: 1.333rem; }
  body a {
    color: #0000fe;
    text-decoration: underline; }
  body.display-news #page .hero, body.display-news #page main {
    display: none !important; }

h1, h2, h3, h4, span {
  font-family: apercu;
  color: #0000fe;
  margin: 0;
  padding: 0; }

h1, h2 {
  font-family: apercu;
  font-size: 2.5rem;
  font-weight: bold; }

figcaption {
  font-family: spacemono;
  font-size: 1.125rem;
  color: #0000fe; }
  figcaption p {
    margin: 0 !important; }

a {
  color: #0000fe;
  text-decoration: underline; }

button.slick-next, button.slick-prev, .btn.slick-next, .btn.slick-prev {
  width: 50px;
  height: 50px; }

button:focus, .btn:focus {
  outline: none !important;
  box-shadow: none;
  text-decoration: none !important; }

/*----------------------------
----------- HEADER -----------
---------------------------- */
.navInline {
  width: 100%;
  display: flex;
  flex-flow: row;
  justify-content: space-between; }

header {
  width: 100%;
  max-width: 600px;
  height: fit-content;
  margin: 50px;
  margin-top: 0;
  display: inline-table;
  z-index: 9; }
  @media (max-width: 1440px) {
    header {
      max-width: 400px; } }
  @media (min-width: 1440px) {
    header {
      max-width: 600px; } }
  @media (max-width: 768px) {
    header {
      display: block !important;
      position: sticky !important;
      width: 90%;
      max-width: unset;
      margin: 0 auto;
      margin-bottom: 2rem; } }
  @media (min-width: 768px) {
    header {
      position: fixed;
      overflow: hidden; } }
  header.active .brand .logo #BottomLayer {
    transform: inherit !important; }
  header .header-container {
    background-color: rgba(255, 255, 255, 0.75);
    box-shadow: 0px 10px 10px 10px rgba(255, 255, 255, 0.75); }
  header .brand {
    padding-top: 46px;
    width: 100%; }
    header .brand .logo #BottomLayer {
      transform-origin: center;
      transform: scale(0.75); }
  header .btn, header button, header a {
    color: #0000fe !important;
    line-height: 1.25; }
  header nav {
    margin-top: 0.5rem;
    text-transform: lowercase;
    color: #0000fe; }
    header nav a {
      text-decoration: none; }
      header nav a:hover {
        text-decoration: underline; }
    header nav ul {
      list-style: none;
      text-align: center;
      padding: 0;
      margin: 0; }
      header nav ul li {
        padding: 0.5rem;
        border-bottom: 1px solid #0000fe; }
        header nav ul li .card-header button, header nav ul li .card-header a {
          font-family: libreBaskerville;
          font-size: 2.5rem; }
          header nav ul li .card-header button:hover, header nav ul li .card-header a:hover {
            font-style: italic; }
          header nav ul li .card-header button:hover, header nav ul li .card-header a:hover {
            text-decoration: none; }
        header nav ul li .card-header.active button, header nav ul li .card-header.active a {
          font-style: italic; }
        header nav ul li ul {
          padding: 2rem 0; }
          header nav ul li ul li {
            font-family: apercu;
            font-size: 2.5rem;
            font-weight: bold;
            cursor: pointer;
            font-weight: bold;
            line-height: 1.25;
            border: 0;
            padding: 0; }
            header nav ul li ul li .card-header, header nav ul li ul li div {
              border: 0 !important;
              padding: 0; }
          header nav ul li ul .projects-list li:hover,
          header nav ul li ul .exhibitions-list li:hover,
          header nav ul li ul .writings-list li:hover {
            font-style: italic; }
      header nav ul .card {
        border: none;
        background-color: unset; }
        header nav ul .card div {
          background-color: unset;
          border-bottom: 2px solid #0000fe; }
    header nav .article-year {
      font-family: libreBaskerville;
      font-weight: 400; }

footer {
  width: 100%;
  text-align: center; }

.slick-slide {
  outline: none !important; }

/*----------------------------
------------ HOME ------------
---------------------------- */
#page figcaption, #page p {
  margin: 0.5rem 0; }

#page header {
  position: sticky;
  top: 0; }

#page header.active .header-container {
  max-height: 100vh;
  overflow-y: scroll; }
  #page header.active .header-container::-webkit-scrollbar {
    width: 0px; }

.home #page {
  display: flex;
  flex-wrap: wrap;
  position: relative;
  width: 100%; }
  .home #page .header-spacer {
    width: 700px;
    height: 500px; }
  @media (max-width: 768px) {
    .home #page .header-spacer {
      display: none; }
    .home #page .hero {
      width: 100% !important;
      padding: 50px; }
      .home #page .hero img {
        width: 100%; } }
  @media (min-width: 768px) {
    .home #page {
      height: 371.1vw; }
      .home #page .hero {
        position: absolute; }
        .home #page .hero img {
          width: 100%;
          max-width: 100%; }
        .home #page .hero:nth-of-type(2) {
          max-width: 21vw; }
        .home #page .hero:nth-of-type(3) {
          max-width: 30vw; }
        .home #page .hero:nth-of-type(4) {
          max-width: 40vw; }
        .home #page .hero:nth-of-type(5) {
          max-width: 45vw; }
        .home #page .hero:nth-of-type(6) {
          max-width: 26vw; }
        .home #page .hero:nth-of-type(7) {
          max-width: 32vw; }
        .home #page .hero:nth-of-type(8) {
          max-width: 30vw; }
        .home #page .hero:nth-of-type(9) {
          max-width: 40vw; }
        .home #page .hero:nth-of-type(10) {
          max-width: 45vw; }
        .home #page .hero:nth-of-type(11) {
          max-width: 37.5vw; }
        .home #page .hero:nth-of-type(12) {
          max-width: 45vw; }
        .home #page .hero:nth-of-type(2) {
          left: 57.3vw;
          top: 7.2vw; }
        .home #page .hero:nth-of-type(3) {
          left: 5.2vw;
          top: 58.6vw; }
        .home #page .hero:nth-of-type(4) {
          left: 49.5vw;
          top: 56.0vw; }
        .home #page .hero:nth-of-type(5) {
          left: 45.6vw;
          top: 107.4vw; }
        .home #page .hero:nth-of-type(6) {
          left: 56.0vw;
          top: 155.6vw; }
        .home #page .hero:nth-of-type(7) {
          left: 13.7vw;
          top: 156.9vw; }
        .home #page .hero:nth-of-type(8) {
          left: 5.2vw;
          top: 208.3vw; }
        .home #page .hero:nth-of-type(9) {
          left: 8.5vw;
          top: 254.6vw; }
        .home #page .hero:nth-of-type(10) {
          left: 44.3vw;
          top: 222.7vw; }
        .home #page .hero:nth-of-type(11) {
          left: 5.2vw;
          top: 306.6vw; }
        .home #page .hero:nth-of-type(12) {
          left: 52.1vw;
          top: 276.7vw; } }
  @media (min-width: 1200px) {
    .home #page {
      height: 237.5vw; }
      .home #page .hero {
        position: absolute; }
        .home #page .hero:nth-of-type(2) {
          left: 40vw;
          top: 9.2vw; }
        .home #page .hero:nth-of-type(3) {
          left: 65.0vw;
          top: 12.5vw; }
        .home #page .hero:nth-of-type(4) {
          left: 2.5vw;
          top: 39.2vw; }
        .home #page .hero:nth-of-type(5) {
          left: 50.4vw;
          top: 64vw; }
        .home #page .hero:nth-of-type(6) {
          left: 2.5vw;
          top: 70.2vw; }
        .home #page .hero:nth-of-type(7) {
          left: 29.6vw;
          top: 100vw; }
        .home #page .hero:nth-of-type(8) {
          left: 65.0vw;
          top: 119.6vw; }
        .home #page .hero:nth-of-type(9) {
          left: 2.5vw;
          top: 132.1vw; }
        .home #page .hero:nth-of-type(10) {
          left: 43.7vw;
          top: 147.9vw; }
        .home #page .hero:nth-of-type(11) {
          left: 2.5vw;
          top: 181.9vw; }
        .home #page .hero:nth-of-type(12) {
          left: 52.6vw;
          top: 197.1vw; } }
  @media (min-width: 1400px) {
    .home #page {
      height: 230vw; }
      .home #page .hero {
        position: absolute; }
        .home #page .hero:nth-of-type(2) {
          left: 42.9vw;
          top: 6.8vw; }
        .home #page .hero:nth-of-type(3) {
          left: 64.3vw;
          top: 9.6vw; }
        .home #page .hero:nth-of-type(4) {
          left: 2.1vw;
          top: 39.3vw; }
        .home #page .hero:nth-of-type(5) {
          left: 50.0vw;
          top: 63.2vw; }
        .home #page .hero:nth-of-type(6) {
          left: 2.1vw;
          top: 70.4vw; }
        .home #page .hero:nth-of-type(7) {
          left: 30.0vw;
          top: 100.7vw; }
        .home #page .hero:nth-of-type(8) {
          left: 65.0vw;
          top: 120vw; }
        .home #page .hero:nth-of-type(9) {
          left: 2.1vw;
          top: 132.1vw; }
        .home #page .hero:nth-of-type(10) {
          left: 41.8vw;
          top: 148.2vw; }
        .home #page .hero:nth-of-type(11) {
          left: 2.1vw;
          top: 181.9vw; }
        .home #page .hero:nth-of-type(12) {
          left: 52vw;
          top: 190vw; } }
  @media (min-width: 1920px) {
    .home #page {
      height: 226.3vw; }
      .home #page .hero {
        position: absolute; }
        .home #page .hero:nth-of-type(2) {
          left: 39.8vw;
          top: 2.7vw; }
        .home #page .hero:nth-of-type(3) {
          left: 62.0vw;
          top: 6.8vw; }
        .home #page .hero:nth-of-type(4) {
          left: 2.3vw;
          top: 33.9vw; }
        .home #page .hero:nth-of-type(5) {
          left: 50.0vw;
          top: 58.8vw; }
        .home #page .hero:nth-of-type(6) {
          left: 2.3vw;
          top: 65.1vw; }
        .home #page .hero:nth-of-type(7) {
          left: 29.7vw;
          top: 95.3vw; }
        .home #page .hero:nth-of-type(8) {
          left: 64.6vw;
          top: 114.6vw; }
        .home #page .hero:nth-of-type(9) {
          left: 2.3vw;
          top: 126.6vw; }
        .home #page .hero:nth-of-type(10) {
          left: 43.7vw;
          top: 141.9vw; }
        .home #page .hero:nth-of-type(11) {
          left: 2.3vw;
          top: 175vw; }
        .home #page .hero:nth-of-type(12) {
          left: 54.7vw;
          top: 190vw; } }
  @media (min-width: 2048px) {
    .home #page {
      height: 230vw; }
      .home #page .hero {
        position: absolute; }
        .home #page .hero:nth-of-type(2) {
          left: 38vw;
          top: 2.3vw; }
        .home #page .hero:nth-of-type(3) {
          left: 62.5vw;
          top: 9.5vw; }
        .home #page .hero:nth-of-type(4) {
          left: 2.2vw;
          top: 36.6vw; }
        .home #page .hero:nth-of-type(5) {
          left: 50.3vw;
          top: 63.2vw; }
        .home #page .hero:nth-of-type(6) {
          left: 2.2vw;
          top: 70.6vw; }
        .home #page .hero:nth-of-type(7) {
          left: 29.3vw;
          top: 101.1vw; }
        .home #page .hero:nth-of-type(8) {
          left: 64.9vw;
          top: 119.6vw; }
        .home #page .hero:nth-of-type(9) {
          left: 2.2vw;
          top: 131.8vw; }
        .home #page .hero:nth-of-type(10) {
          left: 41.5vw;
          top: 147.7vw; }
        .home #page .hero:nth-of-type(11) {
          left: 2.2vw;
          top: 176.6vw; }
        .home #page .hero:nth-of-type(12) {
          left: 54.4vw;
          top: 189vw; } }
  .home #page .hero {
    overflow: hidden;
    cursor: pointer; }
    .home #page .hero * {
      pointer-events: none; }
    .home #page .hero figure {
      margin: 0;
      padding: 0;
      background-repeat: no-repeat;
      background-position: center;
      background-size: contain; }
    .home #page .hero figcaption * {
      font-family: spacemono; }
    .home #page .hero.round img {
      border-radius: 100%; }

/*----------------------------
----------- NEWS -------------
---------------------------- */
.news-articles-filter {
  padding-top: 2rem;
  padding-bottom: 2.5rem; }

.news-articles {
  top: 0;
  list-style: none;
  padding: 0px;
  width: 900px;
  margin: 50px;
  margin-left: 0; }
  .news-articles li {
    margin-bottom: 32px; }
    .news-articles li a {
      text-decoration: none; }
      .news-articles li a:hover {
        color: #0000fe;
        font-style: italic; }
      .news-articles li a .date {
        font-size: 1.125rem;
        line-height: 25px;
        font-family: spacemono; }
      .news-articles li a .title {
        font-family: libreBaskerville;
        font-size: 1.333rem; }
  @media (max-width: 768px) {
    .news-articles {
      width: 100%;
      margin: 0;
      padding: 50px;
      position: relative;
      left: 0; }
      .news-articles .article .title {
        font-size: 80%; } }
  @media (min-width: 768px) {
    .news-articles {
      position: fixed;
      top: 550px;
      padding: 4rem;
      width: 100%; } }
  @media (min-width: 1100px) {
    .news-articles {
      top: 0;
      left: 550px;
      width: 44vw;
      padding: 0; } }
  @media (min-width: 1440px) {
    .news-articles {
      left: 750px;
      width: 44vw; } }
  @media (min-width: 1920px) {
    .news-articles {
      left: calc(218px + 600px);
      width: 900px; } }

/*----------------------------
----------- ABOUT ------------
---------------------------- */
.about #page header {
  display: inline-block; }
  .about #page header .brand .logo #BottomLayer {
    transform: none; }

.about #page .hero {
  display: inline-block;
  margin: 5rem 9rem;
  max-width: 900px;
  vertical-align: top;
  width: 45%; }
  @media (max-width: 1920px) {
    .about #page .hero {
      margin: 2.5rem 9rem; } }
  @media (max-width: 1750px) {
    .about #page .hero {
      margin: 1rem 4.5rem;
      width: 40%; } }
  @media (max-width: 1070px) {
    .about #page .hero {
      width: inherit; } }

.about #page .team-partners {
  display: flex;
  flex-flow: column;
  width: 100%;
  max-width: 1980px;
  margin: 0 auto; }
  @media (min-width: 1400px) {
    .about #page .team-partners {
      max-width: inherit;
      padding: 0 50px; } }
  .about #page .team-partners .list {
    list-style: none;
    margin: 2rem 0;
    padding: 0;
    display: flex; }
  .about #page .team-partners .team {
    flex-flow: row;
    flex-wrap: wrap; }
    .about #page .team-partners .team li {
      width: 50%;
      display: flex;
      flex-flow: row;
      justify-content: space-around;
      margin: 0.5em 0; }
      .about #page .team-partners .team li a {
        font-style: italic;
        text-decoration: none; }
      .about #page .team-partners .team li figure {
        width: 40%;
        overflow: hidden; }
        .about #page .team-partners .team li figure img {
          width: 100%; }
      .about #page .team-partners .team li section {
        width: 55%; }
        .about #page .team-partners .team li section .title {
          font-family: libreBaskerville;
          font-size: 2rem;
          font-weight: bold; }
        .about #page .team-partners .team li section .position, .about #page .team-partners .team li section .caption {
          font-family: spacemono;
          font-size: 1.125rem;
          line-height: 1.5; }
    @media (min-width: 1400px) {
      .about #page .team-partners .team li {
        width: 33%; } }
  .about #page .team-partners .partner {
    display: flex;
    flex-flow: row;
    flex-wrap: wrap;
    justify-content: space-between; }
    .about #page .team-partners .partner li {
      width: 22%;
      display: flex;
      flex-flow: column;
      justify-content: center; }
      .about #page .team-partners .partner li img {
        width: 100%; }

/*----------------------------
---------- Exhibit -----------
---------------------------- */
.exhibitions #page {
  height: 100vh;
  width: 100%;
  overflow: hidden; }

.exhibitions header {
  width: 100%;
  max-width: 100%;
  margin: 0;
  padding: 5rem;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 999; }
  .exhibitions header a {
    text-decoration: none; }
  .exhibitions header .logo svg {
    max-width: 500px;
    width: 75%; }

main.exhibition {
  width: 100%;
  display: flex;
  flex-direction: row;
  justify-content: space-around;
  padding-top: 3rem; }
  main.exhibition .title {
    display: none; }
  main.exhibition h1 {
    text-align: center;
    margin-bottom: 2rem; }
  main.exhibition .exhibit {
    width: 50%;
    height: 100%;
    margin-top: 2rem;
    position: relative; }
    main.exhibition .exhibit .slick-prev {
      left: -2rem; }
    main.exhibition .exhibit .slick-next {
      right: -2rem; }
    main.exhibition .exhibit .slick-next, main.exhibition .exhibit .slick-prev {
      z-index: 9; }
      main.exhibition .exhibit .slick-next:before, main.exhibition .exhibit .slick-prev:before {
        color: #0000fe;
        font-size: 5.5rem;
        font-family: libreBaskerville;
        font-style: normal; }
  main.exhibition .slider-for {
    width: 45%;
    max-width: 577px; }
    main.exhibition .slider-for .exhibition-text {
      font-family: spacemono;
      font-size: 1.125rem; }
    main.exhibition .slider-for .slick-slide:not(:first-of-type) .exhibition-text {
      font-family: spacemono;
      font-size: 1.125rem; }
  main.exhibition .galcell {
    width: 100%;
    display: flex;
    flex-flow: row;
    justify-content: space-around;
    height: auto; }
    main.exhibition .galcell img {
      max-height: 80vh;
      max-width: 90%;
      height: auto;
      width: auto; }

/*----------------------------
--------- Projects -----------
---------------------------- */
.projects #page header {
  width: 100%;
  max-width: 50vw;
  margin: 0;
  padding: 5rem;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 999; }
  .projects #page header a {
    text-decoration: none; }
  .projects #page header .logo svg {
    max-width: 500px;
    width: 75%; }

main.project {
  display: flex;
  flex-flow: row;
  justify-content: space-around;
  height: 100%;
  width: 100%;
  color: #0000fe; }
  main.project .noShow {
    display: none !important; }
  main.project .farnhamMidIt {
    font-style: italic; }
  main.project .coverCont {
    position: sticky;
    top: 0;
    left: 0;
    align-self: flex-start;
    display: flex;
    flex-flow: column;
    align-content: flex-start;
    width: 55%;
    height: fit-content;
    padding-top: 3rem; }
    main.project .coverCont .slick-prev {
      left: 0; }
    main.project .coverCont .slick-next {
      right: 0.5%; }
    main.project .coverCont .slick-next, main.project .coverCont .slick-prev {
      z-index: 9; }
      main.project .coverCont .slick-next:before, main.project .coverCont .slick-prev:before {
        color: #0000fe;
        font-size: 4.5rem;
        font-family: libreBaskerville;
        font-style: normal; }
    main.project .coverCont .cover {
      width: 100%;
      text-align: center; }
      main.project .coverCont .cover img {
        max-width: 98%;
        max-height: 90vh;
        width: auto;
        height: auto; }
  main.project .sidebar {
    width: 40%;
    display: flex;
    flex-flow: column; }
    main.project .sidebar .sidebar-menu {
      padding-top: 3rem;
      position: sticky;
      top: 0;
      z-index: 1;
      background-color: rgba(255, 255, 255, 0.75); }
    main.project .sidebar h2 {
      text-align: center; }
    main.project .sidebar .tabs {
      list-style: none;
      padding: 2rem 0;
      text-align: center;
      padding-bottom: 0;
      margin-bottom: 0; }
      main.project .sidebar .tabs li {
        cursor: pointer;
        border-bottom: 1px solid #0000fe;
        font-family: libreBaskerville;
        font-size: 1.333rem;
        text-transform: lowercase; }
        main.project .sidebar .tabs li:first-child {
          border-top: 1px solid #0000fe; }
    main.project .sidebar .captCont {
      padding-top: 2rem;
      overflow-y: auto;
      overflow-x: hidden;
      width: 100%; }
      main.project .sidebar .captCont .captions {
        list-style: none;
        padding: 0;
        margin: 0;
        font-family: libreBaskerville;
        font-size: 1.333rem;
        width: 100%; }
        main.project .sidebar .captCont .captions .caption {
          font-family: spacemono;
          font-size: 1.125rem; }
        main.project .sidebar .captCont .captions li {
          width: 100%;
          height: auto; }
          main.project .sidebar .captCont .captions li .cap .galcell {
            width: 100%;
            min-height: 2rem; }
            main.project .sidebar .captCont .captions li .cap .galcell p {
              width: 100%; }
  main.project .slider, main.project .cap {
    height: 100%;
    width: 100%; }
  main.project .galcell {
    display: flex;
    flex-flow: row;
    justify-content: space-around;
    height: auto;
    align-items: flex-start; }
    main.project .galcell img {
      max-height: 90vh;
      height: auto;
      width: auto; }

/*----------------------------
---------- Modals ------------
---------------------------- */
.modal {
  padding: 0 !important; }
  .modal .close {
    position: fixed;
    margin-right: 32px;
    margin-top: 46px;
    right: 0;
    z-index: 9;
    opacity: 1; }
  .modal .logo-modal {
    position: fixed;
    margin-top: 66px;
    margin-left: 46px;
    z-index: 9; }
  .modal .modal-body {
    padding-top: calc(46px - 2rem); }
    .modal .modal-body main {
      flex-flow: initial !important; }
    .modal .modal-body .writing .writing-header {
      position: sticky;
      top: 0;
      background-color: white; }
      .modal .modal-body .writing .writing-header hr {
        background-color: #0000fe; }
    .modal .modal-body .writing h1, .modal .modal-body .writing h2, .modal .modal-body .writing h3 {
      text-align: center; }
    .modal .modal-body .writing h3 {
      font-family: spacemono;
      font-size: 1.5rem; }
    .modal .modal-body .writing .text * {
      font-family: libreBaskerville;
      font-size: 1.333rem; }

header .burger {
  display: none; }

@media (max-width: 768px) {
  header nav {
    display: none; }
    header nav ul li .card-header button,
    header nav ul li .card-header a {
      font-size: 1.875rem;
      line-height: 35px; }
    header nav ul li ul .projects-list.two-columns {
      column-count: 1; }
    header nav ul li ul li {
      font-size: 1.875rem;
      line-height: 35px; }
  header .burger {
    display: block;
    position: relative;
    width: 65px;
    height: 50px;
    margin: 0 auto;
    margin-top: 2rem;
    display: flex;
    flex-direction: column; }
    header .burger .b-open {
      width: 100%;
      height: 26px;
      border-bottom: 2px solid #0000fe; }
      header .burger .b-open:before, header .burger .b-open:after {
        content: ' ';
        width: 100%;
        height: 28px;
        border-bottom: 2px solid #0000fe; }
      header .burger .b-open:before {
        position: absolute;
        top: 20%; }
      header .burger .b-open:after {
        position: absolute;
        bottom: 0; }
    header .burger .b-closed {
      width: 100%;
      height: 100%;
      display: none; }
      header .burger .b-closed:before, header .burger .b-closed:after {
        content: ' ';
        width: 100%;
        height: 37px;
        transform: rotate(45deg);
        border-bottom: 2px solid #0000fe;
        position: absolute;
        top: 0; }
      header .burger .b-closed:before {
        transform: rotate(45deg);
        left: 22%; }
      header .burger .b-closed:after {
        transform: rotate(-45deg);
        right: 22%; }
  .home #page .hero.small {
    margin: 0 auto; }
  .modal .logo-modal {
    position: inherit;
    margin-top: 3rem;
    margin-left: 28px;
    max-width: 83%; }
  .modal button.close {
    position: inherit;
    margin: 0 auto; }
  .modal .modal-body {
    height: fit-content; }
    .modal .modal-body main.project {
      flex-direction: column-reverse !important; }
      .modal .modal-body main.project .coverCont, .modal .modal-body main.project .cover, .modal .modal-body main.project .sidebar {
        width: 100%;
        display: block; }
      .modal .modal-body main.project .coverCont .slick-prev {
        left: 0; }
      .modal .modal-body main.project .coverCont .slick-next {
        right: 0; }
      .modal .modal-body main.project .capText {
        font-size: 1.125rem;
        line-height: 1.666rem; }
    .modal .modal-body main.exhibition {
      flex-direction: column !important; }
      .modal .modal-body main.exhibition .title {
        display: block; }
      .modal .modal-body main.exhibition .desc {
        margin: 0 auto; }
        .modal .modal-body main.exhibition .desc h1 {
          display: none; }
      .modal .modal-body main.exhibition .exhibit, .modal .modal-body main.exhibition .slick-for, .modal .modal-body main.exhibition .slider-for {
        width: 100%;
        margin: 0 auto; }
        .modal .modal-body main.exhibition .exhibit .slick-prev, .modal .modal-body main.exhibition .slick-for .slick-prev, .modal .modal-body main.exhibition .slider-for .slick-prev {
          left: 0; }
        .modal .modal-body main.exhibition .exhibit .slick-next, .modal .modal-body main.exhibition .slick-for .slick-next, .modal .modal-body main.exhibition .slider-for .slick-next {
          right: 0; }
    .modal .modal-body main.writing .text * {
      font-size: 1.125rem;
      line-height: 1.666rem;
      margin-bottom: 1.5rem; }
  .about #page .hero {
    margin: 1rem;
    font-size: 1.25rem;
    line-height: 21px;
    width: 90%; }
  .about #page main.team-partners .team {
    flex-direction: column; }
    .about #page main.team-partners .team li {
      width: 70%;
      flex-direction: column;
      margin: 0 auto;
      padding: 1rem 0; }
      .about #page main.team-partners .team li figure, .about #page main.team-partners .team li section {
        width: 100%;
        padding: 0.5rem 0; }
        .about #page main.team-partners .team li figure h3, .about #page main.team-partners .team li figure p, .about #page main.team-partners .team li section h3, .about #page main.team-partners .team li section p {
          transform: scale(0.9); }
  .about #page main.team-partners .partner {
    flex-direction: column; }
    .about #page main.team-partners .partner li {
      width: 70%;
      margin: 0 auto;
      padding: 1rem 0; } }
