﻿


@-webkit-viewport { width: device-width; }
@-moz-viewport { width: device-width; }
@-ms-viewport { width: device-width; }
@-o-viewport { width: device-width; }
@viewport { width: device-width; }

html, body {
	border: 0;
	color: #000000;
	font-family: 'Inter', sans-serif;
	font-size: 16px;
	font-weight: normal;
	margin: 0;
	padding: 0;
	background-color: #F5F5F5;
	text-align: left;
}

* {
   margin: 0px;
   padding: 0px;
}

div,
h1, h2, h3, h4, h5, h6,
p, a, blockquote, pre, dl, dt, dd, ol, ul, li, hr,
fieldset, form, label, legend, th, td,
article, aside, figure, footer, header, hgroup, menu, nav, section,
summary, hgroup {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 2.4rem;
}

::-moz-selection { 
	background: #95F7DA; 
}

::selection { 
	background: #95F7DA; 
}

a:active,
a:hover {
  outline: 0;
}

.no-background {
	background: unset !important;
	color: #000000;
}

p {
	text-align: left;
	margin: 0 0 1rem 0;
	padding: 1rem 0 1rem 0;
	display: block;
	max-width: 700px;
	font-size: 2.4rem;
	line-height: 1.3;
}

.width-100 {
	width: 100% !important;
}

.padding-bottom-0 {
	padding-bottom: 0 !important;
}

.inline {
	display: inline-block;
}

.visit-link {
	background: unset !important;
}

a, .visit-link-text {
	border: none;
	text-decoration: none;
	background-image: linear-gradient(to right, #34FABF 0%, #34FABF 50%, #34FABF 90%);
	background-repeat: no-repeat;
	background-size: 120% 0;
	color: #000000;
	font-size: 2.4rem;
	line-height: 1.3;
	background-position: 0 100%;
	padding: 0.6rem 0;
	word-wrap: break-word;
  	transition: all 0.2s ease; 
  	-moz-transition: all 0.2s ease;
  	-webkit-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
}

.visit-link-text {
	font-size: 1.3rem;
	line-height: 2.75rem;
	vertical-align: middle;
}

a:hover, .visit-link:hover .visit-link-text {
    background-size: 120% 1.2rem;
	color: #000000;
  	transition: all 0.2s ease; 
  	-moz-transition: all 0.2s ease;
  	-webkit-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
}

h1, h2, h3, h4 {
	margin: 0;
	padding: 0;
	font-weight: normal;
	text-align: left;
}

h1 {
	padding: 1rem 0 0 0;
	font-size: 2.4rem;
}

h2 {
	font-size: 1.3rem;
}

.container {
	width: 100%; 
	height: auto; 
	margin: 0; 
	padding: 0; 
	text-align: left;
	background-color: inherit;
}
	



/* ------------------------------------------
  RESPONSIVE NAV STYLES
--------------------------------------------- */

.nav-collapse ul {
  margin: 0;
  padding: 0;
  width: 100%;
  display: block;
  list-style: none;
}

.nav-collapse li {
  width: 100%;
  display: block;
}

.js .nav-collapse {
  clip: rect(0 0 0 0);
  max-height: 0;
  position: absolute;
  display: block;
  overflow: hidden;
  zoom: 1;
}

.nav-collapse.opened {
  max-height: 9999px;
}

.disable-pointer-events {
  pointer-events: none !important;
}

.nav-toggle {
  -webkit-tap-highlight-color: rgba(0,0,0,0);
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -o-user-select: none;
  user-select: none;
}

/* ------------------------------------------
  FIXED HEADER
--------------------------------------------- */

header {
	background-color: #F5F5F5;
	position: fixed;
	z-index: 3;
	margin: 0;
	padding: 0;
	width: 100%;
	left: 0;
	top: 0;
}

nav {
	margin: 0;
	padding: 0;
}

.logo {
	background: unset;
	box-sizing: border-box;
	display: block;
	float: left;
	margin: 0; 
	padding: 1rem 0 1rem 3%;
	text-align: left;
}

.logo-img {
	float: left;
	padding: 0;
	margin: 0;
	height: 1.3rem;
}


/* ------------------------------------------
  MASK
--------------------------------------------- */

.mask {
  -webkit-transition: opacity 300ms;
  -moz-transition: opacity 300ms;
  transition: opacity 300ms;
  background: #F5F5F5;
  visibility: hidden;
  position: fixed;
  opacity: 0;
  z-index: 2;
  bottom: 0;
  right: 0;
  left: 0;
  top: 0;
}

.android .mask {
  -webkit-transition: none;
  transition: none;
}

.js-nav-active .mask {
  visibility: visible;
  opacity: 1;
}



/* ------------------------------------------
  NAVIGATION STYLES
--------------------------------------------- */

.fixed {
  position: fixed;
  width: 100%;
  left: 0;
  top: 0;
}

.nav-collapse,
.nav-collapse * {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

.nav-collapse,
.nav-collapse ul {
  list-style: none;
  width: 100%;
  float: right;
  margin: 0;
  padding: 0;
}

.nav-collapse li {
  	margin: 0;
	float: left;
	width: 100%;
}

.nav-collapse a {
	background-image: linear-gradient(to right, #34FABF 0%, #34FABF 50%, #34FABF 90%);	
	background-repeat: no-repeat;
	background-size: 0% 0.3em;
	background-position: 0 80%;
	border: none;
	color: #000000;
	display: inline-block;
	float: left;
	text-align: left;
	text-decoration: none;
	padding: 1rem;
	width: 100%;
  	transition: all 0.25s ease; 
  	-moz-transition: all 0.25s ease;
  	-webkit-transition: all 0.25s ease;
    -o-transition: all 0.25s ease;
}

.nav-collapse a:active,
.nav-collapse .active a,
.nav-collapse a:hover {
	background-size: 100% 100%;
	background-position: 0 100%;
	color: #000000;
  	transition: all 0.25s ease; 
  	-moz-transition: all 0.25s ease;
  	-webkit-transition: all 0.25s ease;
    -o-transition: all 0.25s ease;
}

.nav-collapse ul ul a {
  padding-left: 2em;
}


/* ------------------------------------------
  NAV TOGGLE STYLES
--------------------------------------------- */

.nav-toggle {
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	background-image: url('../img/icons/hamburger.svg');
	background-repeat: no-repeat;
	background-size: contain;
	text-decoration: none;
	margin: 0.8rem 3.5%;
	padding: 0;
	position: relative;
	overflow: hidden;
	width: 1.3rem;
	height: 1.3rem;
	float: right;
	vertical-align: middle;
}

a.nav-toggle:hover {
	background-size: contain;
	width: 1.3rem;
	height: 1.3rem;
}

.nav-toggle.active {
	background-image: url('../img/icons/close.svg');
	margin: 0.8rem 3.5%;
	padding: 0;
	width: 1.3rem;
	height: 1.3rem;
}



section {
	margin: 0;
	padding: 3rem 0 3rem 0;
	position: relative;
	height: auto;
	width: 100%;
}

section:first-of-type {
	padding: 5rem 0 0 0;
}

.align-center {
	text-align: center;
}

.align-left {
	text-align: left;
}

.section-inner {
	box-sizing: border-box;
	margin: 0 auto;
	padding: 0;
	width: 93%;
}

.section-inner-inline {
	margin: 0 auto; 
	padding: 2.25em 0 0.5rem 0;
	vertical-align: top;
	display: block;
}




/* Portfolio Grid */

.grid {
    margin: 0 auto; 
    padding: 0;
    list-style: none;
    width: 100%;
}

.grid li {
	width: 100%;
	margin: 2rem 0 0 0;
    display: inline-block;
    *display: inline; /*for IE6 - IE7*/
    padding: 0;
    vertical-align: middle;
  	transition: all 0.25s ease; 
  	-moz-transition: all 0.25s ease;
  	-webkit-transition: all 0.25s ease;
    -o-transition: all 0.25s ease;
}
        
.grid-cell {
	background-repeat: repeat;
    display: block;
    position: relative;
    text-align: left;
	background-image: none;
}

a.grid-cell {
	padding: 0;
}

.border-grid-img {
	padding: 0;
	margin: 0;
    border: none;
    display: block;
    position: relative;
    top: 0;
  	transition: all 0.4s ease; 
  	-moz-transition: all 0.4s ease;
  	-webkit-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
}

.grid-img {
    display: block;
    width: 100%;
    height: auto;
    margin: 0;
    padding: 0;
    box-shadow: 10px 20px 30px #E5E5E5;
    border-radius: 2px;
}

.grid li:hover .border-grid-img {
    top: -1rem;
  	transition: all 0.4s ease; 
  	-moz-transition: all 0.4s ease;
  	-webkit-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
}

.grid li .grid-text {	
	border: none;
	color: #bdbdbd;
	font-size: 1.3rem;
    display: inline-block;
    position: relative;
    line-height: 40px;
    vertical-align: middle;
	margin: 1rem 0;
	padding: 0;
    text-align: left;
  	transition: all 0.25s ease; 
  	-moz-transition: all 0.25s ease;
  	-webkit-transition: all 0.25s ease;
    -o-transition: all 0.25s ease;
}

.grid li:hover .grid-text, .visit-link:hover .visit-link-text {
	color: #000000;
  	transition: all 0.25s ease; 
  	-moz-transition: all 0.25s ease;
  	-webkit-transition: all 0.25s ease;
    -o-transition: all 0.25s ease;
}

.nav-collapse a {
}

.nav-collapse a:active,
.nav-collapse .active a,
.nav-collapse a:hover {
}

.arrow-right {
    float: right;
    text-align: right;
	margin: 1.25rem 0 1rem 1%;
    opacity: 1;
    filter: alpha(opacity=1);/*For IE6 - IE8*/
  	transition: all 0.25s ease; 
  	-moz-transition: all 0.25s ease;
  	-webkit-transition: all 0.25s ease;
    -o-transition: all 0.25s ease;
}

.arrow-right-2 {
 	margin: 0.3rem 0 0 0;
 	vertical-align: middle;
 }

.arrow-right-3 {
    margin: 0.3rem 0 0 1rem;
    opacity: 1;
    float: right;
}

.arrow-right-4 {
    margin: 0 0 0 1rem;
    opacity: 1;
 	vertical-align: middle;
 	float: none;
}

.arrow-left {
    margin: 0.3rem 1rem 0 0;
    opacity: 1;
    float: left;
}

.previous-project {
	float: left;
	background-position: right 87%; 
    background-size: 55% 0;
}

.next-project {
	float: right;
	background-position: left 87%;
    background-size: 48% 0;
    margin-bottom: 7rem;
}

.previous-project:hover {
    background-size: 55% 1.2rem;
}

.next-project:hover {
    background-size: 48% 1.2rem;
}

.grid li:hover .arrow-right, .visit-link:hover  {
    opacity: 1;
    filter: alpha(opacity=1);/*For IE6 - IE8*/
  	transition: all 0.25s ease; 
  	-moz-transition: all 0.25s ease;
  	-webkit-transition: all 0.25s ease;
    -o-transition: all 0.25s ease;
}

a.arrow-up-link {
	background-image: unset;
	padding: 0;
	float: right;
	display: block;
	width: 78px;
	height: 78px;
}

.arrow-up-link img {
	width: 78px;
	height: 78px;
	position: absolute;
	right: 3.5%;
}

.text-work {
	line-height: 1.75em;
	padding: 0;
	margin: 0 auto;
}

.work-img {
    display: block;
    width: 100%;
    height: auto;
    margin: 0 auto;
    padding: 0;
    box-shadow: 10px 20px 30px #E5E5E5;
}

.profile {
	width: 100%;
}

.no-shadow {
    box-shadow: none;
}

.no-radius {
	border-radius: 0px;
}

footer {
	height: auto; 
	margin: 3rem 0 0 0;
	padding: 0; 	
	width: 100%; 
}










/* Media Queries */

/**
 * Does the same thing as <meta name="viewport" content="width=device-width">,
 * but in the future W3C standard way. -ms- prefix is required for IE10+ to
 * render responsive styling in Windows 8 "snapped" views; IE10+ does not honor
 * the meta tag. See https://core.trac.wordpress.org/ticket/25888.
 */



/* 14.1 - >= 710px */

@media screen and (min-width: 44.375em) {


	div,
	h1, h2, h3, h4, h5, h6,
	p, a, blockquote, pre, dl, dt, dd, ol, ul, li, hr,
	fieldset, form, label, legend, th, td,
	article, aside, figure, footer, header, hgroup, menu, nav, section,
	summary, hgroup {
		font-size: 2.4rem;
	}
	
	a, .visit-link-text {
		background-size: 100% 0;
		padding: 0.3rem 0;
	}

	a {
		font-size: 1.5rem;
	}

	.grid-text {
		font-size: 1.5rem;
	}

	p {
		font-size: 1.5rem;
		line-height: 1.3;
	}

	h1 {
	font-size: 2.4rem;
	}

	.logo {
		background: unset;
		box-sizing: border-box;
		display: block;
		float: left;
		margin: 0.3rem 0 0 0; 
		padding: 1rem 1rem 1rem 3.5%;
		text-align: left;
	}

	.logo-img-up {
		height: 1.3rem !important;
	}

	.logo-img-down {
		height: 1.3rem !important;
	}

	.nav-toggle {
		margin: 0.9rem 3.5%;
		width: 2rem;
		height: 2rem;
	}

	.nav-toggle.active {
		margin: 0.9rem 3.5%;
		width: 2rem;
		height: 2rem;
	}

	.nav-collapse a {
		padding: 1rem 1rem 1rem 3.5%;
	}

	section {
		padding: 7rem 0 2rem 0;
	}

	section:first-of-type {
		padding: 12rem 0 0 0;
	}

	.arrow-right-2 {
	    display: inline;
	    float: none;
	    margin: 0;
	}

	.arrow-right-3 {
	    margin: 0.2rem 0 0 1rem;
	}

	.arrow-left {
	    margin: 0.2rem 1rem 0 0;
	}

	.arrow-up-link img {
		right: 7%;
	}
}



/* 14.4 - >= 985px */

@media screen and (min-width: 61.5625em) {


	div,
	h1, h2, h3, h4, h5, h6,
	p, a, blockquote, pre, dl, dt, dd, ol, ul, li, hr,
	fieldset, form, label, legend, th, td,
	article, aside, figure, footer, header, hgroup, menu, nav, section,
	summary, hgroup {
		font-size: 2.4rem;
	}
	
	a, .visit-link-text {
		background-size: 100% 0;
		padding: 0;
		font-size: 1.5rem;
	}
	
	.visit-link-text {
		background-size: 100% 0;
		padding: 0 0 0.4rem 0;
		font-size: 1.3rem;
	}

	.grid-text {
		font-size: 1.3rem;
	}

	p {
		font-size: 1.5rem;
		line-height: 1.3;
	}

	h1 {
		padding: 2rem 0 0 0;
		font-size: 2.4rem;
	}

	h2 {
		margin-bottom: 0.5rem;
	}

	.scrolled-up {
		padding-top: 1rem !important;
	  	transition: all 0.2s ease; 
	  	-moz-transition: all 0.2s ease;
	  	-webkit-transition: all 0.2s ease;
	    -o-transition: all 0.2s ease;
	}

	.scrolled-down {
		padding-top: 1rem !important;
	  	transition: all 0.2s ease; 
	  	-moz-transition: all 0.2s ease;
	  	-webkit-transition: all 0.2s ease;
	    -o-transition: all 0.2s ease;
	}

	.logo {
		margin: 0.85rem 1rem 1rem calc(7% - 34px);
		padding: 0;
	}

	.logo-img-up {
		height: 1.45rem !important;
	}

	.logo-img-down {
		height: 1.45rem !important;
	}

	.js .nav-collapse {
		position: relative;
	}

	.js .nav-collapse.closed {
		max-height: none;
	}

	.nav-toggle {
		display: none;
	}

	.mask {
		display: none !important;
		opacity: 0 !important;
	}

	.nav-collapse {
		float: right;
		width: auto;
		margin: 0 7% 0 0;
	}

	.nav-collapse li {
		border: none;
		display: inline-block;
		margin: 0;
		padding: 0.5rem 0 2rem 3rem;
		vertical-align: middle;
		width: auto;
	}

	.nav-collapse a {
		background-size: 100% 0;
		background-position: 0% 100%;
		border: none;
		color: #000000;
		display: inline-block;
		font-size: 1.3rem;
		text-align: center;
		text-decoration: none;
		padding: 0.4rem 0.5rem;
	  	transition: all 0.25s ease; 
	  	-moz-transition: all 0.25s ease;
	  	-webkit-transition: all 0.25s ease;
	    -o-transition: all 0.25s ease;
	}

	.nav-collapse a:active,
	.nav-collapse .active a,
	.nav-collapse a:hover {
		color: #000000;
		background-image: linear-gradient(to right, #34FABF 0%, #34FABF 50%, #34FABF 90%);	
		background-repeat: no-repeat;
		background-size: 100% 1.2rem;
		background-position: 0% 100%;
	  	transition: all 0.25s ease; 
	  	-moz-transition: all 0.25s ease;
	  	-webkit-transition: all 0.25s ease;
	    -o-transition: all 0.25s ease;
	}

	.nav-collapse ul ul a {
		display: none;
	}

	.grid {
		padding: 4rem 0 0 0;
	}

	.grid li {
    	width: 47.5%;
    	margin: 0;
	    display: inline-block;
	    *display: inline; /*for IE6 - IE7*/
	    padding: 0;
	    text-align: left;
	    vertical-align: bottom;
	  	transition: all 0.25s ease; 
	  	-moz-transition: all 0.25s ease;
	  	-webkit-transition: all 0.25s ease;
	    -o-transition: all 0.25s ease;
	}

	.grid li:first-of-type {
		margin-right: 5%;
	}

	.arrow-right {
	    opacity: 0;
	    filter: alpha(opacity=0);/*For IE6 - IE8*/
	}

	.arrow-right-3, .arrow-right-4, .arrow-left {
	    opacity: 1;
	}

	.grid li:hover .arrow-right, .visit-link:hover .arrow-right {
	    opacity: 1;
	    filter: alpha(opacity=1);/*For IE6 - IE8*/
	  	transition: all 0.25s ease; 
	  	-moz-transition: all 0.25s ease;
	  	-webkit-transition: all 0.25s ease;
	    -o-transition: all 0.25s ease;
	}

	section {
		box-sizing: border-box;
		margin: 0 auto;
		padding: 5rem 0 6rem 0;
	}

	section:first-of-type {
		padding: 10rem 0 0 0;
	}

	.section-inner {
		box-sizing: border-box;
		margin: 0 auto;
		padding: 0 7% 0 7%;
		text-align: left;
		width: 100%;
	}

	.section-inner-inline {
		display: inline-block;
    	margin: 0;
    	padding: 2rem 0 1rem 0;
		text-align: left;
		width: 50%;
		vertical-align: top;
	}

	.text-work {
		padding: 1rem 0;
	}

	.profile {
		max-width: 500px;
		float: right;
	}

	a.arrow-up-link {
		float: right;
	}

	.arrow-up-link img {
		width: 100px;
		height: 100px;
	}

	.footer-inner {
		padding: 1em 0;
	}
	
}


/* 14.5 - >= 1200px */

@media screen and (min-width: 75em) {

}


/* 14.5 - >= 1500px */

@media screen and (min-width: 93.75em) {

}


/* IE10+ CSS styles */

@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {

}


/* Print */

@media print {
	
}




/* --------------------------------------------- */

