@charset 'UTF-8';

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

body {
  font-family: Baskerville, "Palatino Linotype", Palatino, "Century Schoolbook L", "Times New Roman", "serif"sans-serif;
  font-size: 1vw;
  background: white;
}
img {
  width: 100%;
  max-width: 100%;
  height: auto;
  vertical-align: middle;
  -webkit-transform: translate3d(0,0,0);
          transform: translate3d(0,0,0);
}
a, a:visited {
    color: inherit;
}
header {
  position: fixed;
  padding: 1.5em;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 2000;
}
.site-logo {
  position: middle;
  display: block;
  float: middle;
  width: 10.1em;
 vertical-align: center;

}
.site-logo img {
  width: 100.1em;
	 vertical-align: center;
}
.logo {
  opacity: 1;

}
.hero {
  position: relative;
  height: 10vw;
  background-color: #fff;
}
.hero-content {
  font-family: 'acumin-pro-extra-condensed', sans-serif;
  color: #26223e;
  position: absolute;
  z-index: 20000;
  padding-top: .1em;
  top: 0;
  bottom: 0;
  width: 100%;
  text-align:center;
}
h2 {
	font-weight: 100;
	font-size: 2em;
    line-height: 2.2;
	margin-top: 5.0em
	margin-bottom: -.35em;
	padding-top: 13%;
	letter-spacing: .3em;
	text-transform: uppercase;
	text-shadow: 0px 0px 8px rgba(0, 0, 0,.2);
}
h1 {
  margin-bottom: 1.5%;
  text-transform: uppercase;
  text-shadow: 0px 0px 10px rgba(0, 0, 0,.05);
  letter-spacing: .03em;
  margin-left: 0.1em;
  font-size: 6.5vw;
}
h3 {
  font-size: 1.4em;
  font-weight: 100;
  line-height: 2.75;
  letter-spacing: .35em;
  text-transform: uppercase;
  text-shadow: 0px 0px 8px rgba(0, 0, 0,.2);
}
.intro {
  position: relative;
  color: #fff;
  background: #26223e;
  padding: 2.5em 6em 2.5em;
}
.intro-text {
  position: relative;
}
.intro p {
  font-family: 'acumin-pro-extra-condensed', sans-serif;
  font-size: 3.2em;
  line-height: 1.5;
  position: relative;
  z-index: 200;
  text-align: center;
  letter-spacing: .325em;
  text-transform: uppercase;
}
.artworks {
  position: relative;
  width: 100%;
  overflow: hidden;
}
.artwork {
  display: flex;
}
.artwork .artwork-piece {
  padding: 0.% 0 8% 23.5%;
  background-image:-moz-linear-gradient( 135deg, rgb(160,55,220) 0%, rgb(83,200,234) 100%);
  background-image: -webkit-linear-gradient( 135deg, rgb(160,55,220) 0%, rgb(83,200,234) 100%);
  background-image: -ms-linear-gradient( 135deg, rgb(160,55,220) 0%, rgb(83,200,234) 100%);
  width: 50%;
}
.artwork-piece figure {
  position: relative;
}
.artwork-piece figure img {
  position: relative;
  z-index: 100;
}
.artwork .artwork-description {
  background: #26223e;
  color: #fff;
  width: 55%;
  padding: 11.25em 13em 11.5em;
}
.artwork-title {
  font-family: 'acumin-pro-extra-condensed', sans-serif;
  font-size: 3.0em;
  font-weight: 100;
  padding: 2em 0 0 0;
  letter-spacing: .36em;
  text-transform: uppercase;
  line-height: .5;
  max-width: 9em;
  margin-bottom: .5em;
}
.artwork-text {
  font-size: 1.5em;
  line-height: 1.9;
  opacity: .8;
  max-width: 50em;
}
.see-more {
  font-size: 1em;
  display: inline-block;
  margin-top: 4.1em;
  padding: 0 0 .4em 0;
  transition: all .3s;
  text-decoration: none;
}
.see-more:hover {
  border-bottom: 1px solid white;
}
footer {
  font-family: 'acumin-pro-extra-condensed', sans-serif;
	font-size: 1.9em;
	margin-top: -6.0em;
  padding-top: 6.5em;
 text-align: center;
	color: #26223e;
  background-color: #ffffff;

}
.footer-info p {
  font-family: 'acumin-pro-extra-condensed', sans-serif;
  font-size: 0.6em;
  line-height: 1.55;
  max-width: 250em;
  margin-bottom: 0.5em;
	text-align: center;
color: #ffffff;
	background-color: #26223e;
}
.footer-credit a:hover {
  text-decoration: none;
}