body{
	margin: 0;
	padding: 0;
	/*
	font-family: 'Cabin', sans-serif;
	font-family: 'Montserrat', sans-serif;
	*/
	font-family: 'Muli', sans-serif;
}
.container {
	width: auto;
	margin: 172px 14px 0 14px;
	min-width: 1048px;
}
a: hover{
	cursor: pointer;
}

/* header */
#header {
	top: 0;
	height: 89px;
	width: 100%;
	border-bottom: 1px solid #dddddd;
	background-color: #ffffff;
	z-index: 10;
	position: fixed;
	font-size: 16px;
	font-weight: 500;
	min-width: 800px;
}
#headLinks {
	margin:37px 64px 0 0;
	float: right;
	display: inline-block;
}
#headSubTitle {
	padding-top:37px;
	display: inline-block;
	padding-left: 64px;
}
#headText {
	padding-top:37px;
	display: inline-block;
	padding-left: 64px;
}
#headText a {
	color: #000000;
	text-decoration: none;
	cursor: pointer;
}
#headText a: hover{
	cursor: pointer;
}
#headLinks a {
	color: #00b6f2;
	text-decoration: none;
	cursor: pointer;
}

/* section title */
#sectionTitle {
	position: relative;
	left:50px;
	height: 20px;
}
#sectionTitle a {
	color: #00b6f2;
	font-size:14px;
	text-decoration: none;
	cursor: pointer;
}

/* portfolio content structure */
#item {
	width: 244px;
	height: 386px;
	margin: 0 48px 0 48px;
	display: inline-block;
	vertical-align: top;
}
#item img { display: block;}
#itemRow { width:100%; }
#itemLinkRow { width:100%; height: 40px; margin-top: 10px; }
#itemLinkRow img { height: 100%; }
#headImage img {
	width: 100%;
}


/* icons */
#itemIcon {
    position: relative;
	display: inline-block;
    vertical-align: bottom;
    width: 26px;
}
#itemIcon img {
    position: absolute;
    left: 0;
    bottom: 1px;
}

/* text blocks */
#itemTitle {
	font-size: 14px;
	display: inline-block;
	padding-top: 14px;
	font-weight: 500;
	vertical-align: baseline;
}
#itemSub {
	font-size: 12px;
	color: #aaaaaa;
	display: inline-block;
	padding-top: 8px;
}
#itemSub a {
	color: #00b6f2;
	text-decoration: none;
	cursor: pointer;
}
#itemSubList {
	font-size: 12px;
	color: #aaaaaa;
	display: inline-block;
}


/* footer */
#footer {
	height: auto;
	border-top: 1px solid #dddddd;
	font-size: 16px;
	font-weight: 500;
	padding: 25px 0 50px 62px;
	line-height: 25px;
}
#footer a {
	color: #00b6f2;
	text-decoration: none;
	cursor: pointer;
}


/* about page */
.aboutContent {
	width: 100%;
	padding: 202px 64px;
	vertical-align: top;
	font-size: 28px;
	line-height: 40px;
}
.aboutContent a {
	color: #00b6f2;
	cursor: pointer;
}
#mobileOnly {
	display: none;
}


/* mobile */
@media only screen and (max-width: 600px) {
	.container {
		min-width: 0;
	}
	#item {
		height: auto;
		padding-bottom: 50px;
	}	
	
	#header {
		padding: 0 64px;
		height: auto;
		min-width: 0;
	}
	#headLinks {
		margin:17px 128px 17px 0;
		float: none;
		font-size: 16px;
		width: 38%
	}
	
	#headText {
		padding-top:17px;
		display: inline-block;
		padding-left: 0;
		width: 38%
	}
	
	#headSubTitle {
		padding-top:7px;
		display: block;
		padding-left: 0;
		font-size: 14px;
	}
	#mobileOnly {
		display: block;
	}
}