@charset 'UTF-8';

html,
html * {
  box-sizing: border-box;
  margin-left: 50px;
  padding: 0;
font-family: Gotham, Helvetica Neue, Helvetica, Arial," sans-serif";
}


header {
	width: 100%;
	top: 0px;
	padding: 1.5 em;
	position: fixed;   /*nav stays at top */
	z-index: 3;
}
         
body {
	font-family: arial, sans-serif;
	font-size: 1vw;
	background: white;
}
img { 
	width: 100%;
	max-width: 100%;
	height: auto;
	vertical-align: middle;
}
a, a:visited {
	color: inherit;
}

.site-logo {
	position: relative;
	display: block;
	float: left;
	z-index: 4;
	width: 3.1em;
}
.site-logo img {
	width: 3.1em;
}
.logo {
	opacity: 1;
}
.site-nav {
	position: relative;
	float: right;
	z-index: 4;
	top: 0;
	left: 0;
	/*display: block  !important;*/
	width: 100%;
	padding: 0 1.5em 0 0;
	opacity: .95;
	background: none;
}  /*position nav at right corner Z index on top is 4, on bottom is 1*/

.site-nav ul {
	list-style-type: none;
	margin: 0;
	text-align: center;
	
 }   /* position nav at right corner*/

.site-nav ul li 
{
	display: inline-block;
	margin-bottom: 0;
	margin-left: 1.5em;
	/* position nav at top line*/
} 


.site-nav ul li a {
	font-size: 1.5em;
	padding-bottom: .5em;
	/*display: inline-block;*/
	text-decoration: none;
	letter-spacing: .15em;
	text-transform: uppercase;
	color: #fff;
	
}

/* styling of nav text*/
.site-nav ul li a:hover {
	outline: none;
	border-bottom: 1px solid white;
}
/* nav for lightroom art links*/
.site-nav2 {
	position: relative;
	float: right;
	z-index: 4;
	top: 30;
	left: 0;
	/*display: block  !important;*/
	width: 100%;
	padding: .75em 1.75em .75em 0;
	opacity: .95;
	background: none;
}  /*position nav at right corner Z index on top is 4, on bottom is 1*/

.site-nav2 ul {
	list-style-type: none;
	text-align: right;
	
 }   /* position nav at right corner*/

.site-nav2 ul li 
{
	/*display: inline-block*/
	margin-top: 30;
	margin-left: 2em;
	/* position nav at top line, margin left is space between links*/
} 


.site-nav2 ul li a {
	font-size: 1.5em;
	padding-bottom: .5em;
	/*display: inline-block;*/
	text-decoration: none;
	letter-spacing: .15em;
	text-transform: lowercase;
	color: #666666;
	
	
}

/* styling of nav text*/
.site-nav2 ul li a:hover {
	outline: none;
	color: #000000;
	/*border-bottom: 1px solid #000000;*/
}
.lightroom {
z-index: 3;
height: 65vw;
}

.splash {
	position: relative;
	height: 5vw;
	background-color: #8F9899;
	/*Relative to 1% of the width of the viewport, browser window size, 54vw*/
	/*big text box at top of page*/
}
.splash-content {
	font-family:"Gill Sans", "Gill Sans MT", "Myriad Pro", "DejaVu Sans Condensed", Helvetica, Arial, "sans-serif";
	color: #fff;
	position: absolute;
	z-index: 1;
	padding-top: 1.5em;
	top: 0;
	bottom: 0;
	width: 100%;
	text-align: center;
}

.splash-content_2 {
	font-family:"Gill Sans", "Gill Sans MT", "Myriad Pro", "DejaVu Sans Condensed", Helvetica, Arial, "sans-serif";
	color: #fff;
	position: relative;
	z-index: 2;
	top: 0;
	bottom: 0;
	width: 50%;
	text-align: center;
}  /* relative moved to lower in page - image only*/


h2 {
	font-weight: 100;
	font-size: 2em;
	line-height: 2.2;
	margin-bottom: 1em;
	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-shadow: 0px 0px 10px rgba(0, 0, 0,.05);
	margin-left: .7em;
	color: #FFFFFF;
	text-transform: uppercase;
	font-size: 6.5em;
	letter-spacing: 0.75em;
}
h3 {
	font-size: 1.5em;
	font-weight: 100;
	line-height: 2.75;
	letter-spacing: .35em;
	padding-top: 3%;
	text-transform: uppercase;
	text-shadow: 0px 0px 8px rgba(0, 0, 0,.2);
}

.intro {
  	position: relative;
	background: #8F9899;
	/*background for intro text block*/
	padding: 12em 6em;
	/* box measurements for text formatting  */
}

.intro p {
	position: relative;
	font-family:"Gill Sans", "Gill Sans MT", "Myriad Pro", "DejaVu Sans Condensed", Helvetica, Arial, "sans-serif";
		color: #2F2F2F;
		text-align: center;
	text-transform: uppercase;
	font-size: 2.0em;
	line-height:  1.8em;
	letter-spacing: 0.325em;
	/*specifications for text box*/
	
	}
/*intro is text: the potential for recycling   compound selector */

.poster{
	position: relative;
	width: 100%;
	overflow: hidden;
}

.artworks {
	position: relative;
	width: 100%;
	overflow: hidden;
}
.artwork {
	display: flex;
}
.artwork .artwork-piece {
	padding: 8% 0 8% 0%;
	background-image: -webkit-linear-gradient(top left, rgb(83,200,234) 0%, rgb(160,55,220) 100%);
	background-image: -o-linear-gradient(top left,  rgb(83,200,234) 0%, rgb(160,55,220) 100%);
	background-image: linear-gradient(to bottom right, rgb(83,200,234) 0%, rgb(160,55,220) 100%);
	width: 50%;
}
.artwork .artwork-piece2 {
	padding: 8% 0 8% 0%;
	background-image: -webkit-linear-gradient(top left, rgb(160,55,220) 0%, rgb(83,200,234) 100%);
	background-image: -o-linear-gradient(top left, rgb(160,55,220) 0%, rgb(83,200,234) 100%);
	background-image: linear-gradient(to bottom right, rgb(160,55,220) 0%, rgb(83,200,234) 100%);
	width: 100%;
	
}
.artwork-piece figure {
	position: relative;
}
.artwork-piece figure img {
	position: relative;
	z-index: 100;
}
.artwork .artwork-description {
	background: #39223E;
	color: #fff;
	width: 50%;
	padding: 11.25em 13em 11.5em;
	background-image: -webkit-linear-gradient(top left, rgba(44,3,68,1.00) 0%, rgb(83,200,234) 100%);
	background-image: -o-linear-gradient(top left, rgb(44,3,68,1.00) 0%, rgb(83,200,234) 100%);
	background-image: linear-gradient(to bottom right, rgb(44,3,68,1.00) 0%, rgb(83,200,234) 100%);
}
.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;
	letter-spacing: .1em;
}
.portfolio {
	font-size: 1em;
	letter-spacing: .36em;
	display: inline-block;
	margin-top: 4.1em;
	padding: 0 0 .4em 0;
	transition: all .3s;
	text-decoration: none;
}
.portfolio:hover {
	border-bottom: 1px solid white;
}

/*Tablet View*/

@media (min-width: 768px){
	
	body {
		max-width: 778px;
	}
	
	.site-nav ul li {
		display: inline-block;
	}
	
	.site-nav ul {
		text-align: center;
	}
	
	h1 {
		font-size: 6.5em;
		margin-bottom: 1.5%;
	}
	
	h2 {
		margin-bottom: 1em;
	}

	
	/*
	.col-md-one-half {
		width: 50%;
	}
	
	.col {
		float: left;
		padding: 0px 7px 14px;
	}*/
}

/*Desktop View*/

@media (min-width: 1024px){
	
	body {
		max-width: 1900px;
	}
	
	.site-logo {
		float: left;
	}
	
	.site-nav {
		float: right;
	}
	/*
	.col-lg-one-fourth {
		width: 25%;
	}*/
}

footer {
	margin-top: -3.5em;
	padding-top: 10em;
	background-image: -webkit-linear-gradient(bottom left, rgba(34,174,24,1.00) 0%, rgba(85,255,239,1.00) 100%);
	background-image: -o-linear-gradient(bottom left, rgb(34,174,24) 0%, rgb(85,255,239) 100%);
	background-image: linear-gradient(to top right, rgb(34,174,24) 0%, rgb(85,255,239) 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 {
	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;
}