@import url(http://fonts.googleapis.com/css?family=Lato:300,400,700);
@font-face {
	font-weight: normal;
	font-style: normal;
	font-family: 'codropsicons';
	src:url('file:///MAC SSD/Users/christieehrhardt/Desktop/ShapeHoverEffectSVG/fonts/codropsicons/codropsicons.eot');
	src:url('file:///MAC SSD/Users/christieehrhardt/Desktop/ShapeHoverEffectSVG/fonts/codropsicons/codropsicons.eot?#iefix') format('embedded-opentype'),
url('file:///MAC SSD/Users/christieehrhardt/Desktop/ShapeHoverEffectSVG/fonts/codropsicons/codropsicons.woff') format('woff'),
url('file:///MAC SSD/Users/christieehrhardt/Desktop/ShapeHoverEffectSVG/fonts/codropsicons/codropsicons.ttf') format('truetype'),
url('file:///MAC SSD/Users/christieehrhardt/Desktop/ShapeHoverEffectSVG/fonts/codropsicons/codropsicons.svg#codropsicons') format('svg');
}

*, *:after, *:before { -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; }

body {
	background-image: url(../img/background-1.jpg); 
	color: #fff;
	font-weight: 400;
	font-family: 'Lato', Arial, sans-serif;
}

a, button {
	outline: none;
}

a {
	color: #f0f0f0;
	text-decoration: none;
}

a:hover, a:focus {
	color: #333;
}

.clearfix:before,
.clearfix:after {
	content: " ";
	display: table;
}
 
.clearfix:after {
	clear: both;
}
.logo {
	position:absolute;
	width:80%;
	margin:0 5% 0 10%;
}
.logo img {
	width:30%;
	background:none;
	margin: 0 auto 0 auto;
}
.header {
	margin: 0 auto;
	text-align: center;
	background-color:#666666;
}
.header img {
 width:100%;
	margin:0;
	padding:0;
	
}
.header h1 {
	margin: 0;
	font-weight: 300;
	font-size: 2.5em;
	line-height: 1.1;
}

.header h1 span {
	display: block;
	padding: 0 0 0.6em 0.1em;
	font-size: 60%;
	opacity: 0.7;
}
#mobile-header {
	display:none;
}

.container {
	height:85%;
	margin:0;
}


.caption {
	width:100%;
	color: black;
	font-size: 40px;
	text-align: center;
	padding: 20px 0 10px 5px;
	font-weight:400;
}

.footer {
	margin: 0 auto;
	text-align: right;
	background-color:black;
	height:40px;
	bottom:0;
	position:absolute;
	width:100%;
	float:right;
}
.footer p{
	font-weight:200;
	color:gray;
	padding: 8px 10px 0 0 ;
	margin: 0 10px 0px 0;
	bottom:0;
	right:0;
	position:relative;
}

/* To Navigation Style */
.codrops-top {
	width: 100%;
	text-transform: uppercase;
	font-weight: 700;
	font-size: 0.69em;
	line-height: 2.2;
}

.codrops-top a {
	display: inline-block;
	padding: 0 1em;
	text-decoration: none;
	letter-spacing: 1px;
}

.codrops-top span.right {
	float: right;
}

.codrops-top span.right a {
	display: block;
	float: left;
}

.codrops-icon:before {
	margin: 0 4px;
	text-transform: none;
	font-weight: normal;
	font-style: normal;
	font-variant: normal;
	font-family: 'codropsicons';
	line-height: 1;
	speak: none;
	-webkit-font-smoothing: antialiased;
}

.codrops-icon-drop:before {
	content: "\e001";
}

.codrops-icon-prev:before {
	content: "\e004";
}

/* Demo Buttons Style */
.codrops-demos {
	padding-top: 1em;
	font-size: 0.8em;
}

.codrops-demos a {
	display: inline-block;
	margin: 0.5em;
	padding: 0.7em 1.1em;
	outline: none;
	border: 2px solid #fff;
	color: #fff;
	text-decoration: none;
	text-transform: uppercase;
	letter-spacing: 1px;
	font-weight: 700;
}

.codrops-demos a:hover,
.codrops-demos a.current-demo,
.codrops-demos a.current-demo:hover {
	border-color: #333;
	color: #333;
}

.related {
	text-align: center;
	font-size: 1.5em;
}

@media screen and (max-width: 25em) {

	.codrops-icon span {
		display: none;
	}

}

.grid {
	margin: 0px 30% 10px 20%;
	width:100%;
	padding: 30px 0 30px 0;
}

.grid a {float:left;
	margin: 0 2% 0 2%;
	width:25%;
	color: #333;
	
	
	
}

/*.grid a:nth-child(odd) {
	margin: 0px 0 0px 0;
	
}*/

.grid figure {
	position: relative;
	overflow: hidden;
	margin: 0 5px 10px 5px;
	background: #333;

}

.grid figure img {
	position: relative;
	display: block;
	width: 100%;
	opacity: 0.7;
	-webkit-transition: opacity 0.3s;
	transition: opacity 0.3s;
	height:auto;
}

.grid figcaption {
	position: absolute;
	top: 0;
	z-index: 11;
	padding: 10px;
	width: 100%;
	height: 100%;
	text-align: center;
}

.grid figcaption h2 {
	margin: -5px 0 20px 0;
	color: #ed1c24;
	text-transform: uppercase;
	letter-spacing: 1px;
	font-weight: 600;
	font-size: 200%;
	-webkit-transition: -webkit-transform 0.3s;
	transition: transform 0.3s;
}

.grid figcaption p {margin-top:-10px;
	padding: 0 20px;
	color: #aaa;
	font-weight: 300;
	font-size:105%;
	-webkit-transition: opacity 0.3s, -webkit-transform 0.3s;
	transition: opacity 0.3s, transform 0.3s;
}

.grid figcaption h2, 
.grid figcaption p {
	-webkit-transform: translateY(50px);
	transform: translateY(50px);
}

.grid figure button {
	position: absolute;
	padding: 4px 20px;
	border: none;
	text-transform: uppercase;
	letter-spacing: 1px;
	font-weight: bold;
	-webkit-transition: opacity 0.3s, -webkit-transform 0.3s;
	transition: opacity 0.3s, transform 0.3s;
}

.grid figcaption,
.grid figcaption h2,
.grid figcaption p,
.grid figure button {
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}

/* Style for SVG */
.grid svg {
	position: absolute;
	top: -1px; /* fixes rendering issue in FF */
	z-index: 10;
	width: 100%;
	height: 100%;
}

.grid svg path {
	fill: #000;
	opacity:.7;
}

/* Hover effects */
.grid a:hover figure img {
	opacity: 1;
}

.grid a:hover figcaption h2,
.grid a:hover figcaption p {
	-webkit-transform: translateY(0);
	transform: translateY(0);
}

.grid a:hover figcaption p {
	opacity: 0;
}

/* Individual styles */

.demo-1 .grid figure button {
	top: 80%;
	left: 50%;
	/*border: 3px solid #bb0000;*/
	font-size:22px;
	background: #eee linear-gradient(black, black 37%, black 57%, black);
	/*background:#bb0000;*/
	width:80%;
	opacity:0.2;
	color: white;
	-webkit-transform: translateY(-50%) translateX(-50%) scale(0);
	transform: translateY(-50%) translateX(-50%) scale(0);
}

.demo-1 .grid a:hover figure button {
	opacity: 1;
	-webkit-transform: translateY(-50%) translateX(-50%) scale(1);
	transform: translateY(-50%) translateX(-50%) scale(1);
}


/* Media Queries */
/*/*
@media screen and (max-width: 58em) {
	.grid a {
		width: 33.333%;
	}

	.grid a:nth-child(odd) {
		margin: 0;
	}

	.grid a:nth-child(3n-1) {
		margin: 0px 0 0px 0;
	}
}

@media screen and (max-width: 45em) {
	.grid {
		max-width: 500px;
	}

	.grid a {
		width: 50%;
	}

	.grid a:nth-child(3n-1) {
		margin: 0;
	}

	.grid a:nth-child(even) {
		margin: 30px 0 -30px 0;
	}


	.grid figcaption h2 {
		margin-bottom: 0px;
		-webkit-transform: translateY(30px);
		transform: translateY(30px);
	}

	.grid figcaption p {
		margin: 0;
		padding: 0 10px;
	}
}
*/
/*@media screen and (max-width: 27em) {
	.grid {
		max-width: 250px;
	}

	.grid a {
		width: 100%;
	}

	.grid a:nth-child(even) {
		margin: 0;
	}
}
*/
@media screen and (min-width: 568px) and (max-width: 1100px){
	header {
		display:block;
	}
	#mobile-header {
		display:none;
	}
	

	.caption {
	width:100%;
	font-size: 22px;
	text-align: center;
	padding: 100px 0 10px 0px;
}

	.grid {
		float:left;
		width: 90%;
		margin-left:10%;
		padding:0;
	}

	.grid a {
		width:42%;
		margin:5% 0 10px 0;
		padding:0;
	}
	.grid figure img {
		height:200px;
	}
	.grid figcaption  h2{
		font-size:17px;
	}
	.grid figcaption  p{
		font-size:16px;
	}
	.grid svg {
		height:200%;
	}
	.demo-1 .grid figure button {
	top: 70%;
	left: 50%;
	/*border: 3px solid #bb0000;*/
	font-size:18px;
	background: #eee linear-gradient(black, black 37%, black 57%, black);
	/*background:#bb0000;*/
	width:80%;
	opacity:0.2;
	color: white;
	-webkit-transform: translateY(-50%) translateX(-50%) scale(0);
	transform: translateY(-50%) translateX(-50%) scale(0);
}

	

}
@media screen and (max-width: 568px){
	header {
		display:none;
	}
	#mobile-header {
		display:none;
		
	}
	.logo {
		width: 50%;
		margin: 0 25% 0 25%;
	}
	.logo img {
		width:250px;
		margin: 10px auto 0 auto;
		
	}
	.caption {
	width:100%;
	font-size: 20px;
	text-align: center;
	padding: 50px 0 10px 0px;
}
	.grid {
		width: 70%;
		margin:10% auto 0px auto;
		padding:0;
	}

	.grid a {
		width:100%;
		margin:0 auto 20px 0;
		padding:0;
	}
	.grid figure img {
		
	}
	.grid figcaption  h2{
		font-size:22px;
	}
	.grid figcaption  p{
		font-size:16px;
	}
	.grid svg {
		height:160%;
	}
	.demo-1 .grid figure button {
	top: 60%;
	
}

	.footer {
		position: relative;
	}
	.footer p{
		position: relative;
	}

}