@charset "utf-8";




#caption1 {
	float: right;
	width: 20%;
	text-align: right;
	margin: 480px 15px 0 0;
	padding: 0;
	color: #737373;
	font-size:.5em;
	font-family: source-sans-pro; sans-serif;
}

#caption2 {
	float: left;
	width: 20%;
	text-align: left;
	margin: 20px 0 0 50px;
	padding: 0;
	color: #737373;
	font-size:.5em;
	font-family: source-sans-pro; sans-serif;
}

/* START HERE FOR GALLERY */

#gallery {
	position: relative;
	display: block;
	width: 100%;
	height: auto;
	margin: 0;
	background-color: #000000;
	padding-top: 40px;
	padding-bottom: 50px;
	padding-left: 25px;
}


#lightboxWrap {
	margin-top: 30px;
	margin-right: 2em;
	margin-bottom: 0;
	padding: 0;
	margin-left: 2em;
}

#gallery img {
	width: 100%;
	opacity: .7;
	outline: none;
}
#gallery a:hover img {
	/*opacity settings below*/
	-moz-opacity: 1;
	-webkit-opacity: 1;
	-o-opacity: 1;
	opacity: 1;
}

#gallery .imgGallery .thumbnailCaption {
	position: absolute;
	bottom: 0px;
	left: 0px;
	right: 0px;
	display: block;
	height: 0%;
	overflow: hidden;
	padding: 0px;
	font: 1em/1.2em source-sans-pro, sans-serif;
	text-align: center;
	color: #FFFFFF;
	background-color: rgba(55, 192, 253, 0.0);
}
#gallery .imgGallery:hover .thumbnailCaption {
	height: 25%;
	padding: 5% 5%;
	background-color: rgba(255,255,255,.6);
	-moz-transition: height .4s, background-color .3s ease;
}
.imgGallery {
	position: relative;
	display: inline-block;
	outline: none;
	width: 22.5%;
	margin: 0 1.33% 0 0;
}
.thumbnailWrapper{
	background-color: #000000;
}

.clearfix:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

/* Footer */



#contact {
	float: left;
	width: 33%;
}

#stargazerFooter {
	margin: 50px 0 30px 50px;
}

#contactList {
	display: block;
	width: 90%;
}


#subscribeFooter {
	float: right;
	width: 33%;
}

#subscribe {
	margin: 50px 0 30px 0;
}


*:focus {
	outline: none;
}

.newsletter {
	display: block;
}

input, button {
	border: 2px solid #eeeeee;
	height: 46px;
	padding: 5px;
	font-size: 1.2em;
	line-height: 1.5em;
	color: #333333;
	letter-spacing: .01em;
	font-style: normal;
	font-weight: 300;
	font-family: source-sans-pro; sans-serif;
}

input {
	width:200px;
}

button {
	background: #eeeeee;
	text-align: center;
	color: #333333;
	width: 60px;
	height: 60px;
	transition: background, color, .5s ease 0;
}

button:hover {
	background: #DADADA;
	border: 1px #DADADA;
	color: #C43C3E;
}
