@charset "UTF-8";
/* Global Styles */
/* Teo Connor Studio */
/* Author www.pumkin.co.uk */


/* 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;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
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;
}


/* text */

@font-face {
    font-family: 'Apercu';
    src: url('fonts/apercu_regular-webfont.eot');
    src: url('fonts/apercu_regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/apercu_regular-webfont.woff') format('woff'),
         url('fonts/apercu_regular-webfont.ttf') format('truetype'),
         url('fonts/apercu_regular-webfont.svg#ApercuRegular') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'ApercuBold';
    src: url('fonts/apercu_bold-webfont.eot');
    src: url('fonts/apercu_bold-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/apercu_bold-webfont.woff') format('woff'),
         url('fonts/apercu_bold-webfont.ttf') format('truetype'),
         url('fonts/apercu_bold-webfont.svg#ApercuBold') format('svg');
    font-weight: normal;
    font-style: normal;
}

body {
	font-family:Apercu, Arial, Helvetica, sans-serif;
	font-size:18px;
	line-height:20px;
	letter-spacing:normal;
	-webkit-font-smoothing:antialiased;
}

h1, h2, h3 {
	font-weight:normal;
	letter-spacing:0;
}

h4, h5, h6 {
	font-weight:normal;
}

h2, h3 {
	font-size:18px;
}

h1 {
	font-size:30px;
	line-height:36px;
	margin-bottom:26px;
}

h2 {
	line-height:22px;
}

h3 {
	line-height:20px;
}

h4 {
	font-size:14px;
	line-height:16px;
}

strong, b {
	font-family:ApercuBold, Arial, Helvetica, sans-serif;
	font-weight:normal;
}

p {
	margin-bottom:17px;	
}

em {
	
}

ul {
	
}

a {
	text-decoration:none;
	cursor:pointer;
}

a.current, a:hover {

}

.text.small {
	font-size: 12px;
	line-height: 15px;
	letter-spacing:0;
}

.text.large {
	font-size: 26px;
	line-height:32px;
}

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

	.text.large {
		font-size: 24px;
		line-height:30px;
	}
}

nav {
	font-size:18px;
	line-height:20px;
}

/* General classes */

.hide, .fasthide {
	-webkit-transition-property: opacity;
    -webkit-transition-duration: 0.7s;
	-moz-transition-property: opacity;
    -moz-transition-duration: 0.7s;
	opacity:0;
}

.show {
	-webkit-transition-property: opacity;
    -webkit-transition-duration: 0.7s;
	-moz-transition-property: opacity;
    -moz-transition-duration: 0.7s;
	opacity:1;	
}

.fastshow {
	-webkit-transition-property: opacity;
    -webkit-transition-duration: 0.2s;
	-moz-transition-property: opacity;
    -moz-transition-duration: 0.5s;
	opacity:1;	
}

.button {
	cursor:pointer;	
}

.inline-block {
	display:inline-block;
	vertical-align:top;
}

.align-bottom {
	vertical-align:bottom !important;	
}

.storey {
	clear:both;
	width:100%;
}

.full-height {
	height:100%;
}

.last {
	margin-right:0 !important;	
}

.no-margin {
	margin:0 0 0 0 !important;
}

.no-pad {
	padding:0 0 0 0 !important;	
}

.spacer {
	width:20px;
	height:20px;
}


/* colours */

body, a {
	color:#111;
}

.white-bg {	
	background:#fff;
	color:#111;
}

.black-bg {
	background:#111;
	color:#fff;
}

.black-bg a {
	color:#fff;	
}

.black-bg a:hover {
	color:#ccc;	
}

.beige { background:#EFE9E5;	}
.pink { background:#EF8E9C; }
.peach { background:#F4AC84;	}
.green { background:#4EB046;	}
.yellow { background:#FBD300; }
.blue { background:#58C2D3; }
.royal-blue { background:#4B79C0; }
.grey { background:#BAB1A6; }

.pink-text { color:#EF8E9C; }

.text a { margin-bottom: 5px; line-height: 22px; background:none; display:inline-block; }

.text a.beige 		{ border-bottom: 2px solid #EFE9E5; }
.text a.pink 		{ border-bottom: 2px solid #EF8E9C; }
.text a.peach		{ border-bottom: 2px solid #F4AC84; }
.text a.green 		{ border-bottom: 2px solid #4EB046; }
.text a.yellow 		{ border-bottom: 2px solid #FBD300; }
.text a.blue 		{ border-bottom: 2px solid #58C2D3; }
.text a.royal-blue 	{ border-bottom: 2px solid #4B79C0; }
.text a.grey		{ border-bottom: 2px solid #BAB1A6; }

.text a.beige:hover 		{ color:#EFE9E5; }
.text a.pink:hover 			{ color:#EF8E9C; }
.text a.peach:hover 		{ color:#F4AC84; }
.text a.green:hover 		{ color:#4EB046; }
.text a.yellow:hover 		{ color:#FBD300; }
.text a.blue:hover 			{ color:#58C2D3; }
.text a.royal-blue:hover 	{ color:#4B79C0; }
.text a.grey:hover 			{ color:#BAB1A6; }

/* Common Layout elements */

body { 
	margin:20px;
}

header {
	position:fixed;
	top:0;
	left:0;
	min-height:55px;
	width:100%;
	z-index:100;
	overflow:visible;
}

header h2 {
	/*position:absolute;*/
	display: inline-block;
	min-width:420px;
	margin:15px 0 0 30px;
	/*left:20px;*/
	/*top:0;*/
}

@media all and (min-width: 1022px) {

	header h2 {
		min-width:420px;
	}
}

nav {
	position:relative;
	display: inline-block;
	vertical-align: top;
	max-width:540px;
	/*left:486px;*/
	margin: 6px 15px 0 15px;
	padding-bottom: 10px;
}

nav>ul {
	/*position:absolute;*/
	right:0;
	top:0;
}

nav>ul>li {
	margin:0 0 0 4px;
	padding:10px;
}

nav li#social-icons {
	margin:0 0 0 4px;
	padding:10px 0 0 0;
}

nav li#social-icons li {
	margin:1px 0 0 8px;	
}

nav li#social-icons img {
	max-width: 17px;
}

#work {	/* This style modified on per-section basis */
	width: 100%;
	/*min-width: 280px;*/
	max-width: 986px;
	margin-top: 180px;	
}

@media all and (min-width: 375px) {

	#work {	/* This style modified on per-section basis */
		margin-top:140px;	
	}
}

@media all and (min-width: 570px) {

	#work {	/* This style modified on per-section basis */
		margin-top:90px;	
	}
}

@media all and (min-width: 1022px) {

	#work {	/* This style modified on per-section basis */
		margin-top:55px;	
	}
}

/*@media all and (min-height: 1200px) {
	
	header { height:90px; }
	header h2 { margin:30px 0 0 10px; }
	nav { top:20px; }
	#work { margin-top:90px; }	
	
}*/