/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
	letter-spacing: .05em;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
html, body {
	line-height: 1;
	font-size: 100%;
	font-family: "brandon-grotesque", sans-serif;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}

h2 {
	font-size: 1em;
	font-weight: 700;
	text-transform: uppercase;
	color: rgba(86,167,162,1.0);
	text-rendering: optimizeLegibility;
	z-index: 9999;
	margin-top: 10px;

}

h3 {
	font-size: 20px;
	font-weight: 700;
	text-transform: uppercase;
	color: rgba(86,167,162,1.0);
	text-rendering: optimizeLegibility;
	z-index: 9999;

}

h4 {
	font-size: 1.8em;
	font-weight: 600;
	letter-spacing: 0.02em;
	color: rgba(255,255,255,1.0);
	border-bottom: 2px rgba(255,255,255,1.0) solid;
	padding-bottom: 15px;
	padding-right: 15px;
	text-rendering: optimizeLegibility;
	z-index: 9999;
}

h5 {
	font-family: "brandon-grotesque", sans-serif;
	font-size: 1.8em;
	font-weight: 600;
	letter-spacing: 0.02em;
	color: rgba(86,167,162,1.0);
	border-bottom: 2px rgba(86,167,162,1.0) solid;
	padding-bottom: 15px;
	padding-right: 15px;
	text-rendering: optimizeLegibility;
}

h6 {
	font-family: "merriweather",serif;
	font-size: 0.9em;
	line-height: 2em;
	font-weight: 300;
	font-style: italic;
	color: rgba(86,167,162,1.0);
	margin-top: 10px;
}

h6 a {
	text-decoration: none;
	color: rgba(86,167,162,1.0);
	-webkit-transition: all 0.8s;
    -moz-transition: all 0.8s;
    -ms-transition: all 0.8s;
    -o-transition: all 0.8s;
    transition: all 0.8s;
}

h6 a:hover {
	color: rgba(40,40,40,1.0);
	-webkit-transition: all 0.8s;
    -moz-transition: all 0.8s;
    -ms-transition: all 0.8s;
    -o-transition: all 0.8s;
    transition: all 0.8s;
}

img {
	width: 100%;
}

video {
	width: 100%;
}

caption {
	font-size: .5em;
}

a {
	text-decoration: none;
	color: rgba(86,167,162,0.6);
	-webkit-transition: all 0.8s;
    -moz-transition: all 0.8s;
    -ms-transition: all 0.8s;
    -o-transition: all 0.8s;
    transition: all 0.8s;
}

a:hover {
	color: rgba(40,40,40,1.0);
	-webkit-transition: all 0.8s;
    -moz-transition: all 0.8s;
    -ms-transition: all 0.8s;
    -o-transition: all 0.8s;
    transition: all 0.8s;
}

.fa-pencil {
	font-size: 2em;
}

#headAnchor {
	height: 120px;
	display: block;
}

header {
	width: 100%;
	height: 120px;
	background-color: rgba(255,255,255,0.9);
	display: block;
	position: fixed;
	top: 0;
	z-index: 99999;
	-webkit-transition: all 0.8s;
    -moz-transition: all 0.8s;
    -ms-transition: all 0.8s;
    -o-transition: all 0.8s;
    transition: all 0.8s;

}

header.sticky {
	top: -120px;
	-webkit-transition: all 0.8s;
    -moz-transition: all 0.8s;
    -ms-transition: all 0.8s;
    -o-transition: all 0.8s;
    transition: all 0.8s;
}

nav ul {
	margin: 0 auto 0 auto;
	width: 85%;
	max-width: 800px;
	height: 90px;
}

nav ul li {
	width: 32.8%;
	display: inline-block;
	text-align: center;
	vertical-align: middle;
}

nav ul li a {
	font-size: 1em;
	font-weight: 800;
	text-transform: uppercase;
	letter-spacing: 0.05em;
	color: rgba(86,167,162,1.0);
	text-decoration: none;
	padding: 10px;
}

nav ul li a:hover {
	-webkit-transition: all 0.8s;
    -moz-transition: all 0.8s;
    -ms-transition: all 0.8s;
    -o-transition: all 0.8s;
    transition: all 0.8s;
}

.fa.fa-pencil {
	font-size: 1.75em;
	position: relative;
	bottom: 0px;
	margin-top: 20px;
	color: rgba(86,167,162,1.0);;
	-webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    -ms-transition: all 0.2s;
    -o-transition: all 0.2s;
    transition: all 0.2s;
}

nav ul li a:hover > .fa.fa-pencil {
	bottom: 5px;
	color: rgba(86,167,162,1.0);
	-webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    -ms-transition: all 0.2s;
    -o-transition: all 0.2s;
    transition: all 0.2s;
}

.fa.fa-files-o {
	font-size: 1.75em;
	position: relative;
	bottom: 0px;
	left: -5px;
	margin-top: 20px;
	color: rgba(86,167,162,1.0);
	-webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    -ms-transition: all 0.2s;
    -o-transition: all 0.2s;
    transition: all 0.2s;
}

nav ul li a:hover > .fa.fa-files-o {
	bottom: 5px;
	color: rgba(86,167,162,1.0);
	-webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    -ms-transition: all 0.2s;
    -o-transition: all 0.2s;
    transition: all 0.2s;
}

#noclick:hover, .logo:hover {
	border: none;
	fill: rgba(86,167,162,0.6);
	-webkit-transition: all 0.8s;
    -moz-transition: all 0.8s;
    -ms-transition: all 0.8s;
    -o-transition: all 0.8s;
    transition: all 0.8s;
}

.logo {
	height: 80px;
	fill: rgba(86,167,162,1.0);
}

#banner {
	width: 100%;
	margin: 0 0 0 0;
	display: block;
	overflow: hidden;
}

#banner img {
	width: 100%;
	margin-left: 0px
}

#sectionHead {
	padding-top: 42px
}

#sectionHead h3 {
	text-align: center;
}

#container {
	width: 85%;
	display: block;
	margin: 40px auto 0 auto;
}

#test:hover,.overlay:hover {
	border-bottom: 580px rgba(86,167,162,0.6) solid;
	-webkit-transition: all 1.5s;
    -moz-transition: all 1.5s;
    -ms-transition: all 1.5s;
    -o-transition: all 1.5s;
    transition: all 1.5s;
    display: block;
    z-index: 5;
}

.item {
	width: 23%;
	float: left;
	background-size: cover;
	display: block;
	position: relative;
	overflow: hidden;
	border-radius: 6px;
	margin: 1%;
}

.item:before {
	content: "";
	display: block;
	padding-top: 100%;
}

.item.w2 {
	width: 48%;
	border-radius: 6px;
	position: relative;
}

.content {
	position: absolute;
	top: 20%;
  	left: 20%;
  	-ms-transform: translate(-50%, -50%);
  	-webkit-transform: translate(-50%, -50%);
  	transform: translate(-50%, -50%);
	width: 70%;
	display: block;
	z-index: 999;
	opacity: 0.0;
}

.content p {
	font-family: "merriweather",serif;
	font-size: 1.125em;
	line-height: 2em;
	font-weight: 300;
	font-style: italic;
	color: rgba(255,255,255,1.0);
	margin-top: 10px;
}

.overlay {
	width: 100%;
	height: 100%;
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 99;
	background-color: rgba(86,167,162,0.0);
}

.item:hover > .overlay {
	background-color: rgba(86,167,162,0.8);
}

.item.w2 > .content {
	top: 50%;
}

.item.w2:hover > .content {
	left: 50%;
	opacity: 1.0;
	-webkit-transition: all 1.2s;
    -moz-transition: all 1.2s;
    -ms-transition: all 1.2s;
    -o-transition: all 1.2s;
    transition: all 1.2s;
}

.item > .content {
	width: 85%;
	top: 50%;
}

.item:hover > .content {
	left: 50%;
	opacity: 1.0;
	-webkit-transition: all 1.2s;
    -moz-transition: all 1.2s;
    -ms-transition: all 1.2s;
    -o-transition: all 1.2s;
    transition: all 1.2s;
}

#bigred {
	background-image: url('../bigredandshiny/images/00-bigredandshiny-branding-thumb.jpg');
	background-size: cover;
}

#mersana {
	background-image: url('../mersana/images/00-mersana-websitedesign-thumb.jpg');
	background-size: cover;
}

#ryanarthurs {
	background-image: url('../ryanarthurs/images/00-ryanarthurs-website-thumb.jpg');
	background-size: cover;
	background-position: -30px 5px;
	background-repeat: no-repeat;
}

#burton {
	background-image: url('../burton/images/00-burton-printdesign-thumb.jpg');
	background-size: cover;
	background-repeat: no-repeat;
}

#keepsakes {
	background-image: url('../keepsakes/images/00-keepsakes-infographic-thumb.jpg');
	background-size: cover;
	background-repeat: no-repeat;
}

#ecolabel {
	background-image: url('../think/images/00-thinklabels-infographic-thumb.jpg');
	background-size: cover;
	background-repeat: no-repeat;
}

#common {
	background-image: url('../commonground/images/00-commonground-printdesign-thumb.jpg');
	background-size: cover;
	background-repeat: no-repeat;
}

#heightofland {
	background-image: url('../heightofland/images/00-heightofland-printdesign-thumb.jpg');
	background-size: cover;
	background-repeat: no-repeat;
}

#soogood {
	background-image: url('../soogood/images/00-soogood-branding-thumb.jpg');
	background-size: cover;
	background-repeat: no-repeat;
}

#mckay {
	background-image: url('../donaldmckay/images/00-donaldmckayk8-branding-thumb.jpg');
	background-size: cover;
	background-repeat: no-repeat;
}

#chowtv {
	background-image: url('../chowtv/images/00-chowtv-branding-thumb.jpg');
	background-size: cover;
	background-repeat: no-repeat;
}

.portLogo {
	width: 200px;
}

.grid-sizer {
	width: 25%;
	display: none;
}

.bodyContent {
	width: 80%;
	max-width: 750px;
	margin: 42px auto 42px auto;
	font-family: "merriweather",serif;
	font-size: 1em;
	line-height: 1.8em;
	font-weight: 300;
	color: rgba(40,40,40,1.0);
}

.bodyContent img {
	margin: 16px 0 0 0;
}

.bodyContent p {
	margin: 16px 0 16px 0;
}

.bodyContent p a {
	color: rgba(86,167,162,1.0);
	text-decoration: none;
	-webkit-transition: all 0.8s;
    -moz-transition: all 0.8s;
    -ms-transition: all 0.8s;
    -o-transition: all 0.8s;
    transition: all 0.8s;
}

.bodyContent p a:hover {
	color: rgba(40,40,40,1.0);
	-webkit-transition: all 0.8s;
    -moz-transition: all 0.8s;
    -ms-transition: all 0.8s;
    -o-transition: all 0.8s;
    transition: all 0.8s;
}

.headerTitle {

	position: absolute;
	top: 50%;
  	left: 50%;
  	-ms-transform: translate(-50%, -50%);
  	-webkit-transform: translate(-50%, -50%);
  	transform: translate(-50%, -50%);
	width: 20%;
	display: block;
	z-index: 999;
	opacity: 1.0;
}

.facade-minimal {
	padding: 57px 0 0;
}



footer {
	width: 100%;
	height: 100px;
	margin-top: 90px;
	display: block;
	/*background-color: rgba(140,140,140,1.0);*/
	position: relative;
	float: left;
}

.footer {
	width: 85%;
	color: rgba(86,167,162,1.0);
	margin: 0 auto 0 auto;
	font-family: "merriweather",serif;
	font-size: 1em;
	font-style: italic;
	font-weight: 300;
}

#copyright {
	font-size: 0.8em;
}

#topAnchor {
	font-family: "brandon-grotesque", sans-serif;
	text-transform: lowercase;
	font-size: 1.25em;
	font-style: normal;
	font-weight: 600;
	margin-bottom: 40px;
	display: block;
	position: relative;
}

#topAnchor a {
	position: absolute;
	text-decoration: none;
	top: -40px;
	right: 0;
}

.fa-hand-o-up {
	position: relative;
	bottom: 0px;
	-webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    -ms-transition: all 0.2s;
    -o-transition: all 0.2s;
    transition: all 0.2s;
}

#topAnchor a:hover > i {
	bottom: 3px;
	-webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    -ms-transition: all 0.2s;
    -o-transition: all 0.2s;
    transition: all 0.2s;
}

.footer ul {
	padding-top: 18px;
	border-top: 1px solid rgba(86,167,162,1.0);
}

.footer li {
	display: inline-block;
	vertical-align: middle;
}

.footer a {
	color: rgba(86,167,162,1.0);
}

.footerIcons {
	font-size: 1.3em;
	color: #fff;
	width: 32px;
	margin: 0 0 0 10px;
	display: block;
	position: relative;
	text-align: center;
	float: right;
}

.footerIcons a {
	position: relative;
	bottom: 0px;
	-webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    -ms-transition: all 0.2s;
    -o-transition: all 0.2s;
    transition: all 0.2s;
}

.footerIcons a:hover {
	bottom: 3px;
	-webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    -ms-transition: all 0.2s;
    -o-transition: all 0.2s;
    transition: all 0.2s;
}


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

.item.w2 {
	width: 65%;
}

.item {
	width: 31%;
}

.item:before {
	content: "";
	display: block;
	padding-top: 100%;
}


}

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

.item.w2 {
	width: 96%;
}

.item {
	width: 46%;
	margin: 2%;
}

.item:before {
	content: "";
	display: block;
	padding-top: 100%;
}

}

@media screen and (max-width: 640px) {
	h2 {
	display: none;
}

nav ul {
	width: 90%;
	height: 90px;
}

.logo {
	height: 60px;
}

nav ul li {
	width: 50%;

}

.navIcons {
	width: 23%;
}

.fa.fa-pencil {
	font-size: 1.75em;
	margin-top: 3px;
}

.fa.fa-files-o {
	font-size: 1.75em;
	left: 0px;
	margin-top: 3px;
}

header {
	width: 100%;
	height: 95px;

}

#headAnchor {
	height: 95px;
	display: block;
}



h4 {
	font-size: 1em;
	font-weight: 600;
	letter-spacing: 0.02em;
	color: rgba(255,255,255,1.0);
	border-bottom: 2px rgba(255,255,255,1.0) solid;
	padding-bottom: 15px;
	padding-right: 15px;
	text-rendering: optimizeLegibility;
	z-index: 9999;
}

.content p {
	font-size: 0.7em;
	line-height: 1.5em;
}

.bodyContent {
	font-size: 0.875em;
	line-height: 1.8em;
}

.footer li {
	display: inline-block;
}

.footerIcons {
	margin-top: 5px;
	float: right;
}

#copyright {
	display: none;
}

#noLeft {
	margin-left: 0px;
}

footer {
	height: 120px;
}

}

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


#banner img {
	width: auto;
	height: 216px;
	margin-left: -160px
}

}