@charset "UTF-8";

* {
	margin: 0px;
	padding: 0px;
	border: 0;
	font-size: 100%;
	vertical-align: baseline;
}

#page {
	margin:auto;
	margin-top: 5%;
	max-width: 1220px;
	padding-left: 3%;
	padding-right: 3%;
}

#header {
	width: 40%;
}

#header a:hover {
	background: #fff;
}

#nav {
	max-width: width: 40%;
	float: right;
	font-family: 'Nanum Myeongjo', serif;
	font-weight: 400;
	padding-top: 5px;
}

#nav li {
	display: inline;
	text-align: right;
	padding-left: 30px;
}

#nav li.selectedNav {
	color: #000;
}

#nav a {
	color: #999;
}

#hero {
	margin-top: 3%;
	padding-top: 15%;
	padding-bottom: 15%;
	background-color: #d7f0f5;
}

#hero2 {
	margin-top: 3%;
	padding-top: 15%;
	padding-bottom: 15%;
	background-color: #f0ece3;
}

#imageGridContainer {
	max-width: 100%;
	margin: auto;
	clear: right;
}

.imageRow {
	margin: auto;
}

.gridImg img {
	max-width: 28%;
	float: left;
	margin-left: 4%;
	margin-top: 40px;
}

footer {
	margin-top: 100px;
}

footer p {
	font-family: 'Lato', sans-serif;
	color: #999;
	font-size: 0.875em;
	clear: both;
}

p.herocopy {
	font-family: 'Nanum Myeongjo', serif;
	font-size: 3.25em;
	line-height: 1.4em;
	text-align: center;
	color: #222;
}

.projectList {
	position: relative;
	max-width: 50%;
	margin-top: 15%;
	margin-left: 47%;
	clear: both;
}

.projectList h1 {
	margin-top: 10px;
}

.projectIntro {
	margin-left: auto;
	margin-right: auto;
	margin-top: 6%;
	margin-bottom: 6%;
	max-width: 60%;
	text-align: center;
}

.projectImage img {
	max-width: 70%;
}

.description {
	margin-top: 4%;
	text-align: center;
	max-width: 75%;
	margin: auto;
}

.addSpace30 {
	margin-top: 30px;
}

.addSpace60 {
	margin-top: 60px;
}

.intro {
	font-family: 'Nanum Myeongjo', serif;
	font-size: 3.25em;
	line-height: 1.25em;
	text-align: center;
	color: #222;
	margin-bottom: 4%;
}

.center {
    display: block;
    margin-left: auto;
    margin-right: auto;
	margin-bottom: 5%;
	max-width: 1000px;
	width: 100%;
}

h1 {
	font-family: 'Nanum Myeongjo', serif;
	font-size: 2.125em;
	font-weight: 400;
	color: #222;
	position: relative;
	z-index: 10;
}

h2 {
	font-family: 'Nanum Myeongjo', serif;
	font-weight: 400;
	font-size: 6.875em;
	line-height: 50px;
	color: #222;
	max-width: 700px;
	position: relative;
	z-index: 10;
	display: inline-block;
}

h3 {
	font-family: 'Nanum Myeongjo', serif;
	font-weight: 400;
	font-size: 2.5em;
	margin-top: 7%;
	margin-bottom: 3%;
	text-align: center;
}

h4 {
	font-family: 'Nanum Myeongjo', serif;
	font-weight: 400;
	font-size: 2em;
	margin-top: 8%;
	margin-bottom: 3%;
	text-align: center;
}

h5 {
	font-family: 'Lato', sans-serif;
	font-size: 1.125em;
	line-height: 1.625em;
	font-weight: 300;
	color: #999;
}

h6 {
	font-family: 'Lato', sans-serif;
	font-size: 1.125em;
	line-height: 1.625em;
	font-weight: 700;
	color: #222;
}

p {
	font-family: 'Lato', sans-serif;
	font-size: 1.125em;
	font-weight: 300;
	line-height: 1.625em;
	color: #666;
}

p.title {
	font-family: 'Nanum Myeongjo', serif;
	font-weight: 400;
	font-size: 20px;
	color: #000;
	
}

p.clientName {
	font-family: 'Nanum Myeongjo', serif;
	font-weight: 400;
	font-size: 1em;
	margin-top: 20px;
	margin-bottom: 10%;
	position: relative;
	z-index: 10;
	color: #333;
}

p.tagline {
	font-size: 13px;
	font-weight: 300;
	color: #999;
	text-align: center;
}

a:link {
	color: #222;
	text-decoration: none;
	font-weight: inherit;
}

a:hover {
	background: #efefef;
}

a:visited {
	color: #222;
}

img.clientThumb {
	position: absolute;
	max-width: 90%;
	margin-left: -80%;
	margin-top: 30px;
	float: left;
	z-index: 1;
}

a img {
    border: 0;
}

.contact {
	color: #aa00ff;
}

hr {
	margin-top: 100px;
    margin-bottom: 50px;
    margin-left: auto;
    margin-right: auto;
    border-style: dashed;
    border-width: 1px;
	border-color: #dedede; 
	width: 92%;
}




/* responsive */
@media screen and (max-width: 740px) {

	h3 {
		font-family: 'Nanum Myeongjo', serif;
		font-weight: 400;
		font-size: 1.875em;
		margin-top: 10%;
		margin-bottom: 3%;
		text-align: center;
	}
	
	h4 {
		margin-top: 12%;
	}

	h5 {
		font-size: 1em;
	}
	
	.projectList {
		position: relative;
		max-width: 100%;
		margin-left: 0;
		margin-top: 15%;
	}
	
	.projectIntro {
		margin-left: auto;
		margin-right: auto;
		margin-top: 6%;
		margin-bottom: 6%;
		max-width: 80%;
		text-align: center;
	}
	
	.projectImage img {
		max-width: 90%;
	}	
	
	img.clientThumb {
		position: relative;
		margin-left: 0;
		max-width: 100%;
		margin-top: 0px;
		clear: left;
		z-index: 1;
	}
	
	p.clientName {
		font-family: 'Nanum Myeongjo', serif;
		font-weight: 400;
		font-size: 1em;
		margin-top: 20px;
		margin-bottom: 0px;
		color: #333;
		position: relative;
		z-index: 10;
	}
	
	
	p.herocopy {
		font-family: 'Nanum Myeongjo', serif;
		font-size: 2.25em;
		line-height: 1.25em;
		margin-top: 3%;
		text-align: center;
		color: #222;
	}
	
	
	#imageGridContainer {
		max-width: 100%;
		margin: auto;
	}

	.imageRow {
		margin: auto;
	}

	.gridImg img {
		max-width: 40%;
		margin-left: 7%;
		margin-top: 40px;
	}
	
	footer {
		margin: auto;
		position: relative;
		margin-top: 50px;
		float: left;
	}

	footer p {
		font-family: 'Lato', sans-serif;
		color: #999;
		font-size: 0.875em;
	}	
}





@media screen and (max-width: 420px) {

	#nav {
		padding-top: 3px;
	}
	
	#hero {
	padding-top: 20%;
	padding-bottom: 20%;
}

	#hero2 {
		padding-top: 20%;
		padding-bottom: 20%;
	}
	
	
	p.title {
		font-size: 16px;
	}
	
	p.herocopy {
		font-family: 'Nanum Myeongjo', serif;
		font-size: 1.87em;
		line-height: 1.25em;
		margin-top: 2%;
		text-align: center;
		color: #222;
	}
	
	h4 {
		margin-top: 20%;
		margin-bottom: 6%;
	}
	h5 {
		font-size: .825em;
	}

	.projectImage img {
		max-width: 100%;
	}	
	
	#page {
		margin:auto;
		margin-top: 5%;
		max-width: 420px;
		padding-left: 3%;
		padding-right: 3%;
	}
	
#imageGridContainer {
	max-width: 100%;
	margin: auto;
}

.imageRow {
	margin: auto;
}

.gridImg img {
	max-width: 80%;
	margin-left: 10%;
	margin-top: 40px;
}


}

