
@font-face {
    font-family: 'radikalregular';
    src:  url('radikal-regular.eot');
    src:  url('radikal-regular.eot?#iefix') format('embedded-opentype'),
          url('radikal-regular.woff2') format('woff2'),
          url('radikal-regular.woff') format('woff'),
          url('radikal-regular.ttf') format('truetype');
}
@font-face {
    font-family: 'radikalbold';
    src:  url('radikal-bold.eot');
    src:  url('radikal-bold.eot?#iefix') format('embedded-opentype'),
          url('radikal-bold.woff2') format('woff2'),
          url('radikal-bold.woff') format('woff'),
          url('radikal-bold.ttf') format('truetype');
}
@font-face {
    font-family: 'nib-regular';
    src: url('nib-regular.eot');
    src: url('nib-regular.eot?#iefix') format('embedded-opentype'),
         url('nib-regular.woff2') format('woff2'),
         url('nib-regular.woff') format('woff'),
         url('nib-regular.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}




html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
  font-size: 100%;
  font-weight:400;
  vertical-align: baseline;
	font-family: 'radikalregular', sans-serif;
	color: #000000;
  -ms-text-size-adjust: 100%; /* 2 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

html {
  font-size: 90%;
  width: 100%;
  height: 100%;
}

* {
  box-sizing: border-box;
  border-color: inherit;
}

body {
  margin: 0;
}

b {
  font-family: 'radikalbold', sans-serif;
  font-weight:900;

}

a:hover {
  border-bottom:2px solid black;
}

header {
    position: fixed;
    width: 100%;
    top: 0;
    left: 0;
    right: 0;
    margin: 0;
    padding: 0;
    background: inherit;
    z-index: 999;
    border-bottom-width: 1px;
    border-bottom-style: solid;
    height: 4rem;
    background-color:#fff;
    color:#000;
}



header li {
  cursor: pointer;
}

@media (max-width: 800px) {
  header {
    padding: 0 1.5rem 0 3.3rem;
    white-space: nowrap;
    -webkit-overflow-scrolling: touch;
    overflow-x: scroll;
    overflow-y: hidden;
  }
    nav.hideOnMobile{
          border:1px solid red;
          visibility:hidden;
    }
}


.nav-left ul, .nav-left li {
  display: inline;
}

.nav-left a {
  display: inline-block;
}

@media (min-width: 800px) {
  .nav-left {
    float: left;
    padding: 0 0.5rem ;
  }
  .nav-left a {
    padding: 1.5rem 1rem 1rem 1rem;
  }
}

@media (max-width: 800px) {
  .nav-left {
    display: inline;
  }
  .nav-left a {
    padding: 1.4rem 0.5rem 1.2rem 0.5rem;
  }
}

.nav-right ul, .nav-right li {
  display: inline;
}

.nav-right a {
  display: inline-block;
}

@media (min-width: 800px) {
  .nav-right {
    float: right;
    padding: 0 0.5rem;
    
  }
  .nav-right a {
    padding: 1.5rem 1rem 1rem 1rem;
  }
}

@media (max-width: 800px) {
  .nav-right {
    display: inline;
  }
  .nav-right a {
    padding: 1.4rem 0.5rem 1.2rem 0.5rem;
  }
}

.nav-center h1, footer h1{
font-family:radikalbold;
font-size:30px;
font-weight:900;
}

h1 a{
font-family:radikalbold;
font-size:30px;
}

a:hover h1 {
text-decoration:none;
}


.nav-center {
  text-align: center;
  position: absolute;
}

@media (min-width: 800px) {
  .nav-center {
    left: 40%;
    width: 25%;
    height: 3rem;
    top: 0.5rem;
    margin: 0 0 0 -0.8rem;
  }
}

@media (max-width: 800px) {
  .nav-center {
    left: 1.1rem;
    top: 0.7rem;
    bottom: 0;
    width: 3rem;
    height: 3rem;
  }
}



body {
  margin: 0;
  font-family: 'radikalregular', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  line-height: 1.3;
  border-color: #ddd;
  overflow-x: hidden;
  overflow-y: scroll;
  width: 100%;
  height: 100%;
  font-display: block;
}

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

ul, ol {
  list-style: none;
  margin: 0;
  padding: 0;
}

h1 {
  font-weight: normal;
}

p {
  margin: 0 0 1rem 0;
}

p:last-child {
  margin-bottom: 0;
}

p a {
  border-bottom-width: 1px;
  border-bottom-style: solid;
}

i {
  font-family: 'basis-grotesque-italic', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-style: normal;
}

h2 {
  font-size: 2.25rem;
  font-weight: normal;
  margin: 0 auto 2rem auto;
  border-bottom-width: 1px;
  border-bottom-style: solid;
  padding-bottom: 2rem;
}

article {
  padding-top: 4rem;
  margin-top: -1px;
  min-height: calc(100vh - 4rem);
}

section{
  padding:0;
  margin:0;
}

.artwork-details {
  border-top-width: 1px;
  border-top-style: solid;
  border-color:#888;
}

@media (min-width: 800px) {
  .artwork-details {
    padding: 4rem;
  }
}

@media (max-width: 800px) {
  .artwork-details {
    padding: 2rem;
  }
}

.artwork-details-wrap:after {
  content: '';
  display: table;
  clear: both;
}

.artwork-details-wrap {
  margin: auto;
}

@media (min-width: 800px) {
  .artwork-details-wrap {
    max-width: 80vw;
  }
}

.artwork-details-wrap a {
  border-bottom-width: 1px;
  border-bottom-style: solid;
}

.artwork-details-description h1{
  font-size: 3em;
  font-family:'radikalbold', sans-serif;
  padding-bottom: 0.2em;
}

.artwork-details-description h1{
  font-size: 3em;
  font-family:'radikalbold', sans-serif;
  padding-bottom: 0.2em;
}

@media (min-width: 800px) {
  .artwork-details-description {
    width: 80%;
    padding-right: 4rem;
    float: left;
  }
  .artwork-details-description p {
    font-size: 1.3em;
  }
  .artwork-details-links {
    width: 20%;
    float: left;
  }
}
.artwork-details-description-tiny{
  font-size:0.7em;
  letter-spacing:0.2em;
}

.artwork-details-description-related{
  font-size:1.2em;
  letter-spacing:0.2em;
}
@media (max-width: 800px) {
  .artwork-details-links {
    margin-top: 1rem;
  }
}

.type-details-links-header{
  font-family:radikalbold;
  display:inline;
}

.type-details-links-date{
font-size:0.8em;
}



.img-header, section.front-header {
  margin:0;
  padding:0;
    font-size: 0;
}



.img-header img {
  width:100vw;
}


.front-header img {
  font-size: 0;
  width:100%;
  margin:0;
  padding:0; 
  box-sizing:content-box;
}



.custom-section {
  padding: 4rem 4rem 4rem 4rem;
  margin: auto;
  border-top-width: 1px;
  border-top-style: solid;
}

.custom-section h1{
  font-size:2em;
  line-height:1.2em;
  font-family:"radikalbold";
  display:block;
}

.related-section {
  padding: 4rem 10% 4rem 10%;
  display: block;
}

.newsletter-section {
  background:#eee;
  padding: 0;
  display: block;
}




@media (max-width: 800px) {
  .related-section {
  display: none;
}
}



#cta_2col{
  width: auto;
  font-size:11px;
  line-height:18px;
}

@media (min-width: 800px) {
  #cta_2col{
  
  float:left;
  display: block;
  width: 50%;
  margin:0 auto;
  font-size:14px;
  line-height:20px;
  }
  }

  #cta_2col h2{
    border:0;
    padding:none;
    font-family: "nib-regular";
    font-size:20px;
    line-height:25px;
  }


#cta_newsletter{
    height:280px;
  padding:2em 20% 2em 20%;
  text-align:center;
    border:1px solid red;
}

.subscribe_btn{
  margin:auto;
  width: 200px;
  display:block;
  border-radius: 3em;
  background-color:#000;
  text-align:center;
}

.subscribe_btn_label{
  padding:0.5em;
  color:#fff;
  font-size:30px;
}

.custom-section-wrap {
  margin: auto;
}

.custom-section-text{
  font-size:3rem;
}

@media (min-width: 800px) {
  .custom-section-wrap {
    max-width: 80vw;
  }
}


#box_container{
margin:0 auto;
padding:0px;
overflow: hidden;
text-align:left;
}

#box_content{
height:auto;
padding:0 5px 0 0;
margin:0;
}



#box_2col{
  float:left;
  width: auto;
  font-size:11px;
  line-height:18px;
}

@media (min-width: 530px) {
  #box_2col{
  display: block;
  width: 50%;
  margin:0 auto;
  font-size:14px;
  line-height:20px;
  }
  }

  #box_1col img, #box_2col img, #box_3col img, #box_4col img{
    width:100%;
    transition: opacity .9s ease-in-out;
  }

.d-1 {
   --d:2px;
   padding: 8px 8px 8px calc(8px + var(--d));
   background: linear-gradient(rgba(255,255,255,0.4) 0 0) left/var(--d) 100% no-repeat;
   clip-path: polygon(var(--d) 3px,var(--d) 0,100% 0,100% 100%,var(--d) 100%,var(--d) calc(100% - 3px));
   transform: perspective(1000px) rotateY(0deg);
   transition: 0.4s,color 0.4s 0.4s,background-color 0.4s 0.4s;
 }
 .d-1:hover {
   background-color: #eee;
   color: #000;
   clip-path: polygon(0px 3px,var(--d) 0,100% 0,100% 100%,var(--d) 100%,0  calc(100% - 3px));
   transform: perspective(1000px) rotateY(40deg);
   transition: 0.4s,clip-path 0.4s 0.4s,transform 0.4s 0.4s;
 }
 
  .d-2 {
   --d:14px;
   
   padding: 8px calc(8px + var(--d)) 8px 8px;
   background: linear-gradient(rgba(255,255,255,0.4) 0 0) right/var(--d) 100% no-repeat;
   clip-path: polygon(0 0,calc(100% - var(--d)) 0,calc(100% - var(--d)) 3px,calc(100% - var(--d)) calc(100% - 3px),calc(100% - var(--d)) 100%,0 100%); 
   transform: perspective(1000px) rotateY(0deg);
   transition: 0.4s,color 0.4s 0.4s,background-color 0.4s 0.4s;
 }
 .d-2:hover {
   background-color: white;
   color: #000;
   clip-path: polygon(0 0,calc(100% - var(--d)) 0,100% 3px,100% calc(100% - 3px),calc(100% - var(--d)) 100%,0 100%); 
   transform: perspective(1000px) rotateY(-40deg);
   transition: 0.4s,clip-path 0.4s 0.4s,transform 0.4s 0.4s;
 }

 .distort-me2 img {
     opacity: 80%;
     transition: 0s,
}
 .distort-me2 img:hover {
opacity: 100%;
}

 .distort-me1 {
   --d:2px;
      background-color: #fff;
   padding: 1px 1px calc(8px + var(--d)) 8px;
   background: linear-gradient(rgba(255,255,255,0.4) 0 0) bottom/100% var(--d) no-repeat;
   clip-path: polygon(0 0,
       100% 0,
       100% calc(150% - var(--d)),
       calc(100% - 0px) calc(100% - var(--d)),
       0px calc(100% - var(--d)),
       0 calc(100% - var(--d))); 
   transform: perspective(1000px) rotateX(0deg);
   transition: 0.2s,color 0.2s 0.2s,background-color 0.2s 0.2s;
 }
 .distort-me1:hover {
     position:relative;
     z-index:100;
   background-color: #fff;
   color: #000;
   clip-path: polygon(0 0,
       100% 0,
       100% calc(170% - var(--d)),
       calc(100% - 3px) 100%,
       3px 100% ,
       0 calc(100% - var(--d)));
   transform: perspective(1000px) rotateX(-30deg) rotateY(5deg);;
   transition: 0.2s,clip-path 0.2s 0.2s,transform 0.2s 0.2s;
 }
  .d-4 {
   --d:14px;
   
   padding: calc(8px + var(--d)) 8px 8px 8px;
   background: linear-gradient(rgba(255,255,255,0.4) 0 0) top/100% var(--d) no-repeat;
   clip-path: polygon(0 var(--d),3px var(--d),calc(100% - 3px) var(--d),100% var(--d),100% 100%,0 100%); 
   transform: perspective(1000px) rotateX(0deg);
   transition: 0.4s,color 0.4s 0.4s,background-color 0.4s 0.4s;
 }
 .d-4:hover {
   background-color: white;
   color: #000;
   clip-path: polygon(0 var(--d),3px 0,calc(100% - 3px) 0,100% var(--d),100% 100%,0 100%); 
   transform: perspective(1000px) rotateX(-40deg);
   transition: 0.4s,clip-path 0.4s 0.4s,transform 0.4s 0.4s;
 }


  a #box_1col img, a #box_2col img, a #box_3col img, a#box_4col img{
    width:100%;
    transition: opacity .9s ease-in-out;
  }


  #box_clear{
    height:0;
    padding:0;
    clear:both;
  }
  #box_clear_spacer{
    height:0.5em;
    clear:both;
  }


  #box_3col{
  float:left;
  width: auto;
  font-size:11px;
  line-height:18px;
  margin-left:1px;
  
  }

  @media (min-width: 1060px) {
  #box_3col{
  display: block;
  width: 33.3%;
  margin:0 auto;
  font-size:13px;
  line-height:18px;
  }
  }

.box_selector{
 padding-bottom:1em;   
}
#box_keywords{
    padding: 0.1em 0.5em 0.1em 0.5em;
    border-radius: 0.8em;
   font-size:11px;
    line-height:16px;
    display:inline;
    border:1px solid #000;
    -webkit-box-shadow: 0 3px 2px -2px #777;
    -moz-box-shadow: 0 3px 2px -2px #777;
    box-shadow: 0 3px 2px -2px #777;
}
@media (min-width: 530px) {
    padding: 0em 0.5em 0 0.5em;
    border-radius: 0.8em;
    #box_keywords{
    font-size:13px;
        line-height:16px;
        display:inline;
    border:1px solid #000;
        -webkit-box-shadow: 0 3px 2px -2px #777;
    -moz-box-shadow: 0 3px 2px -2px #777;
    box-shadow: 0 3px 2px -2px #777;
    }
}

  #box_4col{
  float:left;
  width: auto;
  font-size:11px;
  line-height:18px;
  }

  @media (min-width: 530px) {
  #box_4col{
  display: block;
  width: 25%;
  margin:0 auto;
  font-size:14px;
  line-height:20px;
  }
  }

#footer_3col{
  padding-top:1em;
  padding-right:5%;
  float:left;
  width: 75%;
  font-size:14px;
  line-height:18px;
}

#footer_3col_small{
  float:left;
  width: 20%;
  font-size:14px;
  line-height:18px;
}


@media (min-width: 1200px) {
#footer_3col, #footer_3col_small{
padding:1em;
display: block;
width: 33.3%;
margin:0 auto;
font-size:16px;
line-height:22px;
}
}

#box_caption{
    font-size:1em;
    padding-left:0.6em;
    padding-right:0.4em;
    padding-top:0.2em;
  }
#related_caption{
      font-size:1.5em;
      line-height:1.1em;
    padding-left:0.6em;
    padding-right:0.4em;
    padding-top:0.2em;
    }

footer {
  border-top:1px solid #000;
  width:auto;
  padding-left:10%;
  padding-right:10%;
  padding-top:2em;
  padding-bottom:5em;
}

  @media (min-width: 1200px) {
footer{
  padding-left:20%;
  padding-right:20%;
  padding-top:3em;
  padding-bottom:10em;
}
}

  #footer_box{

    width:100%;
    padding:0;
    font-size: 5em;
  }

    @media (min-width: 1200px) {


        #footer_box{
          padding:0;
          width:100%;
          display:block;
          float:left;
        }
    }

    #footer_menu{
      padding-bottom:1em;
    }



#newsletter_1{
    width:auto;
}

#newsletter_2{
  padding-top:1em;

}

input {
  padding-bottom:1em;
}


.vr-button{
    display:inline;
    font-size:0.8em;
    border-radius: 6px;
    padding:1px 6px 1px 6px;
    background:#0000ff;
    color:white;
    font-weight:900;
}

.topnav{
    height:55px;
    float:right;
    border:1px dotted red;
}

.image-credit{
    display:block;
}

.front-label{
    
    position: relative;
    height:40px;
    padding-bottom:15px;
    padding-left:20px;
    margin-top:-40px;
    font-size:15px;
    color:white;
}

#box_caption h3{
    font-size:22px;
    line-height:20px;
}

@media (min-width: 1060px) {
#box_caption h3{
    font-size:22px;
    line-height:25px;
}
}

#mwb {
  margin: 0 auto;
  border:2px solid black;
  padding:2em;
  width:50%;
  font-size:1.3em;
  line-height:1.2em;

}
@media (max-width: 860px) {
  #mwb {
    width:70%;
    padding:1.4em;
  }
}
