/*--------------------------------------------------------------
GENERAL
--------------------------------------------------------------*/

html {
	background-color: #fff;
}

body {
	margin: 0 auto;
	width: 100%;
	font-family: "MaisonNeue-Light", -apple-system, system-ui, BlinkMacSystemFont, "Segoe UI", Roboto, "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 16px;
	background-color: #fff;
	font-weight: 400;
}

img, video {
	width: 100%;
}

blockquote {
	-webkit-margin-before: 0;
		-moz-margin-before: 0;
	     margin-block-start: 0;
	-webkit-margin-after: 0;
		-moz-margin-after: 0;
	    margin-block-end: 0;
	-webkit-margin-start: 0;
		-moz-margin-start: 0;
	    margin-inline-start: 0;
	-webkit-margin-end: 0;
		-moz-margin-end: 0;
	    margin-inline-end: 0;
}


@keyframes fadein {
  from {
    opacity: 0;
  }

  to {
    opacity: 100;
  }
}

.current-year::before {
    content: attr(data-current-year);
}

/*--------------------------------------------------------------
GENERAL TYPOGRAPHY
--------------------------------------------------------------*/




@font-face {
	font-family:"MaisonNeue-Light";
	font-display: block;
	src:url(./fonts/MaisonNeueWEB-Light.woff) format('woff')}


h1, h2, h3, h4, h5, h6, p {
	font-family: "MaisonNeue-Light", -apple-system, system-ui, BlinkMacSystemFont, "Segoe UI", Roboto, "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-style: normal;
	text-rendering: optimizeLegibility;
	font-weight: 400;
	}

::selection { background: #E6E7E8; }
::-moz-selection { background: #E6E7E8; }


h1 {
	font-size: 60px;
	line-height: 66px;
	letter-spacing: -0.05em;
	margin: 0;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	}

h2 {
	font-size: 20px;
	line-height: 24px;
	letter-spacing: -0.035em;
	margin: 0 0 10px 0;
	}

h3 {
	font-size: 35px;
	line-height: 45px;
	letter-spacing: -0.042em;
	margin: 0;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	}

h4 {
	font-size: 11px;
	text-transform: uppercase;
	letter-spacing: 0.05em;
	}

h4 span.tucked {
	color: #fff;
	}

a {
	color: #222;
	text-decoration: none;
	}

p a {
  	background: -webkit-gradient(linear, left top, left bottom, from(#222), to(#222));
		background: -o-linear-gradient(#222 0%, #222 100%);
  background: linear-gradient(#222 0%, #222 100%);
 	background-position: 0 100%;
	background-repeat: repeat-x;
	background-size: 1px 1px;
	color: #222;
	text-decoration: none;
	-webkit-transition: all .1s ease;
		-moz-transition: all .1s ease;
		-o-transition: all .1s ease;
		transition: all .1s ease;
	}	

p a:hover {
	background-size: 100% 100%;
	color: #fff;
	}

a.noline {
	background-size: 0 0;
	}

a.noline:hover {
	background-size: 100% 100%;
	color: #fff;
	}

.welcome h1 {
	padding-bottom: 1em;
	font-size: 31px;
  	line-height: 40px;
  	letter-spacing: -0.042em;
  	margin: 0;
  	-webkit-font-smoothing: antialiased;
  	-moz-osx-font-smoothing: grayscale;
	}

.welcome h1:last-child {
	padding-bottom: 0;
	}

.welcome h4 { 
	padding-bottom: 7%; 
	}

h4#brand-definition, h4#selected-work {
	border-bottom: 1px solid #c5c5c5;
	margin: 0;
	padding-bottom: 10px;
	}

.project-link {
	margin-top: 10px;
	padding-bottom: 10px;
	border-bottom: 1px solid #c5c5c5;
	display: block;
	}

.project-link h1 {
	font-size: 50px;
	line-height: 80px;
	letter-spacing: -0.06em;
	}

.project-link a {
	display: block;
	}

.project-link a:hover, .project-link a:active, .project-link a:focus {
 	 background: url("../imgs/bg-stripe.gif") repeat;
	}

.quarters p {
	font-size: 14px;
	line-height: 22px;
	margin: 0 0 15px 0;
	color: #757571;
	}

.quarters h2 {
	padding-top: 30px;
	}

.blogpost {
	border-bottom: 1px solid #c5c5c5;
	margin-top: 15px;
	}

.blogpost:first-child {
	margin-top: 0;
	}

.blogpost:last-child {
	border-bottom: none;
	}

h1.project-title {
	font-size: 55px;
	line-height: 58px;
	margin-top: 5px;
	margin-bottom: 15px;
	letter-spacing: -0.05em;
	}

p.large {
	font-size: 17px;
	line-height: 28px;
	color: #222;
	margin-top: 5px;
	letter-spacing: -0.0125em;
	}

p.large a.goto {
	letter-spacing: -0.0175em;
	-webkit-font-smoothing: auto;
  	-moz-osx-font-smoothing: unset;
}

p.extralarge {
	font-size: 20px;
	line-height: 34px;
	color: #222;
	margin-top: 5px;
	letter-spacing: -0.025em;
	-webkit-font-smoothing: antialiased;
  	-moz-osx-font-smoothing: grayscale;	
	}

p.photocredit {
	position: absolute;
	-webkit-transform: rotate(-90deg) translate(100%);
		-moz-transform: rotate(-90deg) translate(100%);
	    -o-transform: rotate(-90deg) translate(100%);
	    -ms-transform: rotate(-90deg) translate(100%);
	    transform: rotate(-90deg) translate(100%);
	-webkit-transform-origin: bottom right;
		-moz-transform-origin: bottom right;
	    -o-transform-origin: bottom right;
	    -ms-transform-origin: bottom right;
	    transform-origin: bottom right;
	font-size: 11px;
	line-height: 11px;
	bottom: 3px;
	right: 9px;
	opacity: 0.6;
	color: #222;
	}

p.photocredit a:hover {
	background-size: 0 0;
	color: #000;
	}

p.photocredit.ondark, p.photocredit.ondark a, p.photocredit.ondark a:hover {
	color: #fff;
	} 

span.one {
	font-feature-settings: 'tnum' on, 'lnum' on;
}


/*--------------------------------------------------------------
MARQUEE
--------------------------------------------------------------*/

.marquee {
	position: relative;
	overflow: hidden;
}
.outer {
	transform: rotate(-13deg);
	position: relative;
}

ul.sketchbook {
	animation: ulmove 20s linear infinite alternate;
  width: 1900px;
	position: absolute;
	margin-top: 24%;
	margin-left: -50px;
	background: #222;
}

ul.sketchbook li {
	display: inline;
	text-transform: uppercase;
	font-size: 11px;
	line-height: 24px;
	margin: 0;
	padding: 0;
}

ul.sketchbook li a {
	color: #fff;
	text-decoration: none;
  transition: all .65s ease-in-out;
	-moz-transition: all .65s ease-in-out;
}

ul.sketchbook li a:hover {
	  animation: colourful .65s infinite;
}

@keyframes colourful {
  0%, 100% { color: rgb(255, 0, 0); }
  17%      { color: rgb(255, 0, 255); }
  33%      { color: rgb(0, 0, 255); }
  50%      { color: rgb(0, 255, 255); }
  66%      { color: rgb(0, 255, 0); }
  83%      { color: rgb(255, 255, 0); }
}


ul.sketchbook li:after {
	content: url("data:image/svg+xml,%3Csvg width='9' height='8' viewBox='0 0 9 8' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M0 6.38464C0 6.72132 0.275304 7 0.611084 7H8.12048C8.45626 7 8.73254 6.72132 8.73254 6.38464V0.61194C8.73254 0.27347 8.45626 0 8.12048 0H0.611084C0.275304 0 0 0.27347 0 0.61194V6.38464Z' fill='white'/%3E%3C/svg%3E%0A");
	margin-left: 10px;
	margin-right: 7px;
	}


@keyframes ulmove {
  from {
    left: 0px;
  }
  to {
    left: -1550px;
  }
}


/*--------------------------------------------------------------
GRIDS & POSITIONING
--------------------------------------------------------------*/
.images.banner {
	margin: 6%;
	/*max-width: 1300px;*/
	}

.welcome {
	margin: 6% 6% 0 6%;
	padding-bottom: 0;
	max-width: 750px;
	/*animation: fadein 1s ease-in;*/
	}

.quarters {
	margin: 0 6%;
	max-width: 1500px;	
		display: -ms-grid;	
	display: grid;
		-ms-grid-columns: 1fr 3.5% 1fr 3.5% 1fr 3.5% 1fr;
	grid-template-columns: repeat(4, 1fr);
	grid-gap: 3.5%;
	}

.quarters div:first-child {
	-ms-grid-column: 1;
	}

.quarters div:nth-child(2) {
	-ms-grid-column: 3;
	}

.quarters div:nth-child(3) {
	-ms-grid-column: 5;
	}	
.quarters div:last-child {
	-ms-grid-column: 7;
	}	

.full-col {
	padding: 6%;
	}

.case-studies {
	padding-top: 3%;
	padding-bottom: 8%;
	}

.full-browser {
	padding: 0;
	max-width: 100%;
	}

.full-36 {
	padding: 6%;
		display: -ms-grid;
	display: grid;
		-ms-grid-columns: 1.25% 1fr 1.25% 1fr 1.25% 1fr 1.25% 1fr 1.25% 1fr 1.25% 1fr 1.25% 1fr 1.25% 1fr 1.25% 1fr 1.25% 1fr 1.25% 1fr 1.25% 1fr 1.25% 1fr 1.25% 1fr 1.25% 1fr 1.25% 1fr 1.25% 1fr 1.25% 1fr 1.25% 1fr 1.25% 1fr 1.25% 1fr 1.25% 1fr 1.25% 1fr 1.25% 1fr 1.25% 1fr 1.25% 1fr 1.25% 1fr 1.25% 1fr 1.25% 1fr 1.25% 1fr 1.25% 1fr 1.25% 1fr 1.25% 1fr 1.25% 1fr 1.25% 1fr 1.25% 1fr 1.25%;
	grid-template-columns: [start] repeat(36, 1fr) [end];
	grid-gap: 1.25%;
	}



.two-three {
	padding: 0 6% 5% 6%;
	max-width: 1500px;	
		display: -ms-grid;	
	display: grid;
		-ms-grid-columns: 1fr 2.5% 1fr 2.5% 1fr 2.5% 1fr 2.5% 1fr;
	grid-template-columns: repeat(5, 1fr);
	grid-gap: 2.5%;
	}

.two-three div:first-child {
		-ms-grid-column: 1;
		-ms-grid-column-span: 3;
	grid-column: 1 / span 2;
	margin-right: 3%;
	}

.two-three div:last-child {
		-ms-grid-column: 5;
		-ms-grid-column-span: 5;
	grid-column: 3 / span 3;
	margin-right: 6%;
	}

.description {
	padding: 0 30% 6% 6%;
	max-width: 800px;	
	}

.web-video {
	max-width: 100%;
	padding: 6% 6%;
	margin: 0 auto;
	}

.web-video video  {
	-webkit-box-shadow: 0 0 20px 0 rgba(0,0,0,0.10);
	-moz-box-shadow: 0 0 20px 0 rgba(0,0,0,0.10);
	box-shadow: 0 0 20px 0 rgba(0,0,0,0.10);
	background: transparent;
	}

.reel {
	padding-top: 5%;
	padding-bottom: 1%;
}

.top {
	padding: 6% 6% 1.5% 6%;
	}


/*--------------------------------------------------------------
NAV + FOOTERS
--------------------------------------------------------------*/

.return {
	margin: 6% 6% 0 6%;
	padding-bottom: 6%
	}

.back {
	width: 17px;
	margin: -2px 4px 0 0;
	}

a.goback {
	-webkit-transition: all .1s ease;
	-moz-transition: all .1s ease;
	-o-transition: all .1s ease;
	transition: all .1s ease;
	}

a.goback:hover {
	margin-left: -20px;
	}

.full-36.prevnext {
	padding-top: 3.5%;
	padding-bottom: 6%;
	}

.prev {
		-ms-grid-column: 1;
		-ms-grid-column-span: 36;
	grid-column: 1 / span 18;
	}

.next {
		-ms-grid-column: 37;
		-ms-grid-column-span: 36;
	grid-column: 19 / end;
	text-align: right;
	}

.prevnext p {
	font-size: 14px;
	margin-bottom: 30px;
	}

.prevnext a {
	position: relative;
	text-decoration: none;
	color: #222;
	background: -webkit-linear-gradient(to top, #222 5px, #222 5px, transparent 0%, transparent 0%) no-repeat;
	background: -o-linear-gradient(bottom, #222 5px, #222 5px, transparent 0%, transparent 0%) no-repeat;
	background: linear-gradient(to top, #222 5px, #222 5px, transparent 0%, transparent 0%) no-repeat;
	background-size: 0 100%;
	background-position: 0 -6px ;
	-webkit-transition: background-size .2s;
		-moz-transition: background-size .2s;
		-o-transition: background-size .2s;
		transition: background-size .2s;
	font-size: 60px;
	line-height: 66px;
	letter-spacing: -0.05em;
	margin: 0;
	-webkit-font-smoothing: antialiased;
  	-moz-osx-font-smoothing: grayscale;	
	}			

.prevnext a:hover {
	background-size: 100% 100%;
	}	

.inverted {
	background-color: #000;
	}

.inverted.prevnext p {
	color: #fff;
	}	

.inverted.prevnext a {
	position: relative;
	text-decoration: none;
	color: #fff;
	background: -webkit-linear-gradient(to top, #fff 5px, #fff 5px, transparent 0%, transparent 0%) no-repeat;
	background: -o-linear-gradient(bottom, #fff 5px, #fff 5px, transparent 0%, transparent 0%) no-repeat;
	background: linear-gradient(to top, #fff 5px, #fff 5px, transparent 0%, transparent 0%) no-repeat;
	background-size: 0 100%;
	background-position: 0 -6px ;
	-webkit-transition: background-size .2s;
		-moz-transition: background-size .2s;
		-o-transition: background-size .2s;
		transition: background-size .2s;
	font-size: 60px;
	line-height: 66px;
	letter-spacing: -0.05em;
	margin: 0;
	-webkit-font-smoothing: antialiased;
  	-moz-osx-font-smoothing: grayscale;	
	}

.inverted.prevnext a:hover {
	background-size: 100% 100%;
	}		


footer {
		display: -ms-grid;
	display: grid;
		-ms-grid-columns: 1fr 3.5% 1fr 3.5% 1fr 3.5% 1fr;
	grid-template-columns: repeat(4, 1fr);
	grid-gap: 3.5%;
	padding: 100px 6% 4% 6%;
	background: #fff;
	}

footer p {
	padding: 0;
	margin: 0;
	font-size: 12px;
	line-height: 20px;
	}

footer img {
	width: 150px;
	height: 30px;	
	}

footer .logo {
		-ms-grid-column: 1;
		-ms-grid-column-span: 1;
	grid-column: 1 / span 1;
	margin-left: -0.2em;
	}

footer.main {
	max-width: 1500px;
	}

footer.main img {
	margin-top: 5px;
	}

footer.main .copyright {
		-ms-grid-column: 5;
		-ms-grid-column-span: 3;
	grid-column: 3 / span 2;
	text-align: left;
	margin-top: 0;
	padding-top: 0;
	}

footer.slim .copyright {
		-ms-grid-column: 3;
		-ms-grid-column-span: 5;
	grid-column: 2 / span 3;
	margin-top: 15px;
	text-align: right;
	}

footer.ondark, footer.ond {
	color: #c5c5c5;
	background: #000;
	}	

footer.ondark a {
	color: #c5c5c5;
	background: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#fff));
	background: -o-linear-gradient(#fff 0%, #fff 100%);
	background: linear-gradient(#fff 0%, #fff 100%);
	background-position: 0 100%;
	background-repeat: repeat-x;
	background-size: 0px 0px;
  	text-decoration: none;
	}

footer.ondark a:hover {
	background-size: 100% 100%;
	color: #222;
	}

footer .logo a:hover {
	background: none;
	background-size: 0 0;
	}



/*--------------------------------------------------------------
BLOCKQUOTE GENERAL
--------------------------------------------------------------*/


blockquote {
	padding: 3% 1% 4% 5%;
	margin: 6% auto 8% auto;
	border-left: 1px solid #222;
	width: 68%;
	max-width: 880px;
	position: relative;
	}

blockquote h3 {
	font-size: 32px;
	line-height: 45px;
	letter-spacing: -0.035em;
	margin-bottom: 24px;
	-webkit-font-smoothing: antialiased;
  	-moz-osx-font-smoothing: grayscale;	
}

blockquote h3:first-child {
	text-indent: -.44em;
}

.clientinfo {
	margin-top: 2%;
	position: relative;
	display: inline-block;	
	height: 90px;
}

.clientinfo p {
	font-size: 17px;
	line-height: 23px;
	color: #222;
	letter-spacing: -0.0125em;
	padding-left: 120px;
	margin-top: 10px;
	-webkit-font-smoothing: antialiased;
  	-moz-osx-font-smoothing: grayscale;	
}

.clientinfo img {
	border-radius: 50% 50%;
	width: 90px;
	max-width: 90px;
	position: absolute;
	}





/* ====== HIDE ME ===== */

@media only screen and (min-width: 639px) and (max-width: 10000px) {
	.hide-200to639 {
		display: none !important;
	}
}

@media only screen and (min-width: 600px) and (max-width: 10000px) {
	.show-200to599 {
		display: none !important;
	}
}

@media only screen and (min-width: 850px) and (max-width: 1104px) {
	.hide-850to1100 {
		display: none !important;
	}
}

@media only screen and (min-width: 0px) and (max-width: 679px) {
	.hide-below679 {
		display: none !important;
	}
}
@media only screen and (min-width: 600px) and (max-width: 690px) {
	.project-link span.hideme {
		display: none !important;
	}
}
@media only screen and (min-width: 600px) and (max-width: 680px) {
	.project-link span {
		display: none !important;
	}
}
@media only screen and (min-width: 200px) and (max-width: 739px) {
	.hide-200to739 {
		display: none !important;
	}
}
@media only screen and (min-width: 200px) and (max-width: 639px) {
	.hide-200to639 {
		display: none !important;
	}
	.show-200to639 {
		display: inline-block !important;
	}
}
@media only screen and (min-width: 200px) and (max-width: 599px) {
	.hide-200to599 {
		display: none !important;
	}
	.show-200to599 {
		display: inline-block !important;
	}
}

@media only screen and (min-width: 200px) and (max-width: 405px) {
	.project-link span {
		display: none !important;
	}
	.hide-200to405 {
		display: none !important;
	}
}

@media only screen and (min-width: 250px) and (max-width: 439px) {
	.project-link span.hideme {
		display: none !important;
	}

}
@media only screen and (min-width: 200px) and (max-width: 459px) {
	.hide-200to459 {
		display: none !important;
	}
}
@media only screen and (min-width: 200px) and (max-width: 335px) {
	.hide-200to335 {
		display: none !important;
	}
}



/* ====== NAV + FOOTERS ===== */

@media only screen and (min-width: 1105px) and (max-width: 1200px) {
	footer.main .copyright {
		margin-left: -0.25%;
	}
}
@media only screen and (min-width: 850px) and (max-width: 1104px) {
	footer.main, footer.slim {
			display: -ms-grid;
		display: grid;
			-ms-grid-columns: 1fr 3.5% 1fr 3.5% 1fr;
		grid-template-columns: repeat(3, 1fr);
		padding: 100px 6% 1.5% 6%;
	}

	footer.main .copyright {
			-ms-grid-column: 3;
			-ms-grid-column-span: 3;
		grid-column: 2 / span 2;
		margin-left: 0.25%;
	}

	footer img {
		padding-bottom: 35px;
	}

}
@media only screen and (min-width: 600px) and (max-width: 849px) {
	.return {
		margin: 6% 6% 0 6%;
		padding-bottom: 6%
	}
	footer {
		display: block;
		padding: 100px 6% 6% 6%;
		margin: 0;
	}
	footer img {
		padding-bottom: 35px;
	}
	footer.slim img {
		padding-bottom: 15px;
	}
	footer.slim .copyright {
		text-align: left;
	}
}
@media only screen and (min-width: 200px) and (max-width: 599px) {
	.return {
		padding: 0.25% 0 5% 0;
		margin: 6% 6% 0 6%;
	}
	footer.small img {
		padding-bottom: 35px;
	}

	footer.small {
		width: 88%;
		display: block;
		padding: 50px 6% 7.5% 6%;
	}

	footer.small img {
		padding-bottom: 20px;
	}

	footer.small .copyright {
		text-align: left;
		font-size: 14px;
		line-height: 24px;
		color: #757571;
	}

	footer.small .copyright a {
		color: #757571;
	}

	footer.small .copyright a:hover, footer.small.onc .copyright a:hover {
		color: #fff;
	}


	footer.small.ond .copyright {
		color: #c5c5c5;
	}

	footer.small.ond a {
		color: #c5c5c5;
		background: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#fff));
		background: -o-linear-gradient(#fff 0%, #fff 100%);
		background: linear-gradient(#fff 0%, #fff 100%);
		background-position: 0 100%;
		background-repeat: repeat-x;
		background-size: 0px 0px;
	  	text-decoration: none;
	}

	footer.small.ond a:hover {
		background-size: 100% 100%;
		color: #222;
	}

	footer.small .logo a:hover {
		background: none;
		background-size: 0 0;
	}
}



/* ====== ELEMENTS – HOME TOP ===== */


@media only screen and (min-width: 680px) and (max-width: 875px) {
	.welcome h1 {
		font-size: 28px;
		line-height: 36px;
		letter-spacing: -0.035em;
		margin: 0;
	}
	.welcome {
		max-width: 630px;
	}
	.reel {
		padding-top: 7%;
		padding-bottom: 1%;
	}

}
@media only screen and (min-width: 600px) and (max-width: 849px) {
	h4#selected-work {
		padding-top: 20px;
	}
	.welcome {
		max-width: 540px;
	}
	.project-link {
		margin-top: 10px;
		padding-bottom: 10px;
		border-bottom: 1px solid #c5c5c5;
		display: block;
	}
	.project-link h1 {
		font-size: 50px;
		line-height: 76px;
		letter-spacing: -0.06em;
	}
	.top {
		padding: 6% 6% 4% 6%;
	}
	.bottom {
		padding: 6% 6% 8% 6%;
	}

}
@media only screen and (min-width: 440px) and (max-width: 599px) {
	.top {
		padding: 10% 6% 5% 6%;
	}
	.bottom {
		padding: 6% 6% 7% 6%;
	}

}
@media only screen and (min-width: 200px) and (max-width: 439px) {
	.top {
		padding: 13% 6% 10% 6%;
	}
	.bottom {
		padding: 6% 6% 9% 6%;
	}

}
@media only screen and (min-width: 350px) and (max-width: 599px) {
	.project-link h1 {
		font-size: 30px;
		line-height: 42px;
		letter-spacing: -0.05em;
	}
}
@media only screen and (min-width: 200px) and (max-width: 349px) {
	.project-link h1 {
		font-size: 24px;
		line-height: 30px;
		letter-spacing: -0.035em;
		-webkit-font-smoothing: auto;
  		-moz-osx-font-smoothing: unset;
	}
	.project-link span {
		display: inline;
	}
	.welcome h1 {
		-webkit-font-smoothing: auto;
  		-moz-osx-font-smoothing: unset;
	}

}
@media only screen and (min-width: 200px) and (max-width: 679px) {
	.welcome {
		max-width: 420px;
		padding-top: 0.25%;
	}
	.welcome h1 {
		font-size: 24px;
		line-height: 32px;
		letter-spacing: -0.035em;
		margin: 0;
	}
	.reel {
		padding: 2% 0 0 0;
		max-width: 100%;
		margin: 0;
	}
}
@media only screen and (min-width: 200px) and (max-width: 450px) {
	.welcome {
		max-width: 310px;
	}
}
@media only screen and (min-width: 200px) and (max-width: 335px) {
	.welcome {
		max-width: 290px;
	}
	.welcome h1 {
		font-size: 22px;
		line-height: 30px;
		-webkit-font-smoothing: auto;
  		-moz-osx-font-smoothing: unset;
	}
}


/* ====== ELEMENTS – HOME BOTTOM ===== */

@media only screen and (min-width: 850px) and (max-width: 1104px) {
	.quarters {
		margin: 0 6%;
			display: -ms-grid;
		display: grid;
			-ms-grid-columns: 1fr 4% 1fr 4% 1fr;
		grid-template-columns: repeat(3, 1fr);
		grid-gap: 4%;
	}
	.quarters div:first-child {
		-ms-grid-column: 1;
	}
	.quarters div:nth-child(2) {
		-ms-grid-column: 3;
	}
	.quarters div:nth-child(3) {
		-ms-grid-column: 5;
	}	
}
@media only screen and (min-width: 1105px) and (max-width: 1200px) {
	.quarters {
		grid-gap: 2.75%;
	}
	.quarters p {
		font-size: 13.25px;
	}
}
@media only screen and (min-width: 850px) and (max-width: 950px) {
	.quarters {
		grid-gap: 3.25%;
	}
	.quarters p {
		font-size: 13.25px;
	}
}
@media only screen and (min-width: 600px) and (max-width: 849px) {
	.quarters {
		margin: 0 6% 6% 6%;
			display: -ms-grid;
		display: grid;
			-ms-grid-columns: 1fr 6% 1fr;
		grid-template-columns: repeat(2, 1fr);
		grid-gap: 6%;
			-ms-grid-rows: auto 60px auto;
		grid-row-gap: 3.5%;
	}
	.quarters div:first-child {
		-ms-grid-row: 1;
		-ms-grid-column: 1;
		-ms-grid-column-span: 1;
	}
	.quarters div:nth-child(2) {
		-ms-grid-row: 1;
		-ms-grid-column: 3;
		-ms-grid-column-span: 1;
	}

	.quarters div:nth-child(3) {
		-ms-grid-row: 3;
		-ms-grid-column: 1;
		-ms-grid-column-span: 1;
	}
	.quarters div:last-child {
		-ms-grid-row: 3;
		-ms-grid-column: 3;
		-ms-grid-column-span: 1;
	}		
}
@media only screen and (min-width: 600px) and (max-width: 700px) {
	.quarters p {
		font-size: 13.25px;
	}
}
@media only screen and (min-width: 200px) and (max-width: 599px) {
	.quarters {
		margin: 0 6%;
			display: -ms-grid;
		display: grid;
			-ms-grid-columns: 1fr;
		grid-template-columns: repeat(1, 1fr);
		grid-gap: 6%;
		grid-row-gap: 1%;
		padding-top: 15px;
	}
	.quarters p {
		font-size: 16px;
		line-height: 26px;
		margin: 0 0 20px 0;
		color: #222;
		letter-spacing: -0.0125em;
	}
	.quarters img {
		padding-bottom: 40px;
	}
	.quarters div {
		padding-bottom: 40px;
		padding-right: 12%;
	}
}
@media only screen and (min-width: 200px) and (max-width: 470px) {
	.quarters div {
		padding-right: 0;
	}

}



/* ===== GRIDS ===== */

@media only screen and (min-width: 600px) and (max-width: 900px) {
	.two-three {
		padding: 3% 6% 8% 6%;
		max-width: 650px;	
			display: -ms-grid;
		display: grid;
			-ms-grid-columns: 1fr 3.25% 1fr 3.35% 1fr;
		grid-template-columns: repeat(3, 1fr);
			-ms-grid-rows: auto 3.25% auto;
		grid-gap: 3.25%;
	}
	.two-three div:first-child {
			-ms-grid-row: 1;
			-ms-grid-column: 1;
			-ms-grid-column-span: 5;
		grid-column: 1 / span 3;
		margin-right: 10%;
	}
	.two-three div:last-child {
			-ms-grid-row: 3;
			-ms-grid-column: 1;
			-ms-grid-column-span: 5;
		grid-column: 1 / span 3;
		margin-right: 6%;
	}
}
@media only screen and (min-width: 200px) and (max-width: 599px) {
	.two-three {
		padding: 3% 6% 8% 6%;
		max-width: 650px;	
		display: block;
	}
	.two-three div:first-child {
		margin-right: 0;
	}
	.two-three div:last-child {
		margin-right: 0;
	}
}





/* ====== TYPOGRAPHY – PROJECTS ===== */

@media only screen and (min-width: 850px) and (max-width: 1104px) {
	.description {
		padding: 0 12% 6% 6%;
	}
}
@media only screen and (min-width: 200px) and (max-width: 849px) {
	.description {
		padding: 0 16% 6% 6%;
	}
}
@media only screen and (min-width: 600px) and (max-width: 848px) {
	.description {
		padding: 0 12% 6% 6%;
	}
	p.extralarge {
		font-size: 17px;
		line-height: 28px;
		color: #222;
		margin-top: 5px;
		letter-spacing: -0.025em;
		-webkit-font-smoothing: auto;
  		-moz-osx-font-smoothing: unset;
	}
}
@media only screen and (min-width: 200px) and (max-width: 599px) {
	p.large, p.extralarge {
		font-size: 16px;
		line-height: 26px;
		color: #222;
		margin-top: 5px;
		margin-bottom: 20px;
		letter-spacing: -0.0125em;
		-webkit-font-smoothing: auto;
  		-moz-osx-font-smoothing: unset;
	}	
	h1.project-title {
		font-size: 48px;
		line-height: 52px;
		margin-top: 0px;
		margin-bottom: 20px;
		letter-spacing: -0.05em;
	}	
	.description {
		padding: 0 6% 6% 6%;
	}

}



/* ====== BLOCKQUOTE ===== */

@media only screen and (min-width: 1100px) and (max-width: 1290px) {
	blockquote {
		width: 60%;
	}
}

@media only screen and (min-width: 850px) and (max-width: 1099px) {
	blockquote {
		width: 70%;
	}
}

@media only screen and (min-width: 600px) and (max-width: 849px) {
	blockquote {
		width: 66%;
		padding: 6% 0% 6% 6%;
	}
	blockquote h3 {
		font-size: 24px;
		line-height: 35px;
		letter-spacing: -0.035em;
	}
	.clientinfo p {
		font-size: 14px;
		line-height: 20px;
		padding-left: 110px;
		margin-top: 10px;
		-webkit-font-smoothing: auto;
  		-moz-osx-font-smoothing: unset;
	}
	.clientinfo img {
		border-radius: 50% 50%;
		width: 80px;
		max-width: 80px;
		position: absolute;
	}
}

@media only screen and (min-width: 501px) and (max-width: 599px) {
	blockquote {
		border-left: none;
		width: 80%;
		padding: 6%;
	}
	blockquote h3 {
		font-size: 24px;
		line-height: 35px;
		letter-spacing: -0.035em;
	}
	.clientinfo p {
		font-size: 14px;
		line-height: 20px;
		padding-left: 100px;
		margin-top: 10px;
		-webkit-font-smoothing: auto;
  		-moz-osx-font-smoothing: unset;
	}
	.clientinfo img {
		border-radius: 50% 50%;
		width: 80px;
		max-width: 80px;
		position: absolute;
	}
}
@media only screen and (min-width: 200px) and (max-width: 500px) {
	blockquote {
		width: 88%;
		padding: 12% 0;
		margin: 0 auto;
		border-left: none;
	}
	blockquote h3 {
		font-size: 20px;
		line-height: 30px;
		letter-spacing: -0.035em;
	}
	.clientinfo p {
		font-size: 14px;
		line-height: 20px;
		padding-left: 100px;
		margin-top: 10px;
		-webkit-font-smoothing: auto;
  		-moz-osx-font-smoothing: unset;
	}
	.clientinfo img {
		border-radius: 50% 50%;
		width: 80px;
		max-width: 80px;
		position: absolute;
	}
}



/* ====== PREV + NEXT ===== */

@media only screen and (min-width: 200px) and (max-width: 849px) {
	.full-36.prevnext {
		padding-bottom: 8%;
	}
	.prevnext a {
		position: relative;
		text-decoration: none;
		color: #222;
		background: -webkit-linear-gradient(to top, #222 3px, #222 3px, transparent 0%, transparent 0%) no-repeat;
		background: -o-linear-gradient(bottom, #222 3px, #222 3px, transparent 0%, transparent 0%) no-repeat;
		background: linear-gradient(to top, #222 3px, #222 3px, transparent 0%, transparent 0%) no-repeat;
		background-size: 0 100%;
		background-position: 0 -4px;
		-webkit-transition: background-size .2s;
			-moz-transition: background-size .2s;
			-o-transition: background-size .2s;
			transition: background-size .2s;
		font-size: 48px;
		line-height: 52px;
		letter-spacing: -0.05em;
		margin: 0;
	}			
	.prevnext a:hover {
		background-size: 100% 100%;
	}	
	.inverted.prevnext a {
		position: relative;
		text-decoration: none;
		color: #fff;
		background: -webkit-linear-gradient(to top, #fff 3px, #fff 3px, transparent 0%, transparent 0%) no-repeat;
		background: -o-linear-gradient(bottom, #fff 3px, #fff 3px, transparent 0%, transparent 0%) no-repeat;
		background: linear-gradient(to top, #fff 3px, #fff 3px, transparent 0%, transparent 0%) no-repeat;
		background-size: 0 100%;
		background-position: 0 -4px;
		-webkit-transition: background-size .2s;
			-moz-transition: background-size .2s;
			-o-transition: background-size .2s;
			transition: background-size .2s;
		font-size: 48px;
		line-height: 52px;
		letter-spacing: -0.05em;
		margin: 0;
	}			
	.inverted.prevnext a:hover {
		background-size: 100% 100%;
	}	
}
@media only screen and (min-width: 200px) and (max-width: 500px) {
	.prev {
		display: none !important;
	}
	.next {
		grid-column: start / end;
		margin-bottom: 0;
	}
}
