body, h1, h2, h3, h4, h5, p {
	margin: 0px;
	font-family: 'Work Sans', sans-serif;
}

.modalDialog {
	position: fixed;
	font-family: 'Work Sans', sans-serif;
	font-weight: 300;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	background: rgba(0,0,0,0.7);
	z-index: 99999;
	opacity: 0;
	-webkit-transition: opacity 175ms ease-in;
	-moz-transition: opacity 175ms ease-in;
	transition: opacity 175ms ease-in;
	pointer-events: none;
}

.modalDialog:target {
	opacity: 1;
	pointer-events: auto;
}

.modalDialog > div {
	position: relative;
	background: #ffffff;
}

a.close {
	position: absolute;
	top: 0px;
	right: 0px;
	text-decoration: none;
	display: block;
	width: 45px;
	height: 45px;
}

a.resumeLink {
	color: #000;
	font-weight: 300;
	margin-top: 20px;
	margin-bottom: 20px;
	padding-top: 4px;
	text-decoration: none;
	display: block;
	height: 20px;
	background: url(../img/pdf_icon.png) no-repeat 0;
	text-indent: 25px;
}

/* ----------- Generic Mobile ----------- */

@media (min-width: 320px) {
	header {
		padding: 35px 20px 35px;
	}
	
	.silo {
		width: 60px;
		height: 80px;
		float: left;
	}
	
	.headerH1 {
		font-weight: 200;
		font-size: 32px;
		clear: left;
	}
	
	.headerH2 {
		font-weight: 300;
		font-size: 18px;
		clear: left;
	}
	
	nav {
		float: right;
		margin-top: -170px;
	}
	
	nav a {
		text-decoration: none;
		color: #000;
		font-weight: 300;
		font-size: 14px;
	}
	
	a.aboutLink {
		margin-right: 15px;
	}
	
	a.contactLink {

	}
	
	.main {
		max-width: 100%;
		margin: 0 auto;
	}
	
	.row {
		float: left;
		width: 100%;
	}
	
	.projectCover {
		float: left;
		overflow: hidden;
		width: 100%;
		background-color: #000;
	}
	
	.projectCover img {
		width: 100%;
	}
	
	.coverTxt {
		display: none;
	}
	
	.modalDialog > div {
		width: 100%;
		padding-top: 30px;
	}
	
	.modalBody {
		padding-right: 15px;
		padding-left: 15px;
		padding-bottom: 15px;
	}
	
	.bioHead {
		font-weight: 300;
		font-size: 21px;
	}
	
	.bioStrap {
		font-weight: 300;
		font-size: 18px;
		margin-bottom: 10px;		
	}
	
	.bioTxt {
		font-weight: 300;
		font-size: 14px;
		margin-bottom: 20px;
	}
	
	a.resumeLink {
		font-size: 14px;
		line-height: 14px;
	}
	
	.projectHero img{
		width: 100%;
	}
	
	.projectBody {
		max-width: 90%;
		margin: 0 auto;
		padding-top: 50px;
	}
	
	.projectBody img {
		margin-bottom: 50px;
		width: 100%;
	}
	
	h5.projectTitle {
		padding-right: 0px;
		font-weight: 300;
		font-size: 24px;
		margin-bottom: 10px;
	}
	
	.projectText {
		padding-right: 0px;
		font-weight: 300;
		font-size: 16px;
		line-height: 24px;
		padding-bottom: 50px;
	}
	
	.logoGrid {
		display: none;
		width: 100%;
	}
	
	.logoGridMobile {
		display: block;
		width: 100%;
		
	}
	
	.appleModal {
		padding-right: 0px;
		padding-bottom: 0px;
	}
}



/* ----------- Tablet ----------- */

@media (min-width: 750px) {
	header {
		padding: 35px 35px 35px;
	}
	
	nav {
		float: right;
		margin-top: -150px;
	}
	
	nav a {
		font-size: 16px;
	}
	
	a.aboutLink {
		
	}
	
	a.contactLink {
		
	}
	
	.projectCover {
		width: 50%;
		padding-bottom: 30%;
		height: 0;
	}
	
	.modalDialog > div {
		width: 540px;
		margin: 120px auto;
	}
	
	.bioTxt {
		margin-bottom: 20px;
	}
	
	.bioHead {
		font-weight: 300;
		font-size: 24px;
	}
	
	.bioStrap {
		font-weight: 300;
		font-size: 21px;
		margin-bottom: 10px;
	}
	
	.bioTxt {
		font-weight: 300;
		font-size: 18px;
	}
	
	a.resumeLink {
		font-size: 18px;
		line-height: 18px;
	}
	
	.projectHero img{
		width: 100%;
	}
	
	.projectBody {
		max-width: 720px;
		margin: 0 auto;
		padding-top: 50px;
	}
	
	.projectBody img {
		margin-bottom: 50px;
		width: 100%;
	}
	
	h5.projectTitle {
		padding-right: 0px;
		font-weight: 300;
		font-size: 24px;
		margin-bottom: 10px;
	}
	
	.projectText {
		padding-right: 0px;
		font-weight: 300;
		font-size: 16px;
		line-height: 24px;
		padding-bottom: 50px;
	}
	
	.logoGrid {
		display: block;
		width: 100%;
	}
	
	.logoGridMobile {
		display: none;
		width: 100%;
		
	}
	
	.appleModal {
		padding-right: 0px;
		padding-bottom: 0px;
	}
}

/* ----------- Desktop ----------- */

@media (min-width: 1000px) {
	header {
		padding: 35px 70px 35px;
	}
	
	nav a:hover {
		text-decoration: underline;
	}
	.projectCover {		
		
	}
	
	.projectCover img {

	}
	
	.projectCover:hover img{
		opacity: .7;
		cursor: pointer;	
	}
	
	.coverTxt {
		position: relative;
		height: 0;
		padding: 0 70px;
		bottom: 100px;
		display: block;
	}
	
	h3.coverHead {
		font-size: 24px;
		font-weight: 300;
		color: #fff;
	}
	
	.modalDialog > div {
		width: 770px;
	}
	
	.modalBody {
		padding-right: 35px;
		padding-left: 35px;
		padding-bottom: 35px;
	}
	
	a:hover.resumeLink {
		text-decoration: underline;
	}
	
	.projectHero img{
		width: 100%;
	}
	
	.projectBody {
		max-width: 960px;
		margin: 0 auto;
		padding-top: 50px;
	}
	
	.projectBody img {
		margin-bottom: 50px;
		width: 100%;
	}
	
	h5.projectTitle {
		padding-right: 300px;
		font-weight: 300;
		font-size: 24px;
		margin-bottom: 10px;
	}
	
	.projectText {
		padding-right: 300px;
		font-weight: 300;
		font-size: 16px;
		line-height: 24px;
		padding-bottom: 50px;
	}

	.appleModal {
		padding-right: 0px;
		padding-bottom: 0px;
	}
}



/* ----------- Desktop+ ----------- */

@media (min-width: 1366px) {
	header {
		max-width: 1440px;
		margin: 0 auto;
		padding: 35px 70px 35px;
	}
	
	.main {
		max-width: 1440px;
		margin: 0 auto;
	}		
}























