@charset "utf-8";

/**** BEGIN FONT IMPORTS ****/

@import url('https://fonts.googleapis.com/css?family=Cabin|Lobster|Raleway|Tangerine');

/*
	@import url('https://fonts.googleapis.com/css?family=Cabin|Indie+Flower|Lobster|Raleway');

    font-family: 'Indie Flower', cursive;

    font-family: 'Lobster', cursive;

    font-family: 'Raleway', sans-serif;

    font-family: 'Cabin', sans-serif;	
	
	font-family: 'Tangerine', cursive;
*/

/**** END FONT IMPORTS ****/


/********************************************
* http://meyerweb.com/eric/tools/css/reset/ * 
* v2.0 | 20110126							*
* License: none (public domain)				*
*********************************************/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}

body {
	line-height: 1;
}

ol, ul {
	list-style: none;
}

blockquote, q {
	quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

/**** BEGIN GLOBAL STYLES ****/

html, body {
	position: relative;
	font-family: 'Raleway', "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-weight: normal;
	line-height: 1.25;
}

img {
	max-width: 100%;
}

.left-text {
	text-align: left;
}

.center-text {
	text-align: center;
}

.right-text{
	text-align: right;
}

.flex {
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
}

.flex-left {
	-ms-flex-pack: start;
	-webkit-justify-content: flex-start;
	justify-content: flex-start;
}

.flex-center {
	-ms-flex-pack: center;
	-webkit-justify-content: center;
	justify-content: center;
}

.flex-right {
	-ms-flex-pack: end;
	-webkit-justify-content: flex-end;
	justify-content: flex-end;
}

.flex-top {
  -ms-flex-align: start;
  -webkit-align-items: flex-start;
  align-items: flex-start;
}

.flex-middle {
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}

.uk-flex-bottom {
  -ms-flex-align: end;
  -webkit-align-items: flex-end;
  align-items: flex-end;
}

.flex-between {
	-ms-flex-pack: justify;
	-webkit-justify-content: space-between;
	justify-content: space-between;
}

.flex-around {
	-ms-flex-pack: distribute;
	-webkit-justify-content: space-around;
	justify-content: space-around;
}

.sticky {
	position: fixed;
	top: 0;
	width: 100%;
	z-index: 1;
}

.sticky + div.section-wrapper {
	padding-top: 74px;
}

.grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 30px;
  grid-auto-rows: minmax(100px, auto);
}

.grid > * {
	min-height: 100px;
	background: rgba(0, 0 ,0 , 0.25);
	position: relative;
}

.grid > * > * {
	max-width: 100%;	
}

/**** END GLOBAL STYLES ****/


/**** BEGIN MAIN PAGE ****/

#main_page {
	position: relative;
	left: 0vw;
	transition: left 0.5s, opacity 0.5s ease-in;
}

#main_page {
	opacity: 1;
}

#main_page.preload {
	opacity: 0;
}

/* Home Section */

#home #hero {
	/*height: 80vh;*/
	background-image: url('/images/evergreen_bg.jpg');
	background-size: cover;
	background-repeat: no-repeat;	
  	box-shadow: inset 0 0 400px rgba(0, 0, 0, 1);
  	transition: box-shadow 7.5s ease-out;
	-webkit-transition: box-shadow 7.5s ease-out;
	-moz-transition: box-shadow 7.5s;
}

#home #hero.preload {
	box-shadow: inset 0 0 0 rgba(0, 0, 0, 1);
}

#home #hero #hero_quote_wrapper {
	width: 33.33%;
	position: relative;
	left: 0;
	padding: 2vw 2vw 2vw 9vw;
	background: -moz-linear-gradient(left, rgba(255,255,255,0) 0%, rgba(255,255,255,0.4) 50%); /* FF3.6-15 */
	background: -webkit-linear-gradient(left, rgba(255,255,255,0) 0%,rgba(255,255,255,0.4) 50%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to right, rgba(255,255,255,0) 0%,rgba(255,255,255,0.4) 50%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#66ffffff',GradientType=1 );
	transition: opacity 2s, left 1s;
	opacity: 1;
}

#home #hero #hero_quote_wrapper.preload {
	left: -33.33%;
	opacity: 0;	
}

#home #hero blockquote#hero_quote, #home #hero div#hero_quote_author {
	color: #111111;
	transition: opacity 0.5s ease-out;
	opacity: 1;
}

#home #hero blockquote#hero_quote.preload, #home #hero div#hero_quote_author.preload {
	opacity: 0;	
}

#home #hero blockquote#hero_quote {
	font-family: 'Tangerine', cursive;
	font-style: italic;
	font-size: 3vw;
	line-height: 1;
	margin-bottom: 1vw;
}

#home #hero div#hero_quote_author {
	width: 100%;
	font-family: 'Raleway', sans-serif;
	font-size: 1.25vw;
	text-align: right;
}

#artist_nav {
	position: relative;
	padding: 15px 0px; 
	margin: 10px 0px 0px;
}

#artist_nav:before,
#artist_nav:after {
	content: "";
	position: absolute;
}

#artist_nav:before {
	top: 0px;
	left: 0;
	right: 0%;
	border-top: 3px solid #909090;
	-webkit-transition: right .3s ease-out;
	transition: right .3s ease-out;
}

#artist_nav:after {
	bottom: 0px;
	left: 0%;
	right: 0;
	border-bottom: 3px solid #909090;
	-webkit-transition: right .3s ease-out;
	transition: left .3s ease-out;
}

#artist_nav.preload:before {
	top: 0px;
	left: 0;
	right: 100%;
	border-top: 3px solid #909090;
}

#artist_nav.preload:after {
	bottom: 0px;
	left: 100%;
	right: 0;
	border-bottom: 3px solid #909090;
}

#artist_nav a {
	text-decoration: none;
}

#artist_nav div {
	font-family: 'Lobster', cursive;
	font-size: 48px;
	font-weight: 100;
	color: #909090;
}

#artist_nav div > span {
	font-family: 'Cabin', sans-serif;
	font-size: 18px;
	font-weight: 100;
	text-transform: uppercase;
	color: #AAAAAA;
}

#name_karissa, #name_jordan {
	position: relative;
	opacity: 1;
	top: 0px;
	transition: opacity 0.75s, top 0.75s;
	-webkit-transition: opacity 0.75s, top 0.75s;
}

#name_karissa.preload, #name_jordan.preload {
	opacity: 0;
	top: 100px;	
}

#name_karissa h2 {
	transition: color 0.5s;
	-webkit-transition: color 0.5s;
	padding-left: 35px	
}

#name_karissa h2:hover {
	cursor: pointer;
	color: #333;
}

#name_karissa > span {
    letter-spacing: 3px;
    padding-left: 38px;
    float: left;
}

#name_jordan h2 {
	transition: color 0.5s;
	-webkit-transition: color 0.5s;
	padding-right: 35px;	
}

#name_jordan h2:hover {
	cursor: pointer;
	color: #333;
}

#name_jordan > span {
	padding-right: 29px;
	letter-spacing: 5px;
	float:right;	
}

#name_karissa > h2 > a > i, #name_jordan > h2 > a > i {
	top: 10px;
}

#site_nav {
	background-color: #FFFFFF;
	padding: 25px 35px 25px;
	box-sizing: border-box;
	transition: opacity 2s;
	-webkit-transition: opacity 2s;
	opacity: 1;
}

#site_nav.preload {
	opacity: 0;
}

#site_nav ul li a {
	color: #AAAAAA;
	font-family: 'Cabin', sans-serif;
	font-size: 24px;
	text-decoration: none;
	text-transform: uppercase; 	
}

#site_nav ul li a:hover {
	border-bottom: 3px solid #333; 	
}

#about, #blog, #store, #contact {
	min-height: 100vh;	
}

#about {
	position: relative;
}

#about > div#about_bg {
	width: 100%;
	height: 90vh;
	position: absolute;
	bottom: 0;
	background-image: url('/images/about_bg.jpg');
	background-position: right top;
	background-size: cover;
	background-repeat: no-repeat;
}

#about > div#about_copy {
	width: 50vw;
	min-height: 90vh;
	background-color: #FFFFFF;
	position: relative;
	top: 3vh; 
	padding: 6vw 3vw;
	box-sizing: border-box;
	box-shadow: 10px 10px 20px rgba(0,0,0,0.5);	
}

#about > div#about_copy h1 {
	margin-bottom: 40px;
	color: #EEEEEE;
	font-family: 'Cabin', sans-serif;
	font-size: 52px;
	text-transform: uppercase;	
}

#about > div#about_copy .lead {
	color: #AAAAAA;
	font-size: 22px;
	font-style: italic;
	margin-bottom: 15px;
}

#blog {
	padding: 30px;
}

#blog > h1 {
	font-family: 'Lobster', cursive; 
	font-size: 52px;
	margin-bottom: 5px;	
}

#blog > p.lead {
	color: #AAAAAA;	
	margin-bottom: 40px;
}

/**** END MAIN PAGE ****/


/**** BEGIN JORDAN'S PAGE ****/

#jordan_page {
	width: 100vw;
	height: 100vh;
	position: fixed;
	top: 0;
	background-image:url('/images/jordan_bg.png');
	background-repeat:repeat-y;
	background-size:100%;
	transition:box-shadow 2s, left 0.5s;
}

/**** END JORDAN'S PAGE ****/


/**** BEGIN KARISSA'S PAGE ****/

#karissa_page {
	width: 100vw;
	height: 100vh;
	position: fixed;
	top: 0;
	background-image:url('/images/karissa_bg.png');
	background-repeat:no-repeat;
	background-size:cover;
	background-color:#FFF;
	transition:box-shadow 2s, left 0.5s;
}

/**** END KARISSA'S PAGE ****/
