@charset 'UTF-8';

html,
html * {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

body {
  font-family: arial, sans-serif;
  font-size: 3.3vw;
 }


img {
  width: 100%;
  max-width: 100%;
  height: auto;
  vertical-align: middle;
  -webkit-transform: translate3d(0,0,0);
          transform: translate3d(0,0,0);
}

button:focus {
  outline: none !important;
}

a,
a:visited {
  color: inherit;
}


header {
  position: absolute;
  z-index: 1000;
  top: 0;
  left: 0;
  width: 100%;
  padding: 1%;
}

.site-logo {
  position: relative;
  display: block;
  width: 1.25em;
}
.site-logo img {
  position: absolute;
  top: .125em;
  left: .125em;
  width: 1.25em;
}
.site-logo-dark {
  -webkit-transition: opacity .3s;
  transition: opacity .3s;
  opacity: 0;
}
.site-logo-white {
  -webkit-transition: opacity .3s;
  transition: opacity .3s;
  opacity: 1;
}


.site-nav-open {
  position: absolute;
  z-index: 310;
  top: 80%;
  right: 2%;
  display: block;
  width: 2em;
  border: none;
  background: none;
}
.site-nav-close {
  position: absolute;
  z-index: 410;
  top: 2em;
  right: 2em;
  display: block;
  width: 2em;
  border: none;
  background: none;
}
.site-nav {
  position: absolute;
  z-index: 400;
  top: 0;
  left: 0;
  display: none;
  width: 100%;
  padding: 9.2em 0 6em;
  opacity: .95;
  background: #141122;
}
.site-header.is-showing-site-nav .site-nav {
  display: block;
}
.site-nav ul {
  list-style-type: none;
  text-align: center;
}
.site-nav ul li {
  margin-bottom: 3.75em;
}
.site-nav ul li a {
  font-size: 1.15em;
  text-decoration: none;
  letter-spacing: .15em;
  text-transform: uppercase;
  color: #fff;
  -webkit-transition: color .3s;
  transition: color .3s;
}
.site-nav ul li a:hover,
.site-nav ul li a:focus {
  opacity: 1;
}

.hero {
  display: block;
  position: relative;
  height: 134vw;
  color: #fff;
}
/*
*::-webkit-media-controls-start-playback-button {
  display: none!important;
  -webkit-appearance: none;
}
*/
.hero-content {
  font-family: 'acumin-pro-extra-condensed', sans-serif;
  position: absolute;
  z-index: 200;
  top: 0;
  bottom: 0;
  width: 100%;
  text-align: center;
  text-decoration: none;
}
.hero-leadin {
  font-size: 1.5em;
  font-weight: 100;
  line-height: 1.55;
  margin-bottom: -.35em;
  padding-top: 1.5em;
  letter-spacing: .3em;
  text-transform: uppercase;
}
.hero-leadin span {
  display: block;
}
.hero-title {
  font-size: 5.2em;
  margin-bottom: 1.5%;
  text-transform: uppercase;
}
.hero-date {
  font-size: 1.5em;
  font-weight: 100;
  line-height: 1.6;
  letter-spacing: .3em;
  text-transform: uppercase;
}
.hero-date span {
  display: block;
}

.hero video {
  position: relative;
  z-index: 100;
  width: 100%;
  height: 100%;
  object-fit: cover;
}



.intro {
  position: relative;
  padding: 9.5em 3.25em 10em;
  color: #343144;
	background: #ffffff;
}

.intro p {
  font-family: 'acumin-pro-extra-condensed', sans-serif;
  font-size: 1.5em;
  line-height: 1.685;
  position: relative;
  z-index: 200;
  text-align: center;
  letter-spacing: .325em;
  text-transform: uppercase;
}
.intro-text {
  position: relative;
}
.intro-text h2 {
	font-size: 1.25em;
	font-weight: 100;
	margin-top: 1.45em;
	margin-bottom: .75em;
	letter-spacing: .36em;
	text-transform: uppercase;
	text-decoration: underline;
}
.intro-text li{
	text-align: left;
	list-style-type: none;
}

#stamp {
  position: absolute;
  z-index: 500;
  bottom: 30px;
  right: 2em;
  width: 6.5em;
}
#stamp.fixed {
  position: fixed;
  pointer-events: none;
}

.about {
  position: relative;
  width: 100%;
  overflow: hidden;
	padding: 0 6em 6em 6em;
	
}
.about {
  position: relative;
}
.about-piece {
  position: relative;
}
.about-piece p {
	padding-bottom: 1em;
}
.about-piece figure {
  position: relative;
}
.about-piece figure figcaption {
  position: absolute;
  z-index: 200;
  width: 66.6%;
  padding: .65em 1em;
  text-transform: uppercase;
}
.about-artistName {
  font-size: .75em;
  font-weight: bold;
  line-height: 1;
  letter-spacing: .04em;
  color: #fff;
}
.about-piece figure img {
  position: relative;
  z-index: 100;
}
.about-description {
  padding: 7.65em 5em 8.5em;
  text-align: center;
  color: #fff;
}
.about-description p {
  opacity: .8;
}
.about-artistImage {
  display: none;
}
.about-title {
  font-family: 'Gill Sans', 'Gill Sans MT', 'Myriad Pro', 'DejaVu Sans Condensed', Helvetica, Arial, 'sans-serif' sans-serif;
  font-size: 1.75em;
  font-weight: 100;
  margin-bottom: 1.45em;
  letter-spacing: .36em;
  text-transform: uppercase;
}
.about-piece p {
	font-family: "Gill Sans", "Gill Sans MT", "Myriad Pro", "DejaVu Sans Condensed", Helvetica, Arial, "sans-serif" sans-serif;
}
.about-description p {
  font-size: 1em;
  line-height: 1.9;
}
.seeMore {
  font-size: 1em;
  display: inline-block;
  margin-top: 2.85em;
  padding: 0 3em 0 .5em;
  transition: all .3s;
  text-decoration: none;
  background-image: url(images/right-arrow-white.png);
  background-repeat: no-repeat;
  background-position: 86% 50%;
  background-size: 1.25em;
}
.seeMore:hover {
  padding: 0 3.25em 0 .25em;
  background-position: 93% 50%;
}
.seeMore-black {
    background-image: url(images/right-arrow-black.png);

}



.artwork-3 .artwork-description {
  background: #26223e;
}


@-webkit-keyframes radar {
  0%   { transform: scale(0); opacity: .8; }
  100% { transform: scale(1); opacity: 0; }
}
@-moz-keyframes radar {
  0%   { transform: scale(0); opacity: .8; }
  100% { transform: scale(1); opacity: 0; }
}
@-o-keyframes radar {
  0%   { transform: scale(0); opacity: .8; }
  100% { transform: scale(1); opacity: 0; }
}
@keyframes radar {
  0%   { transform: scale(0); opacity: .8; }
  100% { transform: scale(1); opacity: 0; }
}

footer {
  margin-top: 0;
  padding: 0 0 0;
  color: #fff;
	background-color: #333;
}
.footer-content {
  width: 80%;
  margin: 0 auto;
}
.footer-social {
  display: block;
  width: 100%;
  list-style-type: none;
  text-align: center;
	padding-top: 1em;
}
.footer-social li {
  display: inline-block;
  margin: 0 1.2em;
}
.footer-social li a {
  line-height: 3.5em;
  display: inline-block;
  width: 4em;
  height: 4em;
  text-align: center;
  border: 2px solid rgba(255,255,255,.3);
  border-radius: 50%;
}
.footer-social li a:hover {
  border-color: #fff;
  background: #fff;
}
.footer-social li a img {
  width: auto;
  height: 1em;
}
.footer-social li a .social-hover {
  display: none;
}
.footer-social li a:hover .social-default {
  display: none;
}
.footer-social li a:hover .social-hover {
  display: inline;
}


.footer-info p {
  font-size: .8em;
  line-height: 1.55;
  max-width: 20em;
  margin-bottom: 0;
}
.footer-disclaimer {
  position: relative;
}

.footer-legal {
  opacity: .8;
}

.footer-credit {
  position: relative;
}

.footer-credit a:hover {
  text-decoration: none;
}
.footer-nav {
	list-style-type: none;
	text-align: center;
	padding-top: 1em;
}
.contact {
	padding-top: 1em;
	padding-bottom: 2em;
}
.contact h2{
	text-align: center;
	font-family: "Gill Sans", "Gill Sans MT", "Myriad Pro", "DejaVu Sans Condensed", Helvetica, Arial, "sans-serif" sans-serif;
}
.contact p {
	text-align: center;
	font-family: "Gill Sans", "Gill Sans MT", "Myriad Pro", "DejaVu Sans Condensed", Helvetica, Arial, "sans-serif" sans-serif;
}
/*Any width that is less than the max-width specified, all CSS within the query will take effect.*/

@media (max-width:826px) {
	.hero video {
		display: none;
	}
}	


@media (min-width: 827px) {
  body {
    font-size: 100%;
  }

  header {
    position: fixed;
    padding: 1%;
  }


  .site-logo {
    float: left;
    width: 20%;
  }
	
  .site-logo img {
    width: 20%;
  }

  .site-nav-open {
    display: none;
  }

  .site-nav-close {
    display: none;
  }


  .site-nav {
    position: relative;
    display: block !important;
    float: right;
    width: 80%;
    padding: .5em 1em 1em 0;
    background: none;
  }

  .site-nav ul {
    margin: 0;
    text-align: right;
  }
  .site-nav ul li {
    display: inline-block;
    margin-bottom: 0;
    margin-left: 1.5em;
  }
  .site-nav ul li a {
    font-size: .85em;
    padding-bottom: .5em
  }
  .site-nav ul li a:hover,
  .site-nav ul li a:focus {
    outline: none;
    border-bottom: 1px solid white;
  }


.hero {
  height: 53.5vw;
}
	
.hero-content {
  font-family: 'acumin-pro-extra-condensed', sans-serif;
  position: absolute;
  z-index: 200;
  top: 52%;
  bottom: 12%;
  width: 100%;
  text-align: center;
  text-decoration: none;
}
	
.hero-leadin {
  font-size: 1.5em;
  line-height: 2.2;
	margin-top: 2%;
  margin-bottom: -1.4em;
  padding-top: 0;
  letter-spacing: .39em;
}
.hero-title {
	font-size: 9vw;
	margin-bottom: -2%;
	letter-spacing: .225em;
	margin-left: .25em;
}
.hero-date {
font-size: 1em;
  line-height: 2.75;
  letter-spacing: .35em;
}
.hero-arrow {
  bottom: 4.25%;
  width: .5em;
  margin-left: -.25em;
}
	
.hero video {
  position: relative;
  z-index: 100;
  width: 100%;
  height: 100%;
  object-fit: cover;
	
	}

.intro {
  padding: 9em 6em 9.5em;
}
.intro p {
  font-size: 2.25em;
  line-height: 2;
  letter-spacing: .32em;
}
.intro-text {
  width: 37em;
  margin: 0 auto;
}
#stamp {
  bottom: 60px;
  right: 3em;
  width: 7em;
}
.about-piece figure figcaption {
  width: 58%;
  padding: 1.5em 1.65em;
}
.about-description {
  padding: 5.85em 11em 6.975em;
}
.about-title {
  font-size: 2.4em;
  margin-bottom: .6em;
  letter-spacing: .35em;
}
.about-3 .artwork-piece {
  padding: 3.5% 26%;
}
.about-3 .artwork-description {
  background: #26223e;
}
footer {
  margin-top: 0;
  padding-top: 0;
}
.footer-info {
  clear: both;
  padding-top: 5em;
}
.footer-info p {
  max-width: 24em;
}
.footer-disclaimer {
  width: 60%;
}

.footer-credit {
  float: right;
  width: 40%;
  text-align: right;
}
}

/*
@media (min-width: 992px) {
	.hero {
    height: 53.5vw;
  }
	.hero-leadin {
    margin-bottom: -1.5%;
    padding-top: 0;
    letter-spacing: .36em;
  }
  .hero-leadin span {
    display: inline;
  }
  .hero-title {
    margin-bottom: 0;
    letter-spacing: .65em;
    margin-left: .61em;
    font-size: 8.4vw;
  }
  .hero-date span {
    display: inline;
  }
	
  .hero-arrow {
    bottom: 2.1%;
    width: .6em;
    margin-left: -.3em;
  }
	
	.hero video {
  position: relative;
  z-index: 100;
  width: 100%;
  height: 100%;
  object-fit: cover;
	}

  .intro {
    padding: 13em 6em 14.75em;
  }
  .intro p {
    font-size: 2.5em;
    line-height: 1.8;
  }
  .intro-text {
    width: 100%;
    max-width: 70em;
  }
  
  #stamp {
    bottom: 74px;
    right: 4em;
    width: 7em;
  }

  .artwork {
    display: flex;
  }
  .artwork-piece {
    width: 50%;
  }
  .artwork-piece figure figcaption {
    width: 63%;
    padding: 1.2em 2em;
  }
  .artwork-description {
    width: 50%;
    padding: 11.25em 10em 11.5em;
    text-align: left;
  }
  .artwork-description p {
    max-width: 20em;
  }
  .artwork-artistImage {
    display: block;
    width: auto;
    height: auto;
    margin-bottom: 1.9em;
  }
  .artwork-title {
    line-height: 1.5;
    max-width: 9em;
    margin-bottom: .5em;
  }
  .seeMore {
    margin-top: 3.86em;
  }
	
  .artwork-3 .artwork-piece {
    padding: 8% 0 8% 23.5%;
  }
  .artwork-3 .artwork-description {
    background: #26223e;
  }
  footer {
    margin-top: -3.5em;
    padding-top: 10em;
  }
  .footer-content {
    width: 64%;
  }
  .footer-info p {
    max-width: 36em;
  }
}

*/	


/*
@media (min-width: 1488px) {
  .hero {
    overflow: hidden;
    height: 44.5vw;
  }
.hero video {
  position: relative;
  z-index: 100;
  width: 100%;
  height: 100%;
  object-fit: cover;
  }
  .hero-leadin {
    padding-top: 13%;
  }
  .hero-title {
    letter-spacing: .85em;
    margin-left: .7em;
    font-size: 8.5vw;
  }
  .hero-arrow {
    bottom: 4%;
    width: .5em;
    margin-left: -.25em;
  }


  .intro {
    padding: 12.5em 6em 14.5em;
  }
  #stamp {
    bottom: 70px;
    right: 4em;
    width: 6.5em;
  }

  .artwork-piece figure figcaption {
    width: 52%;
  }
  .artwork-description {
    padding: 14.25em 13em 15.75em;
    text-align: center;
  }
  .artwork-artistImage {
    margin-right: auto;
    margin-left: auto;
  }
  .artwork-title {
    max-width: 100%;
  }
  .artwork-description p {
    max-width: 100%;
  }
  .seeMore {
    margin-top: 4.1em;
  }
  
  .artwork-3 .artwork-piece {
    padding: 2.75% 2.5% 1% 20.25%;
  }
  .artwork-3 .artwork-description {
    background: #26223e;
  }


  footer {
    margin-top: -3em;
  }
  .footer-content {
    width: 55%;
  }
}
*/