@import url('//netdna.bootstrapcdn.com/font-awesome/3.2.1/css/font-awesome.min.css');


body{
	background-color: white;	
	width:100%;
}

/* HEADER */

h1{
	color:black;
	padding:50px;
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-weight:100;
	text-align:center;
}

/* HOME PAGE */
/* CONTACT & ABOUT*/

.imageBanner{
	visibility:hidden;
	height:1px;
}

.image-float{
	width:40%;
	display:inline-block;
	padding:2%;
	margin-left:10%;
}

.about-float{
	width:40%;
	display:inline-block;
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size:0.8em;
	padding:2%;
	position:absolute;
	top:35%;
}

#firstContact{
	color:black;
}

#firstContact:hover{
	color:#E3BAC6;
	text-decoration:none;
}


.homeNav{
	width:80%;
	margin:0 auto;
	position:relative;
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
}


/*NAV BAR*/

h2{
	font-size:1.2em;
}

.navBar{
	top:50px;
	width:50%;
	margin:0 auto;
	position:relative;
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	padding-bottom:80px;
}

#footerList{
	padding:0;
	list-style-type: none;
	column-count:3;
	-webkit-column-count:3;
	-moz-column-count:3;	
	column-width:30%;
	-webkit-column-width:30%;
	-moz-column-width:30%
	column-gap:5%;
	-webkit-column-gap:5%;
	-moz-column-gap:5%;
}

.footerNav{
	display:inline;
}

.footerNav a{
	display:block;
	text-decoration:none;
	font-size:0.8em;
	padding:5px;
	color:black;
	
}

.footerNav a:hover{
	color:#E3BAC6;
}

/*COPYRIGHT*/

.footerContact{
	position:fixed;
	bottom:30px;
	right:10px;
	font-family:"Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size:0.8em;
	text-decoration:none;
	color:black;
}

.footerContact:hover{
	color:#E3BAC6;
}

.footerCopy{
	font-family:"Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size:0.7em;
	text-align:center;
	position:fixed;
	bottom:2px;
	right:10px;
}

/*GALLERY: DATE OF PROJECT & RETURN HOME*/

h3{
	margin-top:-60px;
	padding-bottom:75px;
	padding-top:20px;
	color:black;
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-weight:100;
	text-align:center;
}


.descPara{
	padding-top: 40px;
	width: 75%;
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size:12px;
	margin: 0 auto;
}

.galleryHome a{
	text-decoration:none;
	color:black;
	position:absolute;
	margin-left:20px;
	margin-top:-150px;
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
}

.galleryHome a:hover{
	text-decoration:none;
	color:#E3BAC6;
}

/* NO SEEING GALLERY */

#noSeeA{
	height:80px;
	width:1000px;
	padding:2%;
	margin:0 auto;
}

#noSeeB{
	height:180px;
	width:1000px;
	padding:2%;
	margin:0 auto;
}

#noSeeC{
	height:240px;
	width:1000px;
	padding:2%;
	margin:0 auto;
}

#noSeeD{
	height:85px;
	width:1000px;
	padding:2%;
	margin:0 auto;
}

#noSeeE{
	height:82px;
	width:1000px;
	padding:2%;
	margin:0 auto;
}

#noSeeF{
	height:170px;
	width:1000px;
	padding:2%;
	margin:0 auto;
}

.rowDrive{
	height:100%;
	margin-right:-5px;
}

/* DEFAULT GALLERY TEMPLATE */

#burns{
	margin:0 auto;
	text-align:center;
	background-color:black;
}

#drawings{
	text-align:center;
	margin:0 auto;
	background-color:#E3BAC6;
}

#exploreFilm{
	text-align:center;
	margin:0 auto;
	background-color:#565657;
}

#moons{
	text-align:center;
	margin:0 auto;
	background-color:black;
}

#plantLite{
	text-align:center;
	margin:0 auto;
	background-color:#565657;
}

#shadowRosMan{
	text-align:center;
	margin:0 auto;
    background-color:white;
}

#skagaStrond{
	text-align:center;
	margin:0 auto;
	background-color:#565657;
}

#urbanOut{
	text-align:center;
	margin:0 auto;
	background-color:#44475E;
}

#kissPage{
	text-align:center;
	margin:0 auto;
}

#createWeb{
	text-align:center;
	margin:0 auto;
}

.thumbDrive{
	margin:20px;
	display:inline-block;
}

.testSite{
	margin:20px;
	display:inline-block;
}

.testSite :hover{
-webkit-animation-name: heartThrob;
	-webkit-animation-duration: 1000ms;
	-webkit-animation-iteration-count: infinite;
	-webkit-animation-timing-function: linear;
	-moz-animation-name: heartThrob;
	-moz-animation-duration: 1000ms;
	-moz-animation-iteration-count: infinite;
	-moz-animation-timing-function: linear;
	-ms-animation-name: heartThrob;
	-ms-animation-duration: 1000ms;
	-ms-animation-iteration-count: infinite;
	-ms-animation-timing-function: linear;

animation-name: heartThrob;
animation-duration: 1000ms;
animation-iteration-count: infinite;
animation-timing-function: linear;
}

@-webkit-keyframes heartThrob{
from{-webkit-transform:scale(1);}
to{-webkit-transform: scale(1.3);}
}
@-moz-keyframes heartThrob{
from{-webkit-transform:scale(1);}
to{-webkit-transform: scale(1.3);}
}
@-ms-keyframes heartThrob{
from{-webkit-transform:scale(1);}
to{-webkit-transform: scale(1.3);}
}
@keyframes heartThrob{
from{-webkit-transform:scale(1);}
to{-webkit-transform: scale(1.3);}
}


@media(max-width:750px){

	.homeNav{
		width:100%;
	}
	
	.bannerA{
		height:100px;
		width:100%;
		background-color:black;
	}
	
	.imageBanner{
	visibility:visible;
	height:100px;
	float:right;
	}

	.image-float{
		display:none;
	}
	
	.about-float{
	margin-left:10%;
		width:75%;
		position:relative;
	}

	h1{
		padding:25px;
	}
	

	.galleryHome a{
	position:absolute;
	margin-left:20px;
	margin-top:-25px;
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-weight: normal;
	}
	
	#footerList{
		padding:0;
		list-style-type: none;
		column-count:1;
		-webkit-column-count:1;
		-moz-column-count:1;	
	}

	.footerNav a{
		display:block;
		width:100%;
		color:black;
		margin:0 auto;
		margin-left:-2%;
		padding:5px;
	}
	.footerNav a:hover{
		color:#E3BAC6;
	}
	
	.rowDrive{
		height:60%;
	}
	
	#noSeeA{
	padding:0;
	margin-left:25px;

	}
	
	#noSeeB{
	padding:0;
	margin-left:25px;
	}
	
	#noSeeC{
	margin-top:-40px;
	margin-left:25px;
	padding:0;
	}
	
	#noSeeD{
	margin-top:-60px;
	margin-left:25px;
	padding:0;
	}
	
	#noSeeE{
	margin-left:25px;
	padding:0;
	}
	
	#noSeeF{
	margin-left:25px;
	padding:0;
	}
	
	.thumbDrive{
	width:30%;
	margin:20px;
	display:inline-block;
	}
	
	.moonDrive{
	width:30%;
	margin:20px;
	display:inline-block;
	}

	}
	