@charset "UTF-8";
/* CSS Document */

@font-face {
  font-family: 'socicon';
  src: url('font/socicon-webfont.eot'); /* IE9 Compat Modes */
  src: url('font/socicon-webfont.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('font/socicon-webfont.woff2') format('woff2'), /* Super Modern Browsers */
       url('font/socicon-webfont.woff') format('woff'), /* Pretty Modern Browsers */
       url('font/socicon-webfont.ttf')  format('truetype'), /* Safari, Android, iOS */
       url('font/socicon-webfont.svg#svgFontName') format('svg'); /* Legacy iOS */
}

html{
height:100%;	
}

a{
	text-decoration:none
}

body{
margin:0px;	
height:100%;
display:block;
}

.mobile{
display:none;
	background-size:cover;
	background-position: center;	
}

#wrapper{
width:100%;
height:100%;
overflow-x:hidden;
-webkit-box-shadow: 0px -10px 30px 0px rgba(0,0,0,0.8);
-moz-box-shadow: 0px -10px 30px 0px rgba(0,0,0,0.8);
box-shadow: 0px -10px 30px 0px rgba(0,0,0,0.8);
z-index:800;
position:absolute;
}

#portfolioWrapper{
width:100%;
height:100%;
overflow-x:hidden;
-webkit-box-shadow: 0px -10px 30px 0px rgba(0,0,0,0.8);
-moz-box-shadow: 0px -10px 30px 0px rgba(0,0,0,0.8);
box-shadow: 0px -10px 30px 0px rgba(0,0,0,0.8);
z-index:800;
position:absolute;
}

#landing{
background-color:#1f1f28;
width:100%;
position:relative;
min-height:100%;
display:flex;
overflow-x: hidden;
}

.introPhoto{
position:absolute;
height:100%;
width:auto;
transform-origin:0% 0%;
margin-left:45%;
z-index:800;	
}

.introName{
width:100%;
text-align:left;
position:relative;
margin-top:0;
}

.introName img{
width:56%;
margin-left:-6%;
margin-top:20px;	
}

.introPara{
position:relative;
width:60%;
margin-left:20%;
color: #cccccc;
text-align:center;
z-index:800;
align-self: flex-end;
}

.sectionTitle{
color:#1f1f28;	
font-size:28px;
font-family:Lato, sans-serif;
text-transform:uppercase;
margin-top:60px !important;
margin-bottom:10px !important;
text-align:center
}

.underline{
width:50px;
background: #00b19a; /* For browsers that do not support gradients */
  background: -webkit-linear-gradient(left bottom, #00e798, #00729c); /* For Safari 5.1 to 6.0 */
  background: -o-linear-gradient(bottom left, #00e798, #00729c); /* For Opera 11.1 to 12.0 */
  background: -moz-linear-gradient(bottom left, #00e798, #00729c); /* For Firefox 3.6 to 15 */
  background: linear-gradient(to bottom left, #00e798, #00729c); /* Standard syntax */
height:4px;
border-radius: 2px;
margin:20px auto;
}

.para1{
	-webkit-column-count: 2; /* Chrome, Safari, Opera */
    -moz-column-count: 2; /* Firefox */
    column-count: 2;
	-webkit-column-gap: 24px; /* Chrome, Safari, Opera */
    -moz-column-gap: 24px; /* Firefox */
    column-gap: 24px;
}

.copy{
	color:#cccccc; 
	font-family:Lato, sans-serif;
	font-size: 14px;
	line-height:1.5;
	font-weight:400;
	text-align:left;
	text-align:justify;	
}

.aboutCopy{
width:70%;
text-align:center;
margin:0px auto; 
display:inline-block;
}

.columnContainer{
display:flex;	
}

.columnContainer .column3:nth-child(2) {
margin:0% 5%;
}

.column3{
width:30%;
float:left;
text-align:center;	
}

.column3 img{
max-width:70%;
margin-top:10px;	
}

.column3 .subTitle{
color:#1f1f28;	
font-size:22px;
font-family:Lato, sans-serif;
text-transform:uppercase;
margin-top:20px !important;
margin-bottom:20px !important;
text-align:center	
}

.icon{
width:50px;
max-width:20% !important;
margin-top:10px;	
}

.tooltip{
display:inline;
margin:0% 2%;	
}

.tooltip2{
display:inline;
margin:40px 5px;	
}

.tooltip .tooltiptext, .tooltip2 .tooltiptext {
    visibility: hidden;
    background-color: #444444;
    color: #fff;
    text-align: center;
    border-radius: 4px;
    padding: 5px 0px;
	font-family:'Lato', sans-serif;
	font-size:14px;
    position: absolute;
	width:100px;
	margin-left:-25px;
	margin-top:70px;
    z-index: 800;
}

.tooltip2 .tooltiptext {
	margin-top:60px;
	background-color:#00b19a;
}

.tooltip:hover .tooltiptext, .tooltip2:hover .tooltiptext {
    visibility: visible;
}

.tooltip .tooltiptext::after, .tooltip2 .tooltiptext::after {
    content: " ";
    position: absolute;
    bottom: 100%;  /* At the top of the tooltip */
    left: 50%;
    margin-left: -5px;
    border-width: 5px;
    border-style: solid;
    border-color: transparent transparent #444444 transparent;
}

.tooltip2 .tooltiptext::after {
	border-color: transparent transparent #00b19a transparent;
}

@keyframes CTAAction {
    0%   {opacity:1;}
    100% {opacity:0;}
}

.CTAContainer{
position:relative;
width:220px;
height:50px;
margin:40px auto 40px;	
}

.CTA{
position:absolute;	
background: none;
font-family: 'Lato', sans-serif;
font-size:16px;	
    color: #1f1f28;
	padding:13px 0px;
    border-radius: 4px;
	min-width:220px;
	border:2px solid rgba(0,177,154,1);
	box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;	
	
}

.btnSend{
font-family: 'Lato', sans-serif;
font-size:16px;	
    color: #ffffff;
	background:none;
	box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;	
	border:none;	
}

.CTADefault{
position:absolute;
background: #00b19a; /* For browsers that do not support gradients */
  background: -webkit-linear-gradient(left bottom, #00e798, #00729c); /* For Safari 5.1 to 6.0 */
  background: -o-linear-gradient(bottom left, #00e798, #00729c); /* For Opera 11.1 to 12.0 */
  background: -moz-linear-gradient(bottom left, #00e798, #00729c); /* For Firefox 3.6 to 15 */
  background: linear-gradient(to bottom left, #00e798, #00729c); /* Standard syntax */
font-family: 'Lato', sans-serif;
font-size:16px;	
    color: #ffffff;
	padding:15px 0px;
    border-radius: 4px;
	min-width:220px;
}

.CTADefault:hover{
animation-name: CTAAction;
animation-duration: 0.5s;	
animation-fill-mode: forwards;
-webkit-animation-name: CTAAction;
-webkit-animation-duration: 0.5s;	
-webkit-animation-fill-mode: forwards;	
}

.socialIcon{
max-height:40px;	
max-width:40px;
margin:0px 5px;
text-align:center;	
}

@keyframes pfBtnAction {
    0%   {border:2px solid #ffffff}
    100% {border:25px solid #ffffff}
}

@keyframes greenArrow {
    0%   {opacity:0}
    100% {opacity:1}
}

.pfBtn{
position:absolute;	
width:50px;
height:50px;
border:2px solid #ffffff;
border-radius:50%;
box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;	
	z-index:200;
}

.pfBtnContainer:hover > .pfBtn{
animation-name: pfBtnAction;
animation-duration: 0.3s;	
animation-fill-mode: forwards;
-webkit-animation-name: pfBtnAction;
-webkit-animation-duration: 0.3s;	
-webkit-animation-fill-mode: forwards;
}

.pfBtnContainer:hover > .pfBtnArrowGreen{
animation-name: greenArrow;
animation-duration: 0.3s;	
animation-fill-mode: forwards;
-webkit-animation-name: greenArrow;
-webkit-animation-duration: 0.3s;	
-webkit-animation-fill-mode: forwards;
}

.pfBtnArrow{
transform-origin:50% 50%;
position:absolute;	
z-index:100;
left:14px;
top:13px;
-ms-transform: rotate(-90deg); /* IE 9 */
    -webkit-transform: rotate(-90deg); /* Chrome, Safari, Opera */
    transform: rotate(-90deg);
}

.pfBtnArrowGreen{
opacity:0;	
transform-origin:50% 50%;
position:absolute;	
z-index:300;
left:14px;
top:13px;
-ms-transform: rotate(-90deg); /* IE 9 */
    -webkit-transform: rotate(-90deg); /* Chrome, Safari, Opera */
    transform: rotate(-90deg);
}
	
.pfBtnContainer{
position:relative;
width:50px;
height:50px;
margin:20px auto 0px;	
}

.pfBtnContainer *{
cursor:pointer;	
}

@keyframes pulse {
    0%   {width:50px; height:50px; opacity:1; margin-left:-25px; margin-top:20px;}
    66% {width:70px; height:70px; opacity:0; margin-left:-35px; margin-top:10px;}
    100% {width:70px; height:70px; opacity:0; margin-left:-35px; margin-top:10px;}
}

.scrollArrow {
	display:flex;
	margin-left:-25px;
	margin-top:20px;
    width: 50px;
	border-radius:50%;
    height: 50px;
    position: absolute;
    background: #00b19a; /* For browsers that do not support gradients */
  background: -webkit-linear-gradient(left bottom, #00e798, #00729c); /* For Safari 5.1 to 6.0 */
  background: -o-linear-gradient(bottom left, #00e798, #00729c); /* For Opera 11.1 to 12.0 */
  background: -moz-linear-gradient(bottom left, #00e798, #00729c); /* For Firefox 3.6 to 15 */
  background: linear-gradient(to bottom left, #00e798, #00729c); /* Standard syntax */
    animation-name: pulse;
    animation-duration: 1.5s;
	animation-iteration-count: infinite;
	-webkit-animation-name: pulse;
    -webkit-animation-duration: 1.5s;
	-webkit-animation-iteration-count: infinite;
	left:50%;
	transform-origin:50% 50%;
	-webkit-transform-origin: 50% 50%; /* Chrome, Safari, Opera */
	-ms-transform-origin: 50% 50%; /* Chrome, Safari, Opera */	
}
	
	.scrollArrowInner {
	display:flex;	
	margin-left:-25px;
	margin-top:20px;
    width: 50px;
	border-radius:50%;
    height: 50px;
    position: absolute;
    background: #00b19a; /* For browsers that do not support gradients */
  background: -webkit-linear-gradient(left bottom, #00e798, #00729c); /* For Safari 5.1 to 6.0 */
  background: -o-linear-gradient(bottom left, #00e798, #00729c); /* For Opera 11.1 to 12.0 */
  background: -moz-linear-gradient(bottom left, #00e798, #00729c); /* For Firefox 3.6 to 15 */
  background: linear-gradient(to bottom left, #00e798, #00729c); /* Standard syntax */
    animation-duration: 2s;
	left:50%;
	transform-origin:50% 50%;
	-webkit-transform-origin: 50% 50%; /* Chrome, Safari, Opera */
	-ms-transform-origin: 50% 50%; /* Chrome, Safari, Opera */
	}
	
	#scrollArrowContainer{
	position:relative;
	display: flex;
	width:100px;
	height:110px;	
	margin:0px auto;
	}
	
	.scrollArrowInner:hover{
	cursor:pointer;	
	}

	
	#scrollDown{
	position:absolute;
	bottom:0px;
	width:100px;
	left:50%;
	-webkit-transform: translate3d(-50%,-50%,0);
    -ms-transform: translate3d(-50%,-50%,0);
    transform: translate3d(-50%,-50%,0);	
	}


#overlay{
	-webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
            box-sizing: border-box;
position:fixed;
top:0px;
left:0px;
width:100%;
height:100%;
background-color:rgba(0,0,0,0.8);
z-index:800;
display:none;
}

#project1, #project2, #project3, #project4, #project5, #project6, #project7, #project8, #project9, #project10, #project11, #project12{
	-webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
            box-sizing: border-box;
			-webkit-transform: translate3d(-50%,0%,0);
    -ms-transform: translate3d(-50%,0%,0);
    transform: translate3d(-50%,0%,0);
position:absolute;
display:none;
max-width:950px;
width:100%;
height:100%;
left:50%;
padding:20px 0;
}

#menu{
width:88px;
right:0px;
/*background-color:#00b19a;*/
position:fixed;
z-index:960;	
/*border-bottom:3px solid #00b19a;*/
}

.menuContainer{
width:88px;
margin:106px 0px;
text-align:center;
}

.menuItem{
height:60px;
color:#ffffff;
font-family: 'Lato', sans-serif;
font-size:16px;
opacity:0;
display:block !important;
margin-top:9px;
}

.menuItem p {
display: block;
-webkit-margin-before: 0px;
-webkit-margin-after: 0px;
-webkit-margin-start: 0px;
-webkit-margin-end: 0px;
}

@keyframes menuIconAction {
    0%   {height:25px}
    100% {height:35px}
}

@keyframes menuItemAction {
    0%   {height:60px}
    100% {height:70px}
}

.menuIcon{
width:50px;
height:25px;
margin:10px auto 5px;
background-size:auto 100%;
background-repeat:no-repeat;
background-position:center;
}

.menuItem:hover{
animation-name: menuItemAction;
animation-duration: 0.3s;	
animation-fill-mode: forwards;
-webkit-animation-name: menuItemAction;
-webkit-animation-duration: 0.3s;	
-webkit-animation-fill-mode: forwards;	
}

.menuItem:hover > .menuIcon{
animation-name: menuIconAction;
animation-duration: 0.3s;	
animation-fill-mode: forwards;
-webkit-animation-name: menuIconAction;
-webkit-animation-duration: 0.3s;	
-webkit-animation-fill-mode: forwards;
}

#menuBtn{
position:fixed;
cursor:pointer;
margin-left:12px;
margin-top:15px;
}


@keyframes menuBtnAction {
    0%   {width:60px; height:60px; opacity:1}
    100% {right:4px; top:4px; width:80px; height:80px; opacity:0}
}


.menuBtnContainer:hover .menuBtnWrapper2{
animation-name: menuBtnAction;
animation-duration: 0.7s;	
animation-fill-mode: forwards;
-webkit-animation-name: menuBtnAction;
-webkit-animation-duration: 0.7s;	
-webkit-animation-fill-mode: forwards;
}

.menuBtnWrapper, .menuBtnWrapper2{
width:60px;
height: 60px;	
position:fixed;
right:14px;
top:14px;
border-radius:100%;
background: #00b19a; /* For browsers that do not support gradients */
  background: -webkit-linear-gradient(left bottom, #00e798, #00729c); /* For Safari 5.1 to 6.0 */
  background: -o-linear-gradient(bottom left, #00e798, #00729c); /* For Opera 11.1 to 12.0 */
  background: -moz-linear-gradient(bottom left, #00e798, #00729c); /* For Firefox 3.6 to 15 */
  background: linear-gradient(to bottom left, #00e798, #00729c); /* Standard syntax */	
cursor:pointer;	
overflow:visible;
z-index:980;
opacity:1;
}

.closeProject{
width:60px;
height: 60px;	
position:fixed;
right:14px;
top:14px;
border-radius:100%;
background: #00b19a; /* For browsers that do not support gradients */
  background: -webkit-linear-gradient(left bottom, #00e798, #00729c); /* For Safari 5.1 to 6.0 */
  background: -o-linear-gradient(bottom left, #00e798, #00729c); /* For Opera 11.1 to 12.0 */
  background: -moz-linear-gradient(bottom left, #00e798, #00729c); /* For Firefox 3.6 to 15 */
  background: linear-gradient(to bottom left, #00e798, #00729c); /* Standard syntax */
cursor:pointer;	
overflow:visible;
z-index:990;
}

#closeBtn{
position:fixed;
cursor:pointer;
margin-left:10px;
margin-top:28px;
}

.closeIcon1{
	-ms-transform: rotate(45deg); /* IE 9 */
    -webkit-transform: rotate(45deg); /* Chrome, Safari, Opera */
    transform: rotate(45deg);
    -ms-transform-origin: 50% 50%; /* IE 9 */
    -webkit-transform-origin: 50% 50%; /* Chrome, Safari, Opera */
    transform-origin: 50% 50%; width:40px; height:5px; background-color:#ffffff; border-radius: 2px }
.closeIcon2{
	-ms-transform: rotate(-45deg); /* IE 9 */
    -webkit-transform: rotate(-45deg); /* Chrome, Safari, Opera */
    transform: rotate(-45deg);
    -ms-transform-origin: 50% 50%; /* IE 9 */
    -webkit-transform-origin: 50% 50%; /* Chrome, Safari, Opera */
    transform-origin: 50% 50%; width:40px; height:5px; background-color:#ffffff; margin-top:-5px; border-radius: 2px}


.overlay{
width:100%;
height:100%;
position:fixed;
z-index:800;
background-color:rgba(0,0,0,0.5);
display:none;	
}

.thumbnail{
	width:25%;
	float:left; 
	overflow:hidden;
	position:relative;
}

.vertical-align-wrap {
  position: absolute;
  width: 100%;
  height: 100%;
  display: table;
  z-index:800;
}

.thumbOverlay{
	width:140%; height:180%; 
	background: #00b19a; /* For browsers that do not support gradients */
  background: -webkit-linear-gradient(left bottom, #00e798, #00729c); /* For Safari 5.1 to 6.0 */
  background: -o-linear-gradient(bottom left, #00e798, #00729c); /* For Opera 11.1 to 12.0 */
  background: -moz-linear-gradient(bottom left, #00e798, #00729c); /* For Firefox 3.6 to 15 */
  background: linear-gradient(to bottom left, #00e798, #00729c); /* Standard syntax */
	-ms-transform-origin: 50% 50%; /* IE 9 */
    -webkit-transform-origin: 50% 50%; /* Chrome, Safari, Opera */
    transform-origin: 50% 50%; margin:-100% -20%; position:absolute;
}

.thumbImg{
	width:100%; height:100%;
	background-position:center;
	background-repeat:no-repeat;
	background-size:cover; 
	position:absolute; 
}

.thumbCaption{
			width:100%;
			height:100%;
			background-color:rgba(0,177,154,0.85);
			color:#ffffff;
			font-family: 'Lato', sans-serif;
			font-size:20px;
			text-align:center;
			font-weight:400;
			display: table-cell;
			vertical-align: middle;
			}

			
.thumbCaption2{
			font-family: 'Lato', sans-serif;
			font-size:14px;
			font-weight: 400;
			line-height:16px !important;
			}			

form input {
    display: inline-block;
	font-family: 'Lato', sans-serif;
	padding-left:15px;
    height: 45px;
    background: #ffffff;
	margin-bottom: 10px;
	width:100%;
	width: 100%;
    -webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
    -moz-box-sizing: border-box;    /* Firefox, other Gecko */
    box-sizing: border-box;         /* Opera/IE 8+ */
	max-width:100%;
	border:none;
	border-radius:0px !important;
}

form textarea {
    display: inline-block;
	font-family: 'Lato', sans-serif;
	padding:15px;
    background: #ffffff;
	margin-bottom:10px;
	width:100%;
	width: 100%;
    -webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
    -moz-box-sizing: border-box;    /* Firefox, other Gecko */
    box-sizing: border-box;         /* Opera/IE 8+ */
	height:155px;
	border:none;
	border-radius:0px !important;
}

.title{
color:#222222;
font-family: 'Lato', sans-serif;
font-size:35px;	
line-height:35px;
font-weight:400;
margin:40px auto 0px;
}

::selection{
background: #00b19a !important;	
color:#ffffff;
}

.projectPageTitle{
width:85%;
text-align:center;
margin:0px auto; 
display:inline-block;
}

.hamburger1{
    -ms-transform-origin: 0% 50%; /* IE 9 */
    -webkit-transform-origin: 0% 50%; /* Chrome, Safari, Opera */
    transform-origin: 0% 50%; width:36px; height:5px; margin-bottom:8px; background-color:#ffffff; border-radius: 2px}
.hamburger2{-ms-transform-origin: 50% 50%; /* IE 9 */
    -webkit-transform-origin: 50% 50%; /* Chrome, Safari, Opera */
    transform-origin: 50% 50%; width:36px; height:5px; margin-bottom:8px; background-color:#ffffff; border-radius: 2px}
.hamburger3{-ms-transform-origin: 0% 50%; /* IE 9 */
    -webkit-transform-origin: 0% 50%; /* Chrome, Safari, Opera */
    transform-origin: 0% 50%; width:36px; height:5px; background-color:#ffffff; border-radius: 2px}
	
	
.close1{
    -ms-transform-origin: 0% 50%; /* IE 9 */
    -webkit-transform-origin: 0% 50%; /* Chrome, Safari, Opera */
    transform-origin: 0% 50%; width:40px; height:2px; margin-bottom:26px; background-color:#2e304c; border-radius: 2px}
.close2{-ms-transform-origin: 0% 50%; /* IE 9 */
    -webkit-transform-origin: 0% 50%; /* Chrome, Safari, Opera */
    transform-origin: 0% 50%; width:40px; height:2px; background-color:#2e304c; border-radius: 2px}
	
.closePortfolio{
width:30px;
height:30px;
position:fixed;
z-index:800;
top:150px;
right:50px;
display:none;
text-align:center;
cursor:pointer;
}

#footer{
width:100%;
background-color:#333333;
padding:10px 0px 10px; 
text-align:center; 
display:inline-block; 
position:relative	
}

#footerContainer{
width:100%;
max-width:750px;
margin:0px auto;
text-align:center;	
}

#instaFeed{
width:50%;	
}

/**********************PROJECT PAGES**********************/

.projectDescription{
position:relative;
width:34%;
background-color:#ffffff;
position:relative;
float:left;
z-index:777;
padding:0px;
-webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
    -moz-box-sizing: border-box;    /* Firefox, other Gecko */
    box-sizing: border-box;         /* Opera/IE 8+ */
}

.projectDescriptionContainer{
position:relative;
top:30px;
-webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
    -moz-box-sizing: border-box;    /* Firefox, other Gecko */
    box-sizing: border-box;         /* Opera/IE 8+ */
background-color:#ffffff;
padding:10px 30px 30px;
border-radius: 4px !important;
width:95%;
max-width:850px;
text-align:left;
margin:0px auto 30px; 
display:inline-block;
}

.projectBackground{
width:100%;
height:200px;
background-color:#ffffff;
background-size:cover;
background-position:center;
}

.projectTitle{
color:#222222;
font-family: 'Lato', sans-serif;
font-size:35px;	
line-height:35px;
font-weight:400;
}
			
.projectSubtitle{
color:#ffffff;
font-family: 'Lato', sans-serif;
font-style:normal;
font-size:18px;
font-weight:400;
line-height:1.8;
}

.projectDate{
color:#777777;
font-family: 'Lato', sans-serif;
font-style:normal;
font-size:16px;
font-weight: 400;
}

.projectSectionTitle{
color:#222222;
font-family: 'Lato', sans-serif;
font-style:normal;
font-size:16px;
font-weight: 400;
margin:20px 0px 10px;
}

.projectCopy{
font-family: 'Lato', sans-serif;
color: #777777;
font-size: 13px;
line-height: 1.5;
font-weight: 400;
border-top:1px solid #cccccc;
padding:10px 0px 0px;
}

.portfolioImage{
width:100%;
margin:20px 0px 0px;	
}

#contact-form{
width:70%;
margin:0px auto;	
}
			
			

@media all and (max-width: 1000px) {
  .thumbnail{
	width:33.333%;
}

}

@media only screen 
  and (max-device-width: 768px) 
  and (-webkit-min-device-pixel-ratio: 2) {
  .thumbnail{
	width:50%;
}

.desktop{
	display:none;	
	}
	
	.mobile{
display:block;	
}

form input, form textarea {
	width:100%;
}

#project1, #project2, #project3, #project4, #project5, #project6, #project7, #project8, #project9, #project10, #project11, #project12{
	-webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
            box-sizing: border-box;
			-webkit-transform: translate3d(0%,0%,0);
    -ms-transform: translate3d(0%,0%,0);
    transform: translate3d(0%,0%,0);
position:absolute;
display:none;
max-width:100%;
width:100%;
height:100%;
left:0;
margin-left:auto;
padding:0;
}

.column3{
width:100%;
float:none;
}

.columnContainer{
display:block;	
}

.columnContainer .column3:nth-child(2) {
margin:40px 0px;
}

.para1{
	-webkit-column-count: 1; /* Chrome, Safari, Opera */
    -moz-column-count: 1; /* Firefox */
    column-count: 1;
}

.introPara {
    width: 80%;
    margin-left: 10%;
}

.aboutCopy {
    width: 80%;
}

.introPhoto {
    height: auto;
    width: 130%;
    margin-left: -2%;
}

.introName img {
    width: 100%;
    margin-left: 0;
    margin-top: 0;
}

.introName{
	margin-top:100%;
}

.introFollower{
width: 100%;
    height: 100%;
    background-color: #010102;
    position: absolute;
	z-index:100;
}

#contact-form{
width:100%;
}

.scrollArrow{
display:none;	
}
  }
  
  @media all and (max-width: 700px) {
  .thumbnail{
	width:50%;
}

.desktop{
	display:none;	
	}
	
	.mobile{
display:block;	
}

form input, form textarea {
	width:100%;
}

#project1, #project2, #project3, #project4, #project5, #project6, #project7, #project8, #project9, #project10, #project11, #project12{
	-webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
            box-sizing: border-box;
			-webkit-transform: translate3d(0%,0%,0);
    -ms-transform: translate3d(0%,0%,0);
    transform: translate3d(0%,0%,0);
position:absolute;
display:none;
max-width:100%;
width:100%;
height:100%;
left:0;
margin-left:auto;
padding:0;
}

.column3{
width:100%;
float:none;
}

.columnContainer{
display:block;	
}

.columnContainer .column3:nth-child(2) {
margin:40px 0px;
}

.para1{
	-webkit-column-count: 1; /* Chrome, Safari, Opera */
    -moz-column-count: 1; /* Firefox */
    column-count: 1;
}

.introPara {
    width: 80%;
    margin-left: 10%;
}

.aboutCopy {
    width: 80%;
}

.introPhoto {
    height: auto;
    width: 130%;
    margin-left: -2%;
}

.introName img {
    width: 100%;
    margin-left: 0;
    margin-top: 0;
}

.introName{
	margin-top:100%;
}

.introFollower{
width: 100%;
    height: 100%;
    background-color: #010102;
    position: absolute;
	z-index:100;
}

#contact-form{
width:100%;
}

.scrollArrow{
display:none;	
}
  }
  
@media only screen 
  and (max-device-width: 768px) 
  and (-webkit-min-device-pixel-ratio: 2)
  and (orientation: landscape) {
  .thumbnail{
	width:50%;
}


.desktop{
	display:none;	
	}
	
	.mobile{
display:block;	
}

form input, form textarea {
	width:100%;
}

#project1, #project2, #project3, #project4, #project5, #project6, #project7, #project8, #project9, #project10, #project11, #project12{
	-webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
            box-sizing: border-box;
			-webkit-transform: translate3d(0%,0%,0);
    -ms-transform: translate3d(0%,0%,0);
    transform: translate3d(0%,0%,0);
position:absolute;
display:none;
max-width:100%;
width:100%;
height:100%;
left:0;
margin-left:auto;
padding:0;
}

.column3{
width:100%;
float:none;
}

.columnContainer{
display:block;	
}

.columnContainer .column3:nth-child(2) {
margin:40px 0px;
}

.para1{
	-webkit-column-count: 1; /* Chrome, Safari, Opera */
    -moz-column-count: 1; /* Firefox */
    column-count: 1;
}

.introPara {
    width: 80%;
    margin-left: 10%;
}

.aboutCopy {
    width: 80%;
}

.introPhoto {
    height: auto;
    width: 130%;
    margin-left: -2%;
}

.introName img {
    width: 100%;
    margin-left: 0;
    margin-top: 0;
}

.introName{
	margin-top:50%;
}

.introFollower{
width: 100%;
    height: 100%;
    background-color: #010102;
    position: absolute;
	z-index:100;
}

#contact-form{
width:100%;
}

.scrollArrow{
display:none;	
}
}

@media only screen 
  and (max-device-width: 375px) 
  and (-webkit-min-device-pixel-ratio: 2) {
	
	
	.thumbnail{
	width:100%;
	}
	
	.CTA{
	width:100%;	
	}
	
	.CTA:hover{
	width:100%;	
}

.column3{
width:100%;
float:none;
}

.columnContainer{
display:block;	
}

.columnContainer .column3:nth-child(2) {
margin:40px 0px;
}

.para1{
	-webkit-column-count: 1; /* Chrome, Safari, Opera */
    -moz-column-count: 1; /* Firefox */
    column-count: 1;
}

.introPara {
    width: 80%;
    margin-left: 10%;
}

.aboutCopy {
    width: 80%;
}

.introPhoto {
    height: auto;
    width: 130%;
    margin-left: -2%;
}

.introName img {
    width: 100%;
    margin-left: 0;
    margin-top: 0;
}

.introName{
	margin-top:50%;
}

.introFollower{
width: 100%;
    height: 100%;
    background-color: #010102;
    position: absolute;
	z-index:100;
}

#contact-form{
width:100%;
}

.scrollArrow{
display:none;	
}
}