/* 
    font-family: 'IM Fell DW Pica', serif;
    font-family: 'Amatica SC', cursive;
*/

html{
	min-height:100%;
	margin: 0;
	padding: 0;
	background: #000000;
	background: -webkit-linear-gradient(#000, #000, #3d3d3d);
	background: -moz-linear-gradient(#000, #000, #3d3d3d);
	background: -o-linear-gradient(#000, #000, #3d3d3d);
	background: linear-gradient(#000, #000, #1d1d1d, #2d2d2d);
}

body {	
	height: 100%;
	margin: 0;
	padding: 0;
 	font-family: 'Amatica SC', cursive;
	color: #9d9d9d;
}

#wrapper{
	height: 100%;
	min-height: 100%;
	position: relative;
}

#body{
	padding-bottom: 50px; /*allow room for footer*/
	height:100%;
	min-height: 700px;
}

a{
	color: #6D9C98;
	font-family: 'Amatica SC', cursive;
	font-weight: bold; 
	text-decoration:none;
}

h1{
	font-size: 3.5em;
}

h2{	
	font-size: 2.7em;
}

h3{
	font-size: 2em;
}

.homeMoon{
	margin: 1em;
	width: 50px;
}

.prev-button{
	background-image: url("img/leftarrow.png");
}

.next-button{
	background-image: url("img/rightarrow.png");
}

.prev-button, .next-button{
	background-repeat: no-repeat;
	background-position-y: 30px;
	padding: 50px 0px;
	margin: 10px;
}

/****Header - Parallax Moon****/

.header-container {
	width:100%;
	display:block;
	text-align:center;
}

#header{ 
	min-height: 250px;
	background: transparent;
	width:100%;
	margin:0 auto;
}

#moon{
	z-index: -1;
	display: block;
	margin: 0 auto;
}

#name{
	font-size: 5em;
	z-index: 5;
	color: #9d9d9d;
}

#name:hover{
	opacity: 0.8;
	transition: 0.3s;
}

.leader{
	font-size:2em;
}


/***********HOMEPAGE****************/

.heading{
	margin-top: 5em;
	display:block;
	text-align:center;
}

.heading h2{
	color: #9d9d9d;
	font-size: 2em;
	font-family: 'Amatica SC', cursive;
	letter-spacing: 2px;
}

.gallery-row{
	display: block;
	padding: 2em;
	margin: 0 auto;
	text-align: center;
	transition: .5s all;
}

.gallery{
	display: inline-block;
	overflow: hidden;
	position: relative;
	margin: 2em;
}

.gallery div{
	position: relative;
	width: 300px;
	height: 300px;
	min-width: 300px;
	min-height: 300px;
	transition: .5s all;
	margin: 0 auto;
	background: #000;
}

.gallery-image{
	width: 300px;
	height: 300px;
	background: #000;
}

.describe{
	font-family: 'Amatica SC', cursive;
	font-size: 1.7em;
	text-transform: uppercase;
	color: #6D9C98;
	position: absolute;
	bottom: 7px;
	right: 7px;
	z-index: 100;
	opacity: 0;
}

/*Darken image on mouseover*/
a.dark img {
    -webkit-transition: all 0.5s linear;
    -moz-transition: all 0.5s linear;
    -ms-transition: all 0.5s linear;
    -o-transition: all 0.5s linear;
    transition: all 0.5s linear;
}

a.dark:hover img {
    opacity: 0.4;
}

a.dark:hover .describe{
	opacity: 1;
}

/*For animated borders*/
/*Border Bottom*/
.gallery:before {
	content: "";
	position: absolute;
	top: 295px;
	left: 0;
	width: 300px;
	height: 5px;
	z-index: 2;
	background: #000;
	transition: .5s all;
	transition-delay: .1s;
}

/*Border Right*/
.gallery:after {
	content:"";
	position: absolute;
	top: 0;
	right: 0px;
	width: 5px;
	height: 300px;
	background: #000;
	transition: .5s all;
}

/*Border Top*/
.gallery div:after{
	top: 0px;
	right: 0px;
	content: "";
	position: absolute;
	width: 300px;
	height: 5px;
	background: #000;
	transition: .5s all;
}

/*Border Left*/
.gallery div:before{
	top: 0px;
	left: 0px;
	content: "";
	position: absolute;
	width: 5px;
	height: 300px;
	background: #000;
	transition: .5s all;
	transition-delay: .1s;
}

.gallery:hover:after{
	height: 0;
}

.gallery:hover:before{
	width: 0;
}

.gallery div:hover:after{
	width: 0;
}

.gallery div:hover:before{
	height: 0;
}


/****LIGHTBOX GALLERIES****/

.series-container{
	width: 100%;
	min-height: 500px;
	display: block;
	text-align:center;
}

.main-image img{
	width: 800px;
}

.strip{
	max-width: 1224px;
	display: block;
	margin: 0 auto;
	margin-top: 2em;
	margin-left: 5em;
}

.image{
	display:inline;
}
.image img{
	display: inline;
	max-height: 200px;
	border: 7px solid #000;
}

.lb-image{
	min-width: 700px;
	height: auto !important;
	overflow-y:scroll;

}

.lb-caption{
	font-family: 'IM Fell DW Pica', serif;
	font-size: 1.4em !important;
}


/**************STORIES************/

.storyTitle{
	width: 100%;
	text-align:center;
}

.story{
	width: 100%;
	text-align:center;
}

.story img{
	display:block;
	margin: 0 auto;
	width: auto;
	max-width: 800px;
	margin-bottom: 5em;
}

.description {
	text-align: center;
	font-size: 2em;
}

.navigation {
	text-align: center;
	font-size: 2em;
}

/**************TREATS********************/

.treat{
	max-width:800px;
	max-height:600px;
}

.treat-icon{
	max-width:200px;
}

/**************ABOUT PAGE********************/


#about-heading {
	text-align:center;
}

#about-text{
	color: #fff;
	text-align:center;
	width:400px;
	margin: 0 auto;
}

#the-artist{
	margin-top: 100px;
	background: #000;
	width:100%;
	height:1000px;
	text-align:center;
}

#the-artist img{
	max-width:1100px;
}

/*****FOOTER*******/

.bottom-nav{
	text-align: center;
	padding: 2em 5em 2em 5em;
}

.bottom-nav a{
	font-family: 'Amatica SC', cursive;
	font-size: 2.5em;
	margin: 2em;
}

.bottom-nav a:hover{
	opacity: 0.6;
	transition: 0.5s;
}

footer{
	width: 100%;
	height: 40px;
	background: #131313;
	position: absolute;
}

#deets{
	padding: 0.4em;
	font-size: 1.1em;
}

.copyright{
	padding: 0.4em;
	float: right;
	font-family: 'Amatica SC', cursive;
	color: #9d9d9d;
	font-size: 1em;
	text-transform: uppercase;

}
/*****Mobile*******/

@media (max-width: 600px) {


	.gallery-row{
		padding:0em;
	}

	.gallery{
		margin: auto;
	}

	.main-image img{
		width: 90%;
		margin: 0 auto;
	}

	.lb-image{
		min-width:90%;
	}

	.story img{
		max-width: 100%;
	}

	.description{
		width:95%;
		margin: 0 auto;
	}

	#nav a{
		margin: 0.5em;
	}
}