/* #Reset & Basics (Inspired by E. Meyers)
================================================== */
	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; }
	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; }


/* #Basic Styles
================================================== */
html{
 	height: 100%;
}

body {
	width: 100%;
	font: 14px/21px 'Lato', sans-serif, Helvetica, Arial, sans-serif;
	-webkit-font-smoothing: antialiased; /* Fix for webkit rendering */
	-webkit-text-size-adjust: 100%;
	height: 100%;
 }

section{
	display: block;
}
section.project{
	padding-top: 85px;
	color: #FFF;
	text-align: center;
}
#contact{
	background: #FFF;
	text-align: center;
	padding: 100px;
}

#contact a{
	font-weight: bold;
	font-size: 13px;
}

#contact a:not(:last-child){
	padding-right: 10px;
}

#welcome{
	background: url('../images/bg.png') no-repeat center center fixed; 
	height: 500px;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}
.overlay {
	width: 100%;
	height: 100%;
	background-color: rgba(255,255,255, .96);
	z-index: 100;
}
.whiteout {
	width: 100%;
	height: 100%;
	background-color: rgba(255,255,255, 0.55);
	display: none;
	position: absolute;
	top: 0;
	z-index: 0;
}

#name { 
	margin: 150px 0 60px;
	font-family: 'Montserrat', Helvetica, Arial, sans-serif;
	color: #444;
}

.browser, .phone{
	margin-top: 75px;
	margin-bottom: 30px;
	overflow: hidden;
	position: relative;
	/*height: 450px;*/
	display: block;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}

.toolbar{
	background: #e5ebf0;
	height: 25px;
	font-weight: bold;
	color: #b9c2ca;
	text-align: left;
	padding-left: 10px;
	font-size: 24px;
	-webkit-border-top-left-radius: 3px;
	-webkit-border-top-right-radius: 3px;
	-moz-border-radius-topleft: 3px;
	-moz-border-radius-topright: 3px;
	border-top-left-radius: 3px;
	border-top-right-radius: 3px;
}
.phone{
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	border-radius: 20px;
}
.phonetop{
	text-align: center;
	background: #FFF;
}

.phonebottom{
	text-align: center;
	-webkit-border-top-left-radius: 0px;
	-webkit-border-top-right-radius: 0px;
	-moz-border-radius-topleft: 0px;
	-moz-border-radius-topright: 0px;
	border-top-left-radius: 0px;
	border-top-right-radius: 0px;
	margin-top: -6px;
	margin-top: -5px;
	height: 35px;
	line-height: 32px;
	background: #FFF;
	border-top: 1px solid #F0F0EE;
}

#sfdc{
	background: #2A94D6;
}

/*#sfdc .browser{
	background: #293f54 url('../images/cloud.png') center 100px no-repeat;
	background-size: 33%;
}*/

#topsecret{
	margin-top: 40%;
	color: #FFF;
}
#topsecret a{
	color: #FFF;
	font-weight: bold;
}

#do{
	background: #414547;
}

.pointer{
	cursor: pointer;
}

.browser img{
	width: 100%;
	display: inherit;
}
.browser:hover .project-overlay, .browser:hover .whiteout{
	display: block;
}

.project-overlay{
	display: none;
	padding: 20px;
	background-color: rgba(0,0,0,.70);
	position: absolute;
 	left: 50%;
 	top: 50%;
 	transform: translate(-50%, -50%);
 	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}

#atndr{
	background: #50bdc0;
}

#atndr .role a{
	color: #FFF;
	text-decoration: underline;
}

#atndr .browser{
	/*background-size: 300px ;*/
}

#qrately{
	background: #2f9ed5;
	padding-bottom: 60px;
}
#qrately .date{
	font-style: oblique;
}

#qrately .toolbar{
	border-bottom: 1px solid #dbdfe2;
}

#contact ul li{
	display: inline;
	padding: 10px;
}

/* #Typography
================================================== */
	h1, h2, h3, h4, h5, h6 {
		color: #181818;
		font-weight: 700; }
	h1 a, h2 a, h3 a, h4 a, h5 a, h6 a { font-weight: inherit; }
	h1 { font-size: 55px; line-height: 50px; margin-bottom: 14px; color: #383a3b;}
	h2 { font-size: 35px; line-height: 40px; margin-bottom: 10px; }
	h3 { font-size: 28px; line-height: 34px; margin-bottom: 8px; }
	h4 { font-size: 21px; line-height: 30px; margin-bottom: 4px; }
	h5 { font-size: 17px; line-height: 24px; }
	h6 { font-size: 14px; line-height: 21px; }

	p.description{
		padding-top: 60px;
		color: #FFF;
		font-size: 22px;
		line-height: 30px;
	}

	span.view-project{
		color: #FFFFFF;
		font-size: 13px;
		text-transform: uppercase;
		font-weight: bold;
	}
	span.view-project a{
		color: #FFF;
		font-weight: bold;
		text-decoration: none;
	}

	h2.title{
		font-size: 50px;
		color: #FFF;
		font-family: 'Montserrat', Helvetica, Arial, sans-serif;
		font-weight: 400;
	}

	h2.title a{
		color: #FFF;
		text-decoration: none;
	}
	h2.title a:hover{
		text-decoration: underline;
	}

	h3.role{
		font-size: 13px;
		color: #FFF;
		padding-top: 15px;
		text-transform: uppercase;
		margin: 0px;
		line-height: auto;
		line-height: 21px;
		font-weight: 300;
	}

	h4.date{
		font-size: 14px;
		color: rgba(255,255,255,.5);
		line-height: 21px;
	}



	.subheader { color: #777; }

	p { color: #4d4d4d; margin: 0 0 15px 0; font-size: 18px; font-weight: 400; line-height:22px;}
	p img { margin: 0; }
	p.lead { font-size: 21px; line-height: 27px; color: #777;  }

	em { font-style: italic; }
	strong { font-weight: bold; color: #333; }
	small { font-size: 80%; }

	hr { border: solid #ddd; border-width: 1px 0 0; clear: both; margin: 10px 0 30px; height: 0; }


/* #Links
================================================== */
	a, a:visited { color: #000; text-decoration: none; outline: 0; font-weight: normal;}
	a:hover, a:focus { text-decoration: underline;}
	p a, p a:visited { line-height: inherit; }
	
	a.qrately{color:#009ade;}
	a.atndr{color:#50bdc0;}
	a.sf{color:#d80000;}
	a.dribbble{color:#ff008a;}
	a.linkedin{color:#0077b5;}
	a.twitter{color:#0084b4;}
	a.soundcloud{color:#ff6600;}
	a.email, a.home{color:#009ade;}

	#back{
		position: absolute;
		color: #FFF;
		padding: 20px;
		font-size: 17px;
	}

/* #Images
================================================== */

	img.scale-with-grid {
		max-width: 100%;
		height: auto; }

/* #Misc
================================================== */
	.remove-bottom { margin-bottom: 0 !important; }
	.half-bottom { margin-bottom: 10px !important; }
	.add-bottom { margin-bottom: 20px !important; }