/*	TYPE	*/

p {
	-webkit-font-smoothing:antialiased;
}

::selection {
	background-color: #FFEC7D;
}

::-moz-selection {
	background-color: #FFEC7D;
}

html {
	font-size: 100%;
	height: 100%;
}

body {
	margin: 0; 
	padding: 0;
	height: 100%;
	width: 100%;
	background-color: #81B7C6;
}

h4 {
	-webkit-font-smoothing: antialiased;
	font-family: "proxima-nova-1","proxima-nova-2", ProximaNova-Light;
	font-weight: 300;
	font-size: 1.125rem;
	color: #fff;
	text-transform: uppercase;
	line-height: 1.425rem;
}

h4 a {
	margin: 0 16px 0 16px;
	text-decoration: none;
	font-weight: 600;
	color: #fff;
}

a:hover {
	color: #ffec7d;
}

.space {
	display: inline-block;
	width: 8px;
	padding-right: 10px;
	padding-bottom: 4px; 
}

h2 {
	-webkit-font-smoothing: antialiased;
	font-size: 2.625rem;
	font-weight: 300;
	font-family: "chaparral-pro-1","chaparral-pro-2", ChaparralPro-Light;
	color: #fff;
	/* text-shadow: 0px 0px 30px rgba(10, 70, 84, .45); */
	line-height: 3.150rem;
}

h2.work_item {
	color: #333333;
	border-bottom: 3px solid #CCCCCC;
	padding-bottom: 40px;
	text-shadow: none;
	margin-bottom: 0;
}

h2 a {
	display: inline-block;
	color: #fff;
	text-decoration: none;
	background: url(images/underline.svg) no-repeat;
	background-size: contain;
	background-position-y: 40px;
	overflow: visible;
	height: 48px;
	/* border: 1px solid #fff; */
}

p.summary {
	font-family: "chaparral-pro-1","chaparral-pro-2", ChaparralPro-Light;
	font-weight: 300;
	font-size: 1.375rem;
	text-align: left;
	width: 70%;
	color: #10363A;
}

.summary_wrapper {
	margin: 50px 0 50px 0;
}

/*	HOME	*/

ul.clientgrid {
	margin: 60px auto 40px auto;
	list-style: none;
	/* border: solid 1px #fff; */
	width: 876px;
	overflow: hidden;
	padding: 0;
	
}

ul.clientgrid li {
	display: block;
	list-style: none;
	float: left;
	margin: 1px 0 0 1px;
	padding: 0;
	width: 174px;
	height: 125px;
	overflow: hidden;
}

ul.clientgrid li img {
	width: 100%;
	height: 100%;
}

ul.casestudies {
	list-style: none;
	padding: 0;
	margin: 60px auto 60px auto;
	overflow: hidden;
	width: 876px;
	/* box-shadow: 0px 30px 40px #66909b; */
}

ul.casestudies li {
	transition: background-color 0.2s ease;
	display: block;
	background-color: rgba(255,255,255,0.8);
	margin: 0 0 40px 0;
	font-size: 2.625rem;
	font-weight: 300;
	font-family: "chaparral-pro-1","chaparral-pro-2", ChaparralPro-Light;
	line-height: 2.2rem;
	padding: 0 0 35px 0;
}

ul.casestudies li span {
	font-family: "proxima-nova-1","proxima-nova-2", ProximaNova-Light;
	font-weight: 300;
	font-size: 1.125rem;
	text-transform: uppercase;
	opacity: .4;
	line-height: 1.4rem;
	display: block;
	padding-top: 10px;
}

ul.casestudies li div {
	display: block;
	background-color: #000000;
	width: 100%;
	height: 300px;
	margin-bottom: 40px;
	background-size: cover;
	background-position: center top;
}

#tempest {
	background-image: url(images/promo_tempest.jpg);	
}

#milk {
	background-image: url(images/promo_milk.jpg);	
}

#shealth {
	background-image: url(images/promo_shealth.jpg);
	background-position: center center;	
}

#gopro {
	background-image: url(images/promo_gopro.jpg);	
}

#bluescape {
	background-image: url(images/promo_bluescape.jpg);	
	background-position: center center;
}

#google {
	background-image: url(images/promo_google.jpg);	
}

#hawaiian {
	background-image: url(images/promo_hawaiian.jpg);	
}

ul.casestudies a {
	text-decoration: none;
	color: #1e565f;
}

ul.casestudies a:hover li {
	background-color: rgba(255,255,255,1.0);
}


/*	MAIN	*/

.main {
	padding: 75px 70px 50px 70px;
	max-width: 1000px;
	margin: 0 auto;
	text-align: center;
}

.me {
	margin: 0 0 40px 0;
	width: 250px;
	height: 250px;
	/*
-webkit-filter: drop-shadow(0px 30px 40px #66909b);
    filter:         drop-shadow(0px 30px 40px #66909b);
*/
	}

.spacer {margin: 20px 0 0 0;}

.work {
	min-height: 20px;
	width: 100%;
	background: #fff;
}

.project {
	padding: 20px 70px 20px 70px;
	max-width: 1000px;
	margin: 0 auto;
	text-align: center;
}

.logo {
	float: right;
	margin: 0;
}

.work_image {
	width: 100%;
	margin-bottom: 10px;
}


/*	RESPONSIVE STYLES	*/

/*	PHONE PORTRAIT	*/

@media all and (max-width: 580px){
	
	h2 {
		font-size: 1.6rem;
		line-height: 1.825rem;
		text-shadow: 0px 0px 30px rgba(10, 70, 84, .25);
		margin-left: 10px;
		margin-right: 10px;
	}
	
	h2 a {
		height: 28px;
		background-position-y: 24px;

	}
	
	h4 {
		font-size: 1rem;
		line-height: 1.3rem;
	}
	
	h4.nav a {
		display: block;
		margin: 0;
		padding-bottom: 5px;
		width: 100%;
	}
	
	.main {
		padding: 50px 10px 50px 10px;
	}
	
	.project {
		padding: 20px 10px 20px 10px;
	}
	
	p.summary {
		font-size: 1rem;
		width: 100%;
	}
	
	.summary_wrapper {
		margin: 0 0 20px 0;
	}
	
	h2.work_item {
		padding-bottom: 20px;
	}
	
	.logo {
		float: center;
		width: 100px;
	}
}


/*	PHONE EDGE	*/

@media all and (max-width: 610px){


	ul.clientgrid {
		width: 302px;
	}

	ul.clientgrid li {
		width: 150px;
		height: 108px;
	}


}


/*	TABLET PORTRAIT	*/

@media all and (min-width: 580px) and (max-width: 930px) {
	
	h2 {
		font-size: 2rem;
		line-height: 2.35rem;
		text-shadow: 0px 0px 30px rgba(10, 70, 84, .25);
	}
	
	h2 a {
		height: 37px;
		background-position-y: 30px;

	}
	
	p.summary {
		font-size: 1.1rem;
	}
	
	.project {
		padding: 20px 35px 20px 35px;
	}

}


/*	TABLET GRID	*/

@media all and (min-width: 610px) and (max-width: 930px) {
	
	ul.clientgrid {
		width: 555px;
	}

	ul.clientgrid li {
		width: 110px;
		height: 79px;
	}

}


/*	TABLET MARGINS	*/

@media all and (min-width: 580px) and (max-width: 1024px) {

	.main {
		padding: 50px 70px 30px 70px;
	
	}

}

/*	BELOW DESKTOP	*/

@media all and (max-width: 930px) {
	
	ul.casestudies {
		width: 100%;
	}
	
	ul.casestudies li {
		font-size: 1.8rem;
		/*
padding-left: 20px;
		padding-right: 20px;
*/
	}
	
	.me {
		width: 180px;
		height: 180px;
	}
}