/* CSS Document */


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

header {
	width: 100%;
	top: 0px;
	padding: .5em;
	position: fixed;
	background-color: #111;
}

h1 {
	color: #FFFFFF;
	text-transform: uppercase;
	font-size: 5.5em;
	letter-spacing: 0.85em;
}

.intro {
	padding: 0em 0em;
}

.intro p {
	font-family: 'acumin-pro-extra-condensed', sans-serif;
	color: #343144;
	position: relative;
	text-align: center;
	text-transform: uppercase;
	font-size: 2.5em;
	line-height: 1.8;
	letter-spacing: .325em;
}

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

.footer-disclaimer {
	float: left;
	width: 60%;
	position: relative;
}












/* Pre-defined CSS */

body {
	font-family: arial, sans-serif;
	font-size: 1vw;
	background: black;
}
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 {
	z-index: 1000;
}
.site-logo {
	position: relative;
	display: block;
	float: left;
	width: 3.1em;
}
.site-logo img {
	width: 3.1em;
  -webkit-filter: invert(1);
  filter: invert(1);
}
.logo {
	opacity: 1;
}
.site-nav {
	position: relative;
	float: right;
	z-index: 1100;
	top: 0;
	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-nav ul li {
	display: inline-block;
	margin-bottom: 0;
	margin-left: 2em;
}
.site-nav ul li a {
	font-size: .85em;
	padding-bottom: .5em;
	text-decoration: none;
	letter-spacing: .6em;
	text-transform: uppercase;
	color: #fff;
	-webkit-transition: color 1s;
	transition: color 1s;
}
.site-nav ul li a:hover {
	outline: none;
	color: #4E4E4E;
	border-bottom: 1px solid white;
}
.hero {
	position: relative;
	height: 54vw;
	background-image: url("../img/We In Cali Baby_Vol2-41.jpg");
	background-size: cover;
	background-position: center;
}
.hero-content {
	font-family: 'acumin-pro-extra-condensed', sans-serif;
	color: #fff;
	position: absolute;
	z-index: 0;
	top: 0;
	bottom: 0;
	width: 100%;
	text-align: center;
}
h2 {
	font-weight: 100;
	font-size: 2em;
	margin-bottom: 10px;
/*	padding-top: 13%;*/
	letter-spacing: .3em;
	text-transform: uppercase;
	text-shadow: 0px 0px 8px rgba(0, 0, 0,.2);
}
h1 {
	text-shadow: 0px 0px 10px rgba(0, 0, 0,.05);
	margin-left: .7em;
}
h3 {
	font-size: 1.5em;
	font-weight: 100;
	letter-spacing: .35em;
	text-transform: uppercase;
	text-shadow: 0px 0px 8px rgba(0, 0, 0,.2);
	margin-top: 10px;
}

.hero-center-align{
	margin: 0;
 	position: relative;
	top: 50%;
  	transform: translateY(-50%);
	overflow: hidden;
	background: linear-gradient(90deg, #000, #fff, #fff, #000);
	background-repeat: no-repeat;
	background-size: 200%;
	animation: AnimGradient 10s ease-in-out normal forwards 1;
	-webkit-background-clip: text;
	-webkit-text-fill-color: rgba(255, 255, 255, 0);
}

@keyframes AnimGradient {
  0% {
    background-position: 200%;
    letter-spacing: 3px;
  }
  50% {
    background-position: -95%;
    letter-spacing: 7px;
  }
  100% {
    background-position: 50%;
    letter-spacing: 7px;
  }
}


.intro {
  	position: relative;
	background: #fff;
}
.artworks {
	position: relative;
	width: 100%;
	overflow: hidden;
}
.artwork {
	display: flex;
}
.artwork .artwork-piece-G {
	padding: 8% 0 8% 23.5%;
	background-image: -webkit-linear-gradient(315deg,rgba(0,0,0,1.00) 0%,rgba(39,41,42,1.00) 100%);
	background-image: -o-linear-gradient(315deg,rgba(0,0,0,1.00) 0%,rgba(39,41,42,1.00) 100%);
	background-image: -moz-linear-gradient(315deg,rgba(0,0,0,1.00) 0%,rgba(39,41,42,1.00) 100%);
	background-image: linear-gradient(135deg,rgba(0,0,0,1.00) 0%,rgba(39,41,42,1.00) 100%);
	width: 50%;
	
}
.artwork .artwork-piece-D {
	background-image: -webkit-linear-gradient(135deg,rgba(0,0,0,1.00) 0%,rgba(39,41,42,1.00) 100%);
	background-image: -o-linear-gradient(135deg,rgba(0,0,0,1.00) 0%,rgba(39,41,42,1.00) 100%);
	background-image: -moz-linear-gradient(135deg,rgba(0,0,0,1.00) 0%,rgba(39,41,42,1.00) 100%);
	background-image: linear-gradient(315deg,rgba(0,0,0,1.00) 0%,rgba(39,41,42,1.00) 100%);
	width: 50%;
	display: flex;
}
.artwork-piece figure {
	position: relative;
}
.artwork-piece figure img {
	position: relative;
	z-index: 100;
}
.artwork .artwork-description-D {
	background: #000;
	color: #fff;
	width: 50%;
	padding: 11.25em 13em 11.5em;
}
.artwork .artwork-description-G {
	background: #000;
	color: #fff;
	width: 50%;
	padding: 11.25em 0 11.5em 13em;
}
.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: .8;
	max-width: 20em;
}
.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;
}

.external-link {
	font-size: 1em;
	display: inline-block;
	padding: 0 0 .4em 0;
	transition: all .3s;
	text-decoration: none;
}
.external-link:hover {
	text-decoration: underline;
	cursor: ne-resize;
}

footer {
	margin-top: -3.5em;
	padding-top: 10em;
/*
	background-image: -webkit-linear-gradient(bottom left, rgb(255,91,127) 0%, rgb(255,213,86) 100%);
	background-image: -o-linear-gradient(bottom left, rgb(255,91,127) 0%, rgb(255,213,86) 100%);
	background-image: linear-gradient(to top right, rgba(0,0,0,1.00) 0%,rgba(39,41,42,1.00) 100%);
*/
	background-color: #111;
}
.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 {
	padding-top: 5em;
}
.footer-info p {
	font-size: .8em;
	color:#fff;
	line-height: 1.55;
	max-width: 36em;
	margin-bottom: 1.7em;
}
.footer-info {
	clear: both;
}
.footer-legal {
	opacity: .8;
}
.footer-credit a:hover {
	text-decoration: none;
}
.portrait {
	display: flex;
	width: 75%;
	margin: 25% auto 25% 0px;
	-webkit-filter: saturate(.4);
  	filter: saturate(.4);
}

.showreel {
	border: 0;
   	height: 100%;
  	left: 0;
   	position: absolute;
   	top: 0;
   	width: 100%;
}

.intro-text {
	overflow: hidden;
  	padding-top: 42.553191489361702127659574468085106382978723404255319148936170212765957446808510638297872340%;
 	position: relative;
}

.img-D {
	display: flex;
	width: 75%;
	margin: 25% auto 25% 0px;
	-webkit-filter: saturate(.4);
  	filter: saturate(.4);
}

.img-G {
	width: 100%;
	display: flex;
	margin: 25% 0px 25% auto;
	-webkit-filter: saturate(.4);
  	filter: saturate(.4);
}
