body { 
  margin: 0 50px; 
  background-color: #ffffff;
  color: #000;
  font-family:'Helvetica', 'Arial', sans-serif;
  font-weight: 500;
  font-size: 14px;
  background: #fff; 
}

.mobile-display {
  display: none;
}

h2{
  color: #000;
  font-family:'Helvetica', 'Arial', sans-serif;
  font-weight: 500;
  font-size:18px;  
  font-weight:normal;
  letter-spacing:1px;
  margin:0 !important;
}

.home-section h2{
  font-size:12px;
  font-family:'Helvetica', 'Arial', sans-serif;
  font-weight: 600;
  text-transform:uppercase;
  font-weight:normal;
  letter-spacing:2px;
  margin: 40px 0 !important;
  text-align:center;
}

h3{
  font-size:11px;
  text-transform:uppercase;
  font-weight:normal;
  font-family:'Helvetica', 'Arial', sans-serif;
  font-weight: 800;
  letter-spacing:2px;
}

#container { 
  margin: 0 auto;
}

#header, #footer { display: block; color: #000; }
#header a, #footer a { color: #000; }
#header { border-radius: 0; padding:25px 0 0 0; text-transform: uppercase;}
#header:after { content: '.'; display: block; height: 0; clear: both; visibility: hidden; }


#content { display: block; padding: 25px 0; background: #fff; }
#content a { color: #000; text-decoration: none; background-color: #eee; }
#content a:hover { text-decoration: underline; }

#footer {
  border-radius: 0;
  color: #666;
  font-size: 10px;
  padding: 15px;
  text-align: center;
}

#footer a{
  text-decoration: none;
}

/** nav styles**/

#header a { text-decoration: none; }
#header h1 { margin: 0;
  font-weight: normal; 
  color:#000; 
  font-size: 14px; 
  letter-spacing:4px; 
  line-height: 1;
  font-family:'Helvetica', 'Arial', sans-serif;
  font-weight: 500;
  text-align:center;
}
#header nav { 
  display: block; 
  font-size: 12px; 
  letter-spacing: 3px; 
  font-family:'Helvetica', 'Arial', sans-serif;
  font-weight: 500;
  text-align: center;
}
#header nav ul { 
  margin: 0; 
  list-style-type: 
  none; padding: 0; 
}
#header nav ul li { 
  display: inline;
  margin: 0 10px; 
}
#header nav ul li a{
  border-bottom: 1px solid #ffffff; 
}
#header nav ul li a:hover,
#header nav ul li a.active, 
#header nav ul li span.active { 
  border-bottom: 1px solid #000000; 
  background-color:#eee;
}


#mainnav{
  margin-top: 30px !important;
}

#subnav{
  clear: both;
  margin-top: 10px !important;
  font-size:11px;
}

.navlabel {
  font-size: 0.8em;
  margin-right: -25px;
  margin-top: 3px;
  text-transform: lowercase;
}

.subhover {
  background-color: white;
  display: none;
  left: -15px;
  margin: 10px 0 0;
  padding: 0 10px;
  position: absolute;
  text-align: left;
  z-index: 5;
}

.subhover a{
  color: black !important;
  display: block;
  padding: 5px;
  text-transform: none;
  font-size: 12px;
}

.subhover-float {
  float: left;
}

.subhover-wide{
  width: 500px;
}

.navhover:hover .subhover{
  display: block;
}

.navhover{
  padding-bottom: 10px;
  position: relative;
}

/** list page styles**/  

.list-item{
  float:left;
  width: 260px;
  margin: 0 10px 10px 0;
  height: 170px;
  position: relative;
}

.list-item h2{
  font-size:16px !important;
}

.packery-content {
  align-items: center;
  display: flex;
  flex-flow: row wrap;
  justify-content: center;
}
.packery-content .list-item{
  margin: 0;
}
.packery-content .list-image {
  display: block;
  margin: 25px;
}

.size-{
  width: 270px;
  height: 180px;
}
.size-block32{
  width: 270px;
  height:180px;
}
.size-block34{
  width: 270px;
  height:360px;
}
.size-block36{
  width: 270px;
  height:540px;
}
.size-block64{
  width: 540px;
  height:360px;
}
.size-block94{
  width: 810px;
  height:360px;
}
.size-block66{
  width: 540px;
  height:540px;
}
.size-block96{
  width: 810px;
  height:540px;
}
.list-item img{
  width:100%;
  height:100%;
  display: block;
}

.list-item .text {
  background-color: #fff;
  bottom: 0;
  font-size: 110%;
  left: 0;
  letter-spacing: 1px;
  margin: 0;
  opacity: 0;
  padding: 30px 10px 10px 10px;
  position: absolute;
  right: 0;
  top: 0;
  color:#000;
  font-size:13px;
  text-align:center;
  transition: all 0.2s;
}

.list-item:hover .text{
  opacity: 0.8;
}

.list-item-date {
  margin: 1px 0 2px 0;
  font-size:11px;
}

.list-item-location {
  text-transform:uppercase;
  font-size:11px;
}

/** project page styles**/

.project-details{
  margin:3px 0 3px 0;
  font-size: 11px;
  text-transform: uppercase;
}

.project-details-activities{
  font-size: 11px;	
}

.project-details-curator{
  font-size: 11px;	
}

.project-details-other{
  margin:30px 0 15px 0;
  font-family:'Helvetica', 'Arial', sans-serif;
  font-weight: 500;
  text-align: left;
}

.project-page-left {
  margin: 0 auto;
  max-width: 400px;
  padding: 0 0 20px;
  text-align: center;
  width: 25%;
}
.project-page-right {
  margin: 0 auto;
  max-width: 800px;
}
.project-page-right img.largeimg {
  width: 100%;
  display: block;
}
.project-page h2{
  font-size: 16px;
}

.swipebox {
  display: block;
  margin: 0 0 10px;
  position: relative;
}

.fullscreen-icon {
  position: absolute;
  right: 0;
  top: 0;
  width: auto;
  display: none;
}

.swipebox:hover .fullscreen-icon{
  display: block;
}

.image-info-box {
  font-size: 10px;
  margin-bottom: 50px;
  margin-top: -10px;
  text-align: right;
}

.image-other-copy, .image-artist-copy, .image-materials {
  display: inline;
  margin-left: 10px;
}

/** information page styles **/

.information-block {
  margin: 0 auto;
  max-width: 1200px;
}

.table-class {
  border-spacing: 0 5px;
  display: table;
  width: 100%;
}

.tr-class{
  display: table-row;
}

.td-class {
  display: table-cell;
  padding: 2px 5px;
}

/** size styles - MUST BE AT BOTTOM **/

#container{
  width: 2160px;
}
@media screen and (max-width: 2260px) {
  #container{
    width: 1890px;
  }
}
@media screen and (max-width: 1990px) {
  #container{
    width: 1620px;
  }
}
@media screen and (max-width: 1720px) {
  #container{
    width: 1350px;
  }
}
@media screen and (max-width: 1450px) {
  #container{
    width: 1080px;
  }
}
@media screen and (max-width: 1180px) {
  #container{
    width: 810px;
  }
}

@media screen and (max-width: 910px) {
  body { 
    margin: 0 5px; 
  }
  .mobile-display{
    display: block;
  }
  #subnav{
    display: none;
  }
  #container{
    width: 100%;
  }
  #content { 
    padding: 0;
  }
  .packery-content .list-image {
    width: 100%;
    margin-bottom: 10px;
  }
  .mobile-space-project-list {
    height: 30px;
  }
  .information-block {
    margin: 30px auto;
  }
  .project-page-left {
    float: none;
    max-width: none;
    padding: 30px 20px 20px 20px;
    width: auto;
  }
  .project-page-right {
    float: none;
    max-width: none;
    padding: 5px 0;
    width: 100%;
  }
  .list-item {
    bottom: unset;
    display: block;
    float: none;
    height: auto;
    left: 0 !important;
    margin: 0 5px 0 0;
    right: 0 !important;
    top: 0 !important;
    width: 100%;
    position: relative !important;
  }
  .list-image {
    display: block;
    margin-bottom: 10px;
  }
  .list-image img {
    height: auto;
    width: 100%;
  }
  .list-item .text {
    opacity: 0.8;
    bottom: unset;
    margin: 20px;
    padding: 10px;
  }
  .list-item .text div, .list-item .text h2 {
    background-color: white;
    margin: 0;
  }
  .information-block{
    padding: 0 20px;
  }
}

