@font-face {
    font-family: 'okomitoregular';
    src: url('fonts/okomito-regular-webfont.woff2') format('woff2'),
         url('fonts/okomito-regular-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'okomitomedium';
    src: url('fonts/okomito-medium-webfont.woff2') format('woff2'),
         url('fonts/okomito-medium-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}

 body { 
    background-color: #ffffff;
    margin: 0;
    padding:0;
  }

h1 {
	font-family: 'okomitoregular', Helvetica, sans-serif;
	font-size: 80px;
	font-weight: normal;
	line-height: 88px;
	text-transform: none;
	margin:0;
	color: #000000;
}

h2 {
	font-family: 'okomitoregular', Helvetica, sans-serif;
	font-size: 45px;
	line-height: 55px;
	text-transform: none;
	font-weight: normal;
	color: #000000;
	text-align: left;
}

h3 {
  font-family: 'okomitoregular', Helvetica, sans-serif;
  font-size: 90px;
  line-height: 0px;
  text-transform: none;
  font-weight: normal;
  color: #000000;
  text-align: left;
  margin-bottom: 4%;
}

h4 {
	font-family: 'okomitoregular', Helvetica, sans-serif;
	font-size: 32px;
	font-weight: normal;
	line-height: 40px;
	text-align: left;
	color: #000000;
}

h5 {
	font-family: 'okomitoregular', Helvetica, sans-serif;
	font-size: 18px;
	font-weight: normal;
	line-height: 24px;
	text-align: left;
	color: #ffffff;
}

h6 {
	font-family: 'okomitoregular', Helvetica, sans-serif;
	font-size: 20px;
	font-weight: normal;
	line-height: 30px;
	text-align: left;
	margin:0;
	color: #000000;
	width: 70%;
}



p {
	font-family: 'okomitoregular', Helvetica, sans-serif;
	font-size: 18px;
	font-weight: normal;
	line-height: 32px;
	color: #000000;
}

::-moz-selection { color: #00ff00; }
::selection { color: #00ff00; }


#menu-overlay {
    position: fixed;
    text-align: left;
    display: none;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: black;
    z-index: 2010;
    cursor: pointer;
    -webkit-animation: fade-black 0.8s;
    -moz-animation: fade-black 0.8s;
    -o-animation: fade-black 0.8s;
    animation: fade-black 0.8s;
}

#menu-overlay a {
	color: #ffffff;
	text-decoration: none;
}

#menu-overlay a:hover {
	text-decoration: none;
}

@-webkit-keyframes fade-black {
    0% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}
@-moz-keyframes fade-black {
    0% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}
@-o-keyframes fade-black {
    0% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}
@keyframes fade-black {
    0% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}

.header {
	display: inline;
	position: fixed;
	width: 100%;
	height: 200px;
	column-count: 2;
	margin-top: 0px;
	z-index: 2000;
}

.header-about {
	display: inline;
	position: fixed;
	width: 100%;
	column-count: 2;
	margin-top: 0px;
	z-index: 2000;
}

.site-title {
	width: 60%;
	text-align: left;
	margin-left: 5%;
	margin-top: 3%
}

.email {
	width: 60%;
	text-align: left;
	margin-left: 5%;
}

.site-title a {
	text-decoration: none;
	color: #000000;
}

.site-title a:hover {
	color: #00ff00;
}

.site-title-white {
	width: 30%;
	text-align: left;
	padding-right: 100px;
}

.site-title-white a {
	text-decoration: none;
	color: #000000;
}

.site-title-white a:hover {
	color: #00ff00;;
}

.nav {
	float: right;
	width: 60%;
	text-align: right;
	margin-right: 5%;
	padding-top: 1px;
}

.social {
	float: right;
	width: 60%;
	text-align: right;
	margin-right: 5%;
	padding-bottom: 5%;
	height: 60px;
}
@-moz-document url-prefix() {
    .nav {
      padding-top:0px;
    }
}


.nav li {
  display: inline-block;

}

.nav a {
	text-decoration: none;
	color: #000000;
	padding-left: 0px;
}

.nav a:hover {
	color: #00ff00;
	cursor: pointer;
}

.nav-mob {
	display: none;
	float: right;
	width: 60%;
	text-align: right;
	padding-top: 1px;
	margin-right: 7px;
}

.nav-mob li {
  display: inline-block;

}

.nav-mob a {
	text-decoration: none;
	color: #000000;
	padding-left: 0px;
}

.nav-mob a:hover {
	color: #00ff00;
	cursor: pointer;
}

.nav-white {
	float: right;
	width: 60%;
	text-align: right;
	padding-top: 1px;
}

.social-mob {
	display: none;
	float: right;
	width: 85%;
	text-align: right;
	padding-top: 1px;
	margin-right: 7px;
}

.social-mob li {
  display: inline-block;

}

.social-mob a {
	text-decoration: none;
	color: #000000;
	padding-left: 0px;
}

.social-mob a:hover {
	color: #00ff00;
	cursor: pointer;
}
@-moz-document url-prefix() {
    .nav-white {
      padding-top:0px;
    }
}

.nav-white li {
  display: inline-block;

}

.nav-white a {
	text-decoration: none;
	color: #000000;
	padding-left: 0px;
}

.nav-white a:hover {
	color: #00ff00;
	cursor: pointer;
}

.hero-home {
	position: relative;
	text-align: left;
	padding-top: 10%;

}

.main-title {
	display: block;
	text-align: left;
	position: fixed;
	z-index: -1;
	margin-left: 20%;
	margin-bottom: 0px;
	width: 63%;
}

.work {
	position: relative;
	display: block;
	column-count: 1;
	text-align: right;
	margin-top: 50vh;
	margin-left: 10%;
	margin-right: 10%;
	margin-bottom: 450px;
	overflow:auto;


}

.work-block {
	display: block;
	margin-top: 50px;
	margin-left: 48px;
	margin-right: 48px;
	margin-bottom: 96px;
	-webkit-column-break-inside: avoid;
	-moz-column-break-inside: avoid;
 	-webkit-perspective: 0;

}

.work-block a {
	text-decoration: none;
}

.work-block a:hover .work-thumb-sml {
	-moz-transition: all .2s ease-in;
    -o-transition: all .2s ease-in;
    -webkit-transition: all .2s ease-in;
    transition: all .2s ease-in;
    background: rgba(255,0,66,1.0);
}

.work-block a:hover .work-thumb-lg {
	-moz-transition: all .2s ease-in;
    -o-transition: all .2s ease-in;
    -webkit-transition: all .2s ease-in;
    transition: all .2s ease-in;
    background: rgba(255,0,66,1.0);
}

.work-block-1 {
	display: block;
	margin-top: 0px;
/*	margin-left: 5%;
	margin-right: 30%;*/
	margin-left: 20%;
	margin-right: 20%;
	margin-bottom: 250px;
	-webkit-column-break-inside: avoid;
	-moz-column-break-inside: avoid;
}

.work-block-1 a {
	text-decoration: none;
}

.work-block-1 a:hover .work-thumb-sml {
	-moz-transition: all .2s ease-in;
    -o-transition: all .2s ease-in;
    -webkit-transition: all .2s ease-in;
    transition: all .2s ease-in;
    background: #00ff00;
}

.work-block-1 a:hover .work-thumb-lg {
	-moz-transition: all .2s ease-in;
    -o-transition: all .2s ease-in;
    -webkit-transition: all .2s ease-in;
    transition: all .2s ease-in;
    background: #00ff00;
}

.work-block-4 {
	display: block;
	margin-top: 50px;
	margin-left: 20%;
	margin-right: 20%;
	margin-bottom: 250px;
	-webkit-column-break-inside: avoid;
	-moz-column-break-inside: avoid;
}

.work-block-4 a {
	text-decoration: none;
}

.work-block-4 a:hover .work-thumb-sml {
	-moz-transition: all .2s ease-in;
    -o-transition: all .2s ease-in;
    -webkit-transition: all .2s ease-in;
    transition: all .2s ease-in;
    background: #00ff00;
}

.work-block-4 a:hover .work-thumb-lg {
	-moz-transition: all .2s ease-in;
    -o-transition: all .2s ease-in;
    -webkit-transition: all .2s ease-in;
    transition: all .2s ease-in;
    background: #00ff00;
}

.work-block-2 {
	display: block;
	margin-top: 50px;
	margin-left: 45%;
	margin-right: 5%;
	margin-bottom: 250px;
	-webkit-column-break-inside: avoid;
	-moz-column-break-inside: avoid;
}

.work-block-2 a {
	text-decoration: none;
}

.work-block-2 a:hover .work-thumb-sml {
	-moz-transition: all .2s ease-in;
    -o-transition: all .2s ease-in;
    -webkit-transition: all .2s ease-in;
    transition: all .2s ease-in;
    background: #00ff00;
}

.work-block-2 a:hover .work-thumb-lg {
	-moz-transition: all .2s ease-in;
    -o-transition: all .2s ease-in;
    -webkit-transition: all .2s ease-in;
    transition: all .2s ease-in;
    background: #00ff00;
}

.work-block-5 {
	display: block;
	margin-top: 50px;
	margin-left: 5%;
	margin-right: 40%;
	margin-bottom: 250px;
	-webkit-column-break-inside: avoid;
	-moz-column-break-inside: avoid;
}

.work-block-5 a {
	text-decoration: none;
}

.work-block-5 a:hover .work-thumb-sml {
	-moz-transition: all .2s ease-in;
    -o-transition: all .2s ease-in;
    -webkit-transition: all .2s ease-in;
    transition: all .2s ease-in;
    background: #00ff00;
}

.work-block-5 a:hover .work-thumb-lg {
	-moz-transition: all .2s ease-in;
    -o-transition: all .2s ease-in;
    -webkit-transition: all .2s ease-in;
    transition: all .2s ease-in;
    background: #00ff00;
}

.work-block-6 {
	display: block;
	margin-top: 50px;
	margin-left: 45%;
	margin-right: 0%;
	margin-bottom: 250px;
	-webkit-column-break-inside: avoid;
	-moz-column-break-inside: avoid;
}

.work-block-6 a {
	text-decoration: none;
}

.work-block-6 a:hover .work-thumb-sml {
	-moz-transition: all .2s ease-in;
    -o-transition: all .2s ease-in;
    -webkit-transition: all .2s ease-in;
    transition: all .2s ease-in;
    background: #00ff00;
}

.work-block-6 a:hover .work-thumb-lg {
	-moz-transition: all .2s ease-in;
    -o-transition: all .2s ease-in;
    -webkit-transition: all .2s ease-in;
    transition: all .2s ease-in;
    background: #00ff00;
}

.work-block-7 {
	display: block;
	margin-top: 50px;
	margin-left: 0%;
	margin-right: 45%;
	margin-bottom: 250px;
	-webkit-column-break-inside: avoid;
	-moz-column-break-inside: avoid;
}

.work-block-7 a {
	text-decoration: none;
}

.work-block-7 a:hover .work-thumb-sml {
	-moz-transition: all .2s ease-in;
    -o-transition: all .2s ease-in;
    -webkit-transition: all .2s ease-in;
    transition: all .2s ease-in;
    background: #00ff00;
}

.work-block-7 a:hover .work-thumb-lg {
	-moz-transition: all .2s ease-in;
    -o-transition: all .2s ease-in;
    -webkit-transition: all .2s ease-in;
    transition: all .2s ease-in;
    background: #00ff00;
}

.work-block-8 {
	display: block;
	margin-top: 50px;
	margin-left: 50%;
	margin-right: 5%;
	margin-bottom: 250px;
	-webkit-column-break-inside: avoid;
	-moz-column-break-inside: avoid;
}

.work-block-8 a {
	text-decoration: none;
}

.work-block-8 a:hover .work-thumb-sml {
	-moz-transition: all .2s ease-in;
    -o-transition: all .2s ease-in;
    -webkit-transition: all .2s ease-in;
    transition: all .2s ease-in;
    background: #00ff00;
}

.work-block-8 a:hover .work-thumb-lg {
	-moz-transition: all .2s ease-in;
    -o-transition: all .2s ease-in;
    -webkit-transition: all .2s ease-in;
    transition: all .2s ease-in;
    background: #00ff00;
}

.work-block-9 {
	display: block;
	margin-top: 50px;
	margin-left: 10%;
	margin-right: 25%;
	margin-bottom: 50px;
	-webkit-column-break-inside: avoid;
	-moz-column-break-inside: avoid;
}

.work-block-9 a {
	text-decoration: none;
}

.work-block-9 a:hover .work-thumb-sml {
	-moz-transition: all .2s ease-in;
    -o-transition: all .2s ease-in;
    -webkit-transition: all .2s ease-in;
    transition: all .2s ease-in;
    background: #00ff00;
}

.work-block-9 a:hover .work-thumb-lg {
	-moz-transition: all .2s ease-in;
    -o-transition: all .2s ease-in;
    -webkit-transition: all .2s ease-in;
    transition: all .2s ease-in;
    background: #00ff00;
}

.work-block-3 {
	display: block;
	margin-top: 50px;
	margin-left: 10%;
	margin-right: 25%;
	margin-bottom: 250px;
	-webkit-column-break-inside: avoid;
	-moz-column-break-inside: avoid;
}

.work-block-3 a {
	text-decoration: none;
}

.work-block-3 a:hover .work-thumb-sml {
	-moz-transition: all .2s ease-in;
    -o-transition: all .2s ease-in;
    -webkit-transition: all .2s ease-in;
    transition: all .2s ease-in;
    background: #00ff00;
}

.work-block-3 a:hover .work-thumb-lg {
	-moz-transition: all .2s ease-in;
    -o-transition: all .2s ease-in;
    -webkit-transition: all .2s ease-in;
    transition: all .2s ease-in;
    background: #00ff00;
}

.work-thumb-sml {
	display: block;
	position: relative;
	height: 400px;
}
.work-thumb-lg {
	display: block;
	position: relative;	
	height: 600px;
}

.thumb-image {
	position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    background-position: center center;
    background-repeat: none;
    z-index: -1;
}

.project-image {
	position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    background-position: center center;
    background-repeat: none;
}

.footer {
	display: inline;
	position: fixed;
	width: 100%;
	left: 0;
	bottom: 0;
	column-count: 2;
	z-index: 2000;
}

.footer-about {
	display: inline;
	position: fixed;
	width: 100%;
	left: 0;
	bottom: 0;
	column-count: 2;
	z-index: 2000;
}

.project-hero {
	display: block;
	text-align: left;
	padding-top: 60px;
	position: relative;
	margin-left: 20%;
	padding-top: 10%;
	margin-bottom: 100px;
	width: 70%;
}

.project-title {
	display: block;
	text-align: left;
	z-index: -1;
	margin-bottom: 0px;
}


.project-detail {
	position: relative;
	display: block;
	column-count: 1;
	margin-top: 100px;
	margin-left: 10px;
	margin-right: 10px;
	margin-bottom: 100px;
}

.project-detail-block {
	display: block;
	margin-top: 0px;
	margin-bottom: 20px;
}

.project-detail-block-multi {
	display: block;
	column-count: 2;
	margin-top: 0px;
	margin-bottom: 20px;
}

.project-thumb-sml-1 {
	display: block;
	position: relative;
	width: 100%;
	height: auto;
	margin-right: 3px;
}
.project-thumb-sml-2 {
	display: block;
	position: relative;
	width: 100%;
	height: auto;
	margin-left: 3px;
}
.project-thumb-lg {
	display: block;
	position: relative;	
	width: 100%;
	height: auto;
}

.other-projects {
	width: 80%;
	text-align: left;
	margin-left: 20%;
	padding-top: 100px;
	padding-bottom: 150px;
}

.other-projects a {
	text-decoration: none;
	color: #000000;
}

.other-projects a:hover {
	color: #00ff00;
}

.hero-bio {
	position: relative;
	text-align: right;

}

.hero-bio-grid {
	display: block;
	text-align: left;
	position: fixed;
	z-index: -1;
	margin-top: 100px;
	margin-left: 45%;
	margin-bottom: 0px;
	width: 45%;
}

.bio-thumb-sml {
	display: block;
	height: 200px;
}
.bio-thumb-lg {
	display: block;
	height: 400px;
}

.bio-body {
	display: block;
	text-align: left;
	padding-top: 100px;
	position: relative;
	margin-left: 20%;
	padding-bottom: 120px;
	width: 60%;
}

/*.bio-hero-block {
padding-bottom: 50px;
}
*/
.bio-text-block {
	padding-bottom: 30px;
	width: 90%;
}



.website-link {
	font-size: 20px;
	font-weight: normal;
	line-height: 2px;
	text-decoration: none;
  	text-decoration: none; 
}

.website-link:hover{

  	text-decoration: none; 
  	color: #00ff00;
}

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

.dotted{

	border-bottom: 2px solid #00ff00;
  	text-decoration: none; 
}

.dotted-white{

	border-bottom: 2px solid #000000;
  	text-decoration: none; 
}

.dotted:hover{

	border-bottom: 2px solid #00ff00;
  	text-decoration: none; 
  	color: #00ff00;
}

.me:hover{
    cursor: url('img/about/sarah.jpg'), auto;
  }

.me:hover ~ .body-bio{
    background: #00ff00;
  }

  .fear:hover{
    cursor: url('img/about/fear.jpg'), auto;
  }

  .matrix:hover{
    cursor: url('img/about/matrix.jpg'), auto;
  }

    .dragon:hover{
    cursor: url('img/about/dragon.jpg'), auto;
  }

    .akira:hover{
    cursor: url('img/about/akira.jpg'), auto;
  }

    .moderat:hover{
    cursor: url('img/about/moderat.jpg'), auto;
  }

    .mia:hover{
    cursor: url('img/about/mia.jpg'), auto;
  }

   .got:hover{
    cursor: url('img/about/got.jpg'), auto;
  }

   .frikandel:hover{
    cursor: url('img/about/frikandel.jpg'), auto;
  }

   .gigi:hover{
    cursor: url('img/about/gigi.jpg'), auto;
  }

    .bros:hover{
    cursor: url('img/about/bros.jpg'), auto;
  }

    .black:hover{
    cursor: url('img/about/black.jpg'), auto;
  }

    .blade:hover{
    cursor: url('img/about/blade.jpg'), auto;
  }

    .musea:hover{
    cursor: url('img/about/musea.jpg'), auto;
  }

    .schnitzel:hover{
    cursor: url('img/about/schnitzel.jpg'), auto;
  }

    .skiffa:hover{
    cursor: url('img/about/skiffa.jpg'), auto;
  }

    .spacex:hover{
    cursor: url('img/about/spacex.jpg'), auto;
  }

    .techno:hover{
    cursor: url('img/about/techno.jpg'), auto;
  }

    .zelda:hover{
    cursor: url('img/about/zelda.jpg'), auto;
  }

    .gt:hover{
    cursor: url('img/about/gt.jpg'), auto;
  }

    .surf:hover{
    cursor: url('img/about/surf.jpg'), auto;
  }

    .sea:hover{
    cursor: url('img/about/sea.jpg'), auto;
  }

    .run:hover{
    cursor: url('img/about/run.jpg'), auto;
  }

    .books:hover{
    cursor: url('img/about/books.jpg'), auto;
  }

.project-wrapper {

	width: 100%;
	position:relative;
	left:0;
	right:0;
	padding-bottom: 100px;
	background-color: #f8f8f8;
}

.project-wrapper-white {

	width: 100%;
	position:relative;
	left:0;
	right:0;
	padding-bottom: 100px;

}

.project-wrapper-full {

	width: 100%;
	position:relative;
	left:0;
	right:0;
}

.project-grid{
	width: 67%;
	text-align: left;
	margin: auto;
	padding-left: 0;
}
.project-grid-white{
	margin-left: 16.5%;
	margin-right: 16.5%;
}

.project-list-item{

	list-style-type: none;
	padding-right: 5%;
	padding-left: 5%;
	padding-top: 100px;
	margin: 0;
}

.project-list-item-img{

	box-shadow: 6px 6px 9px rgba(0,0,0,.1);
}


.block-text{
	display: none;
	position: absolute;
	bottom: 0;
}

.hover-text{
	display: none;
	position: absolute;
	bottom: 0;
	margin-bottom: 40px;
	margin-left: 40px;
	margin-right: 40px;
}

.work-block-1:hover .hover-text{
	display: block;
}
.work-block-2:hover .hover-text{
	display: block;
}

.work-block-3:hover .hover-text{
	display: block;
}
.work-block-4:hover .hover-text{
	display: block;
}
.work-block-5:hover .hover-text{
	display: block;
}
.work-block-6:hover .hover-text{
	display: block;
}
.other-projects{
	font-size: 50px; 
/*	margin-bottom: 20px; */
	line-height: 40px; 
}

project-wrapper-full{
	float: left;
}


/* MOBILE */


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


	body .hero-home {
	padding-top: 60px;
	}

	.bg-green{
		width: 100%;
		height: 100%;
		background-color: #00ff00;
	}

	.header{
		background-color: white;
	}
	.header-about{
	background-color: #00ff00;
	}
	.footer{
		background-color: white;
	}
	.footer-about{
	background-color: #00ff00;
	}

	.main-title {
	width: 79%;
	margin-left: 10%;
	margin-top: 6%;
	}

	.site-title {
	width: 80%;
	text-align: left;
	margin-left: 20%;
	margin-top:13%;
	}

	.email {
	width: 80%;
	text-align: left;
	margin-left: 20%;
	}

	h1 {
	font-size: 37px;
	line-height: 47px;
	font-weight: normal;
	margin-top: 0px;

	}
	h2 {
	font-size: 26px;
	line-height: 36px;
	margin-bottom: 50px;
	}
	h3 {
	font-size: 80px;
	line-height: 32px;

	}
	h4 {
	font-size: 16px;
	line-height: 26px;
	}
	h5 {
	font-size: 45px;
	line-height: 40px;
	}
		
	h6 {
	font-size: 18px;
	font-weight: normal;
	line-height: 28px;
	margin:0;
	width: 100%;

	}
	.nav, .social {
	display: none;

	}
	.nav-mob, .social-mob {
	display: block;
	margin-right: 20%;
	}

	.work {
	margin-top:36vh;
	margin-left: 10%;
	margin-right: 10%;
	margin-bottom: 20%;
	}
	.work-block-1 {
	margin-top: 0px;
	margin-left: 0px;
	margin-right: 0px;
	margin-bottom: 20px;
	}
	.work-block-2 {
	margin-top: 0px;
	margin-left: 0px;
	margin-right: 0px;
	margin-bottom: 20px;
	}
	.work-block-3 {
	margin-top: 0px;
	margin-left: 0px;
	margin-right: 0px;
	margin-bottom: 20px;
	}
	.work-block-4 {
	margin-top: 0px;
	margin-left: 0px;
	margin-right: 0px;
	margin-bottom: 20px;
	}
	.work-block-5 {
	margin-top: 0px;
	margin-left: 0px;
	margin-right: 0px;
	margin-bottom: 20px;
	}
	.work-block-6 {
	margin-top: 0px;
	margin-left: 0px;
	margin-right: 0px;
	margin-bottom: 20px;
	}
	.work-block-7 {
	margin-top: 0px;
	margin-left: 0px;
	margin-right: 0px;
	margin-bottom: 20px;
	}
	.work-block-8 {
	margin-top: 0px;
	margin-left: 0px;
	margin-right: 0px;
	margin-bottom: 20px;
	}
	.work-block-9 {
	margin-top: 0px;
	margin-left: 0px;
	margin-right: 0px;
	margin-bottom: 20px;
	}
	.work-thumb-sml {
	height: 300px;
	}
	.work-thumb-lg {
	height: 300px;
	}

	.hero-bio-grid {
    z-index: -1000;
    margin-top: 0;
    margin-left: 0;
    margin-bottom: 0px;
    width: 95.5%;
	}
	.bio-body {
	width: 76%;
	margin-left: 10%;
	padding-top: 12vh;
	}
	.bio-text-block {
	width: 100%;
	padding-top:1px;
	}

	.project-hero {
	display: block;
	text-align: left;
	position: relative;
	margin-left: 10%;
	margin-bottom: 0px;
	width: 75%;
	}

	.project-title{
		margin-bottom: 60px;
	}
	.project-detail {
    margin-top: 50px;
    margin-left: 10px;
    margin-right: 10px;
    margin-bottom: 70px;
	}
	.project-detail-block {
	margin-top: 0px;
	margin-left: 0px;
	margin-right: 0px;
	margin-bottom: 20px;
	}
	.project-detail-block-multi {
	margin-top: 0px;
	margin-left: 0px;
	margin-right: 0px;
	margin-bottom: 20px;
	column-count: 1;
	}
	.project-thumb-sml-1 {
	width: 100%;
	height: auto;
	margin-right: 0;
	margin-bottom: 20px;
	}
	.project-thumb-sml-2 {
	width: 100%;
	height: auto;
	margin-right: 0;
	}
	.project-thumb-lg {
	width: 100%;
	height: auto;
	}
	.other-projects {
	padding-bottom: 100px;
	padding-top: 30px;
	text-align: left;
	margin-left: 10%;
	}


	.project-wrapper {
	width: 100%;
	position:relative;
	left:0;
	right:0;
	text-align: center;
	padding-bottom: 60px;
	}

	.project-wrapper-white {
	padding-bottom: 60px;
	}

	.project-grid-white{
	margin-left: 10%;
	margin-right:10%;
	}

	.project-grid{
	width: 83.33%;
	text-align: left;
	margin: auto;
	padding-left: 0;
	}

	.project-list-item{
	list-style-type: none;
	padding-right: 2%;
	padding-left: 2%;
	padding-top: 60px;
	margin: 0;
	}

	.bio-hero-block {
	padding-bottom: 0px;
	}

	.website-link {
	font-size: 17px;
	font-weight: normal;
	line-height: 27px;
	text-decoration: none;
	border-bottom: 2px solid #00ff00;
  	text-decoration: none; 
	}

	.website-link:hover{

	border-bottom: 2px solid #00ff00;
  	text-decoration: none; 
  	color: #00ff00;
	}

	.block-text{
	display: block;
}

@media screen and (max-width: 320px) {
	.work {
	margin-top:40vh;
	}

	.main-title {
	width: 80%;
		margin-top: 6%

	}

	h1 {
	font-size: 32px;
	line-height: 42px;
	margin-bottom: 0px;
	margin-top: 0px;
	}

	h2{
		font-size: 25px;
		line-height: 35px;
	}

	body .hero-home {
	padding-top: 60px;
	}

	.bio-body{
		width: 74%;

	}
	.project-title{
	margin-bottom: 40px;
	}

	.project-wrapper{
	padding-bottom: 40px;
	}

	.project-list-item{
		padding-top: 40px;
	}

	.project-wrapper-white{
		padding-bottom: 40px;
	}

	.project-grid-white{
		margin-left: 10%;
		margin-right:10%;
	}
}


/* TABLET PORTRAIT */

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

	h2 {
	font-size: 43px;
	line-height: 53px;
	margin-bottom: 80px;
	}

	h3 {
	font-size: 40px;
	line-height: 44px;
	}

	h4 {
	font-size: 28px;
	line-height: 32px;
	}

	h6 {
	width: 100%;
	}

	.header {
	width: 100%;
	}

	.header-about {
	width: 100%;
	}

	.hero-home {
	position: relative;
	text-align: left;
	padding-top: 200px;
	}

	.main-title {
	display: block;
	text-align: left;
	position: fixed;
	z-index: -1;
	margin-left: 5%;
	margin-right: 5%;
	margin-bottom: 0px;
	width: 86%;

	}

	.site-title {
	width: 80%;
	text-align: left;
	margin-left: 20%;
	margin-top:13%;
	}

	.work {
	margin-top:550px;
	}
	.work-block-1 {
	margin-right: 20%;
	}
	.work-block-2 {
	margin-left: 20%;
	}
	.work-block-3 {
	margin-right: 20%;
	}
	.work-block-4 {
	margin-right: 10%;
	}
	.work-block-5 {
	margin-right: 25%;
	}
	.work-block-6 {
	margin-left: 30%;
	}
	.work-block-7 {
	margin-right: 30%;
	}
	.work-block-8 {
	margin-left: 25%;
	}
	.work-block-9 {
	margin-right: 20%;
	}
	.work-thumb-lg {
	height: 400px;
	}
	.hero-bio-grid {
    margin-left: 30%;
    width: 60%;
	}
	.bio-body {
	width: 62%;
	padding-top: 120px;
	margin-left: 20%;
	}
	.bio-text-block {
	width: 90%;
	}

	.project-hero {
	display: block;
	text-align: left;
	padding-top: 60px;
	position: relative;
	margin-left: 12.33%;
	margin-bottom: 80px;
	width: 70%;
	}

	.project-wrapper {

	width: 100%;
	position:relative;
	left:0;
	right:0;
	background-color: #f3f3f3;
	text-align: center;
	padding-bottom: 30px;
	padding-top: 30px;
	}

	.project-wrapper-white {

	width: 100%;
	position:relative;
	left:0;
	right:0;
	text-align: center;
	padding-bottom: 30px;
	padding-top: 30px;
	}

	.project-grid{
	padding-top: 60px;
	padding-bottom: 60px;
	}

	.project-grid-white{
	padding-top: 60px;
	padding-bottom: 60px;
	}

	.project-list-item{

	list-style-type: none;
	padding-right: 5%;
	padding-left: 5%;
	padding-top: 30px;
	padding-bottom: 30px;
	margin: 0;
	}

	.other-projects {
	width: 70%;
	text-align: left;
	margin-left: 12.33%;
	padding-top: 50px;
	padding-bottom: 50px;
	}


	h6 {
	font-size: 25px;
	font-weight: normal;
	line-height: 35px;
	text-align: left;
	color: #000000;
	width: 100%;
	}

	p {
	font-size: 25px;
	font-weight: normal;
	line-height: 35px;
	color: #000000;
	}

}


/* TABLET LANDSCAPE */

@media screen and (min-width:769px) and (max-width:1024px) {
	.hero-home {
	position: relative;
	text-align: left;
	padding-top: 150px;

	}

	.main-title {
	display: block;
	text-align: left;
	position: fixed;
	z-index: -1;
	margin-left: 5%;
	margin-bottom: 0px;
	width: 80%;
	}

	.project-hero {
	display: block;
	text-align: left;
	padding-top: 60px;
	position: relative;
	margin-left: 12.33%;
	margin-bottom: 0px;
	width: 70%;
	}

	h2 {
	font-size: 43px;
	line-height: 53px;
	margin-bottom: 80px;
	}
}

@media screen and (min-width:1024px) and (max-width:1440px) {
	h2 {
	font-size: 56px;
	line-height: 66px;
	text-transform: none;
	font-weight: normal;
	margin-bottom: 100px;
	}
}


/* WIDE */

@media screen and (min-width:1440px){
	h1 {
	font-size: 100px;
	line-height: 110px;
	}

	h2 {
	margin-bottom: 100px;
	}

	h6, p {
	font-size: 20px;
	line-height: 30px;
	margin: 0;
	width: 70%;
	}

	.website-link {
	font-size: 25px;
	line-height: 35px;
	border-bottom: 2px solid #00ff00;
  	text-decoration: none; 
	}

	.website-link:hover{
	border-bottom: 2px solid #00ff00;
  	text-decoration: none; 
  	color: #00ff00;
	}

	.project-hero {
	display: block;
	text-align: left;
	padding-top: 100px;
	position: relative;
	margin-left: 16%;
	margin-bottom: 100px;
	width: 70%;
	}

	.project-grid{
	width: 69%;
	}

	.project-grid-white{
	width: 69%;
	}

	.project-wrapper {
	padding-bottom: 120px;
	}

	.project-list-item{
	list-style-type: none;
	padding-right: 0%;
	padding-left: 0%;
	padding-top: 120px;
	margin: 0;
	}

	.bio-text-block {
	padding-bottom: 30px;
	width: 100%;
	}

	.main-title {
	width: 49%;
	}

}

/* VERY WIDE */

@media screen and (min-width:1700px){
	h1 {
	font-size: 110px;
	line-height: 120px;

	}
}


