@charset 'UTF-8';

html,
html * {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

body {
  font-family: arial, sans-serif;
  font-size: 1vw;
  background: #FFFFFF;
}
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: 100000;
  
}
.site-logo {
  position: relative;
  display: block;
  float: left;
  width: 6.1em;
}
.site-logo img {
  width: 3.1em;
}
.logo {
  opacity: 1;
}
.site-nav {
  position: relative;
  float: right;
  font-weight: 300;
  z-index: 1400;
  top: 0;
  left: 0;
  display:block!important;
  width: 80%;
  padding: .75em 1em 0 0;
  opacity: .95;
	background:none;}
	
	.site-nav2 {
  position: relative;
  float: right;
  z-index: 400;
  top: 11;
  left: 0;
  display:block!important;
  width: 80%;
  padding: .75em 1em 0 0;
  opacity: .95;
  background: none;
}
.site-nav ul {
  list-style-type: none;
  margin: 0;
  text-align: right;
}
.site-nav2 ul {
  list-style-type: none;
  margin: 0;
  text-align: right;
}
.site-nav ul li {
  display:list-item;
  margin-bottom: 0;
  margin-left: 1.5em;
}
.site-nav2 ul li {
  display: list-item;
  margin-bottom: 0;
  margin-left: 1.5em;
}
.site-nav ul li a {
  font-size: .85em;
  padding-bottom: .15em;
  text-decoration: none;
  letter-spacing: .15em;
  text-transform: uppercase;
  color: #8B0808;
  -webkit-transition: color .3s;
  transition: color .3s;
}
.site-nav2 ul li a {
  font-size: .85em;
  padding-bottom: .5em;
  text-decoration: none;
  letter-spacing: .15em;
  text-transform: uppercase;
  color: #8B0808;
  -webkit-transition: color .3s;
  transition: color .3s;
}
.site-nav ul li a:hover {
  outline: none;
  border-bottom: 1px solid #221919;
}
.hero {
  position: relative;
  height: 165vw;
  background-color: #E497D1;

}
.hero-content {
  font-family: 'acumin-pro-extra-condensed', sans-serif;
  color: #160E0A;
  position: absolute;
  z-index: 20000;
  padding-top: 2em;
  top: 0;
  bottom: 0;
  width: 100%;
  text-align: center;
}
h2 {
	font-weight: 1150;
	font-size: 2em;
    line-height: 2.2;
	margin-bottom: -.35em;
	padding-top: 13%;
	color:#218AE7;
	letter-spacing: .3em;
	text-transform: uppercase;
	text-shadow: 0px 0px 8px rgba(12, 12, 0,.2);
}
h1 {
  margin-bottom: 1.5%;
  text-transform: uppercase;
  text-shadow: 0px 0px 10px rgba(0, 0, 0,.05);
  letter-spacing: .25em;
  margin-left: .7em;
  font-size: 4.5vw;
}
h3 {
  font-size: 1.5em;
  font-weight: 100;
  line-height: 2.75;
  letter-spacing: .35em;
  text-transform: uppercase;
  text-shadow: 012px 0px 8px rgba(0, 0, 0,.2);
	color: #F31D1D;
}

h4 {
  background-color: antiquewhite;
  font-size: 1.5em;
  font-weight: 100;
  line-height: 2.75;
  letter-spacing: .35em;
  text-transform: uppercase;
  color: #97137E;
}
.intro {
  position: relative;
  color: #EBEB26;
  background: #3315;
  padding: 12.5em 6em 14.5em;
}
.intro-text {
  position: center;
	padding-left: 25%;
	padding-right: 25%;
		
}
.intro p {
  font-family: Gotham, 'Helvetica Neue', Helvetica, Arial, 'sans-serif'sans-serif;
  font-size: 5.5em;
  line-height: 1.8;
  position: relative;
  z-index: 200;
  text-align: center;
  letter-spacing: .325em;
  text-transform: uppercase;
}
.artworks {
    position: relative;
    width: 25%;
    overflow: hidden;
	
}
.artwork {
  display: flex;
}
.artwork .artwork-piece {
  padding: 8% 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: #0771;
  color: #fff;
  width: 50%;
  padding: 11.25em 13em 11.5em;
}
.artwork-title {
  font-family: 'acumin-pro-extra-condensed', sans-serif;
  font-size: 3em;
  font-weight: 100;
  padding: 2em 0 0 0;
  letter-spacing: .36em;
  text-transform: uppercase;
  line-height: 1.5;
  max-width: 9em;
  margin-bottom: .5em;
}
.artwork-text {
  font-size: 1.1em;
  line-height: 1.9;
  opacity: 1.8;
  max-width: 20em;
	color:#218AE7;
}
.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 {
  margin-top: -3.5em;
  padding-top: 10em;
  background-image:-moz-linear-gradient( -45deg, rgb(255,91,127) 0%, rgb(255,213,86) 100%);
  background-image: -webkit-linear-gradient( -45deg, rgb(255,91,127) 0%, rgb(255,213,86) 100%);
  background-image: -ms-linear-gradient( -45deg, rgb(255,91,127) 0%, rgb(255,213,86) 100%);
}
.footer-content {
  width: 64%;
  margin: 0 auto;
	padding-bottom:1.7em;
}
.footer-social {
  display: block;
  width: 100%;
  list-style-type: none;
  text-align: center;
}
.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 {
  clear: both;
  padding-top: 5em;
}
.footer-info p {
  font-size: .8em;
  color:#fff;
  line-height: 1.55;
  max-width: 36em;
  margin-bottom: 1.7em;
}
.footer-disclaimer {
  width: 60%;
  position: relative;
}
.footer-credit {
  float: right;
  width: 40%;
  text-align: right;
  position: relative;
}
.footer-legal {
  opacity: .8;
}
.footer-credit a:hover {
  text-decoration: none;
}
.row {
	height: 2in;
	
}@media (min-width: 768px){
    
    
    .style-nav ul li a{
        float: right;
        display:block;
    }
    

}


	/*Desktop View*/

@media (min-width: 1024px){
   
    .site-logo {
        float: left;
    }
    
    .site-nav ul li {
       display:block;
    }
   .hero-content {
  font-family: 'acumin-pro-extra-condensed', sans-serif;
  color: #160E0A;
  position: absolute;
  z-index: 20000;
  padding-top: 2em;
  top: 0;
  bottom: 0;
  width: 100%;
  text-align:left;   
    }
    
    
     
}
