/* Mobile: Up to 767px */
@media (max-width: 767px) {
    /* Styles for phones */
    
    /*Individual Project Page*/
    /*
    article.project, .footer-nav {
        width: calc(100% - 20px);
    }
    article.project {
        margin: 20px auto;
    }
       .project-carousel {
        margin: 10px;
    }
    */
    .footer-nav {
        width: calc(100% - 20px);
        margin: 80px auto 20px;
    }

    .artwork-images {
        height: 230px;
    }
    .fixed-header {
        width: calc(100% - 28px);
        top: 4px;
        left: 0;
        right: 0;
    }
    ul.carousel-navigation {
        width: calc(100% - 15px);
        margin: 10px auto 0;
    }
    p.multiple-carousels-title {
        margin: 20px 10px 0 10px;
    }
    .header-carousel{
        margin-top: 50px;
    }
    .exhibition, .home-slide-title {
        left: 4px;
    }
    /* About, Projects Body*/
     .content.default-template , .content.projects-template {
    width: calc(100% - 20px);
    margin: 60px auto;
    }

    /*Home*/
    .content.home-template{
        width: calc(100% - 20px);
        margin: 50px auto; 
    }
    .home-desk {
        display: none;
    }
    .home-mobile .swiper-pagination {
        position: absolute;
        margin-top: 10px;
        z-index: 10000;
        top: unset !important;
        bottom: unset !important;
    }
    .home-mobile .swiper-pagination-bullet-active {
        background: black;
    }

  }
  
  /* Tablet: 768px to 1023px */
  @media (min-width: 768px) and (max-width: 1023px) {
    /* Styles for tablets */


    /*Individual Project Page*/
    article.project, .footer-nav {
        width: calc(100% - 20px);
    }
    article.project {
        margin: 20px auto;
    }
    .footer-nav {
        margin: 80px auto 20px;
    }
    .project-carousel {
        margin: 10px;
    }
    .artwork-images {
        height: 230px;
    }
    .fixed-header {
        width: calc(100% - 28px);
        top: 4px;
        left: 0;
        right: 0;
    }
    ul.carousel-navigation {
        width: calc(100% - 15px);
        margin: 30px auto 0;
    }
    .header-carousel{
        margin-top: 50px;
    }
    .exhibition, .home-slide-title {
        left: 4px;
    }
    /*Home, About, Projects Body*/
    .content.home-template, .content.default-template , .content.projects-template {
    width: calc(100% - 20px);
    margin: 60px auto;
    }

    /*Home*/
    .home-desk {
        display: none;
    }
    .home-mobile .swiper-pagination {
        position: absolute;
        margin-top: 10px;
        z-index: 10000;
        top: unset !important;
        bottom: unset !important;
    }
    .home-mobile .swiper-pagination-bullet-active {
        background: black;
    }
    
  }

  @media screen and (max-width: 1024px){
    .home-desk .exhibitions-list {
        text-align: center;
    }
    .homepage-divider {
        display: none
      }
  }
  
  /* Desktop: 1024px and above */
  @media (min-width: 1024px) {
    /* Styles for desktops and larger screens */

    /*Individual Project Page*/
    article.project, .footer-nav, .header-carousel {
        width: calc(100% - 160px);
    }
    article.project {
        margin: 60px auto;
    }
    .header-carousel {
        margin: 37px auto;
    }
    .footer-nav {
        margin: 160px auto 80px;
    }
    nav.site-nav.footer-menu {
        display: inline-block;
        float: right;
    }
    .project-carousel {
        margin: 80px auto;
    }
    .artwork-images {
        height: 400px;
    }
    .fixed-header {
        width: calc(100% - 182px);
        top: 0px;
        left: 0;
        right: 0;
    }
    ul.carousel-navigation {
        margin: 10px auto 0;
    }
    p.multiple-carousels-title {
        margin: 30px 0 0 0;
    }
    .exhibition, .home-slide-title {
        left: 80px;
    }

    /*Home, About, Projects Body*/
    .content.home-template, .content.default-template , .content.projects-template {
    width: calc(100% - 160px);
    margin: 60px auto;
    }
    /*Home*/
    .table-of-contents-container {
        display: grid;
        grid-template-columns: 1fr 2fr;
        min-height: 70vh;
    }
    .toc-left {
        border-right: 1px solid #e5e5e5;
        padding: 40px 0 0 0;
        overflow-y: inherit;
      }
      .home-mobile {
        display: none;
    }
    .home-desk .exhibitions-list {
        text-align: left;
    }
      .homepage-divider {
        width: 100%;
          margin: 15px auto;
          border: none;
          border-top: 1px solid #ccc;
      }

  }