/*code from main css*/

/*@import url(http://fonts.googleapis.com/css?family=Alegreya+Sans:300,400,700);*/



/* ICON STYLES - ICON FROM: http://fontastic.me/
–––––––––––––––––––––––––––––––––––––––––––––––––– */

@font-face {
  font-family: "untitled-font-1";
  src:url("../fonts/untitled-font-1.eot");
  src:url("../fonts/untitled-font-1.eot?#iefix") format("embedded-opentype"),
    url("../fonts/untitled-font-1.woff") format("woff"),
    url("../fonts/untitled-font-1.ttf") format("truetype"),
    url("../fonts/untitled-font-1.svg#untitled-font-1") format("svg");
  font-weight: normal;
  font-style: normal;
}
[class^="icon-"]:after,
[class*=" icon-"]:after {
  font-family: "untitled-font-1";
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  speak: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-up-open-big:after {
  content: "a";
  font-size: 2.5em;
  display: block;
  -webkit-transform: rotateX(180deg);
          transform: rotateX(180deg);
  color: black;
  -webkit-transition: color .3s;
          transition: color .3s;
}

.icon-up-open-big:hover:after {
	color: white;	
}

.scroll-icon {
	position: absolute;
 	left: 50%;
  bottom: 30px;
  padding: 0 10px;
  	-webkit-transform: translateX(-50%);
  	    -ms-transform: translateX(-50%);
  	        transform: translateX(-50%);
}

.teal-tint{
	background: #033544 !important;
}
.teal-text{
	color: #033544 !important;
}

.flecta-tint{
	background: #1b1f20 !important;
}
/* HELPER CLASSES
–––––––––––––––––––––––––––––––––––––––––––––––––– */

.clearfix:before,
.clearfix:after {
  content: "";
  display: table;
}

.clearfix:after {
  clear: both;
}

.l-left {
	float: left;
}

.l-right {
	float: right;
}

.end {
	margin-top: 30px;
	font-size: 3em;
	font-weight: bold;
	opacity: 0;
	-webkit-transform: translateY(300px);
	    -ms-transform: translateY(300px);
	        transform: translateY(300px);
	-webkit-transition: opacity, -webkit-transform 1s;
	        transition: opacity, transform 1s;
	-webkit-transition-delay: 1s;
	        transition-delay: 1s;
}



/* RESET-GENERAL STYLES
–––––––––––––––––––––––––––––––––––––––––––––––––– */

/** {
	margin: 0;
	padding: 0;
	font-family: 'Alegreya Sans', Arial, sans-serif;
	text-transform: uppercase;
}*/

html {
	font-size: 62.5%;
}

a {
	text-decoration: none;
	outline:0 !important;
}
a,a:hover,a:click, a:visited{
  border:none;
  outline:0;
  text-decoration:none;
  color:inherit;
  -webkit-tap-highlight-color: white;
}

ul, li {
	list-style-type: none;
}



/* NAV STYLES
–––––––––––––––––––––––––––––––––––––––––––––––––– */


h1 {
	line-height: 70px;
	height: 70px;
}

h1 a {
	display: block;
	padding: 0 10px;
}
  


/* SECTION STYLES - fullPage.js 
–––––––––––––––––––––––––––––––––––––––––––––––––– */

section { 
	text-align: center;
  /*background: url('https://unsplash.it/1910/1221?image=626') no-repeat center / cover;*/
}

h2 {
	text-transform: none;
	font-size: 4em;
	margin-bottom: 20px;
}

h3 {
	font-weight: 300;
	font-size: 2.8em;
}



/* SLIDENAV STYLES - fullPage.js 
–––––––––––––––––––––––––––––––––––––––––––––––––– */

#fp-nav ul li a span, 
.fp-slidesNav ul li a span {
	background: white;
	width: 8px;
	height: 8px;
	margin: -4px 0 0 -4px;
}

#fp-nav ul li a.active span, 
.fp-slidesNav ul li a.active span, 
#fp-nav ul li:hover a.active span, 
.fp-slidesNav ul li:hover a.active span {
	width: 16px;
	height: 16px;
	margin: -8px 0 0 -8px;
	background: transparent;
	box-sizing: border-box;
	border: 1px solid #24221F;
}



/* MQ STYLES
–––––––––––––––––––––––––––––––––––––––––––––––––– */

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

  
  .scroll-icon {
    display: none;
  }
}

@media screen and (max-width: 400px) {
  html {
    font-size: 50%;
  }
  
}

/**/

section { text-align: center; }

  svg.radial-progress {
  height: auto;
  max-width: 100%;
  padding: 1em;
  transform: rotate(-90deg);
  width: 100%;
}

svg.radial-progress circle {
  fill: rgba(0,0,0,0);
  stroke: #fff;
  stroke-dashoffset: 219.91148575129; /* Circumference */
  stroke-width: 10;
}

svg.radial-progress circle.incomplete { opacity: 0.25; }

svg.radial-progress circle.complete { stroke-dasharray: 219.91148575129; /* Circumference */ }

svg.radial-progress text {
  fill: #fff;
  font: 400 1em/1 'Oswald', sans-serif;
  text-anchor: middle;
}

/*** COLORS ***/
/* Primary */

svg.radial-progress circle { stroke: #ffffff; }

/* Secondary */

.skills-row{
	text-align: center;
}
.skills-row p{
height: 40px;
font-size: 14px;
	}

.no-js #loader { display: none;  }
.js #loader { display: block; position: absolute; left: 100px; top: 0; }
.se-pre-con {
	position: fixed;
	left: 0px;
	top: 0px;
	width: 100%;
	height: 100%;
	z-index: 9999;
	background: url('../img/Preloader.gif') center no-repeat #201D1D;
	background-size: 150px 150px;
}
.width-limit{
	max-width: 1080px;
	margin:auto;
}
.project-hero{
	width:100%;
	height: 100vh;
	margin:auto;
	background-color: #0549E5;
	overflow-y:hidden;
}
p {
		font-family: 'Roboto', sans-serif;
	}
	.topic{
		font-family: 'Roboto', sans-serif;
		font-weight: 400;
		letter-spacing: 2px;
		color: #ffffff;
		text-transform: uppercase;
	}
.brief-intro{
	background-color: rgba(0,0,0,0);
	margin:auto;
	width: 100%;
	max-width: 600px;
	padding-top:20px;
		font-family: 'Merriweather Sans', sans-serif !important;
	text-transform: none;
	letter-spacing: auto;
}
.tag-box{
	width:240px;
	height: 60px;
	background-color: red;
	position: relative;
}
.article-right p {
  font-family: 'Roboto', sans-serif;
	font-size: 14px;
	font-weight: 200;
	color: #ffffff;
	line-height: 24px;
}
.navbar-nav > li > a {
font-family: 'Roboto', sans-serif;
	font-size: 16px;
	font-weight: 300;
	letter-spacing: 2px;
	text-transform: uppercase !important;
	}
	.nav > li > a:hover,
.nav > li > a:focus {
  background-color: transparent;
}
.icon-scroll{
	transition: 0.5s ease all;
	width:80px;
	height: 80px;
	background-color: transparent;
	margin:auto;
		margin-top: 30px;
	background-image: url('../img/scroll-down-gif-2.gif');
	background-size: 100% auto;
	opacity: 1;
}
.fade{
	transition: 0.5s ease all;
	opacity:0;
}
.rainbow{
	transition: 3s ease all;
	filter: hue-rotate(0deg);
}
.rainbow:hover{
	filter: hue-rotate(360deg);
}
.brief-section{
	width:100%;
	height: auto;
	max-height: auto;
	margin-top:100vh;
	padding-top: 80px;
	padding-bottom:80px;
	background-color: #fff;
	background-image: url('../img/brief.svg');
	background-size: 100% auto;
	background-repeat: no-repeat;
	background-position: 50% 50%;
	text-align: center;
}
.brief-section .row{
	width: 100%;
max-width: 700px;
padding-top:20px;
margin:auto;
	}
	.project-article{
		overflow-x: hidden; 
		width:100%;
	height: 500px;
	padding: 0px;
	padding-top: 0px;
	padding-bottom:50px;
	/*background-color: #0549E5;*/
	background: #fff;
	}
	.project-article .carousel{
padding-bottom:100px;
	}
	.main-image{
		transition-property:opacity;
-moz-transition-property:opacity; /* Firefox 4 */
-webkit-transition-property:opacity; /* Safari and Chrome */
-o-transition-property:opacity; /* Opera */

transition-duration: 1s;
-moz-transition-duration: 1s; /* Firefox 4 */
-webkit-transition-duration: 1s; /* Safari and Chrome */
-o-transition-duration: 1s; /* Opera */

transition-timing-function: ease;
-moz-transition-timing-function: ease; /* Firefox 4 */
-webkit-transition-timing-function: ease; /* Safari and Chrome */
-o-transition-timing-function: ease; /* Opera */

transition-delay: 0.6s;
-moz-transition-delay: 0.6s; /* Firefox 4 */
-webkit-transition-delay: 0.6s; /* Safari and Chrome */
-o-transition-delay: 0.6s; /* Opera */

		margin:auto; background-color:rgba(0,0,0,0); 
		max-width:500px;
		margin-top:25vh;
		opacity: 0;
		vertical-align: middle !important;
	}
.p-breaker{
	width:50px;
	height: 2px;
	background-color: #0549E5;
	margin:auto;
	margin-top: 10px;
	margin-bottom: 10px;
}
.tech-image{
		transition-property:opacity;
-moz-transition-property:opacity; /* Firefox 4 */
-webkit-transition-property:opacity; /* Safari and Chrome */
-o-transition-property:opacity; /* Opera */

transition-duration: 1s;
-moz-transition-duration: 1s; /* Firefox 4 */
-webkit-transition-duration: 1s; /* Safari and Chrome */
-o-transition-duration: 1s; /* Opera */

transition-timing-function: ease;
-moz-transition-timing-function: ease; /* Firefox 4 */
-webkit-transition-timing-function: ease; /* Safari and Chrome */
-o-transition-timing-function: ease; /* Opera */

transition-delay: 0.6s;
-moz-transition-delay: 0.6s; /* Firefox 4 */
-webkit-transition-delay: 0.6s; /* Safari and Chrome */
-o-transition-delay: 0.6s; /* Opera */
	opacity: 0;
	width:100%;
	max-width: 250px;
	float: right;
	height: auto;
	display: inline-block;
	vertical-align: middle;
}
.fadein{
		opacity: 1;
	}
.img-holder{
	transition:0.5s ease all;
	height:100%;
	background-color: rgba(255,255,0,0);
}
.project-list{
	padding-left:20px;
	padding-right:20px;
}
.bg_1{
	background-image: url('../img/desktop.png');
	background-size:100% auto;
	background-repeat: repeat-y;
}
.bg_2{
	background-image: url('../img/concrete.png');
	background-size:100% auto;
	background-repeat: repeat-y;
}
.bg_3{
	background-image: url('../img/shelf.png');
	background-size:100% auto;
	background-repeat: repeat-y;
}
.tech-title{
	height:200px;
	padding-top:80px;
	padding-left:40px;
	margin-left:0px;
	background:rgba(255,0,255,0);
	color:#fff;
	font-size:42px;
	font-weight: 100;
}
.tech-project{
transition-property:height;
-moz-transition-property:height; /* Firefox 4 */
-webkit-transition-property:height; /* Safari and Chrome */
-o-transition-property:height; /* Opera */

transition-duration: 1s;
-moz-transition-duration: 1s; /* Firefox 4 */
-webkit-transition-duration: 1s; /* Safari and Chrome */
-o-transition-duration: 1s; /* Opera */

transition-timing-function: ease;
-moz-transition-timing-function: ease; /* Firefox 4 */
-webkit-transition-timing-function: ease; /* Safari and Chrome */
-o-transition-timing-function: ease; /* Opera */

transition-delay: 0s;
-moz-transition-delay: 0s; /* Firefox 4 */
-webkit-transition-delay: 0s; /* Safari and Chrome */
-o-transition-delay: 0s; /* Opera */
overflow-y: visible; 
	width:100%;
	max-height: 320px;
	height: 200px;
	background-color: #1b1f20;
	margin-bottom:60px;
	box-shadow: 10px 8px 19px rgba(0,0,0,0.5);
}
.tech-project:hover{
cursor: pointer !important;
overflow-y: visible; 
background-color: #0852E8;
box-shadow: 10px 8px 19px rgba(0,0,0,0);
	}
.project{
transition-property:max-height;
-moz-transition-property:max-height; /* Firefox 4 */
-webkit-transition-property:max-height; /* Safari and Chrome */
-o-transition-property:max-height; /* Opera */

transition-duration: 1s;
-moz-transition-duration: 1s; /* Firefox 4 */
-webkit-transition-duration: 1s; /* Safari and Chrome */
-o-transition-duration: 1s; /* Opera */

transition-timing-function: ease;
-moz-transition-timing-function: ease; /* Firefox 4 */
-webkit-transition-timing-function: ease; /* Safari and Chrome */
-o-transition-timing-function: ease; /* Opera */

transition-delay: 0s;
-moz-transition-delay: 0s; /* Firefox 4 */
-webkit-transition-delay: 0s; /* Safari and Chrome */
-o-transition-delay: 0s; /* Opera */

	overflow-y:hidden;
	width:100%;
	max-height: 320px;
	background-color: #000;
	margin-bottom:10px;
}
.project:hover{
	cursor:pointer;
	}
	.project-zoom{
max-height:3000px;
	}
#fitmax{
	background-image: url('../img/fitmax.jpg');
	background-size: 100% auto;
	background-repeat: no-repeat;
	background-position: 50% auto;
	opacity: 1;
}
#fitmax:hover{
/*	transition:8s ease all;
background-position: 50% 100%;*/
	}

.altbod{
	background-color: #000;
}
.altbod2{
	margin: auto;
	width:100%;
	/*max-width: 1280px;*/
	background-color: #000;
}
/*had to remove .article-stage transition becauase breaking flickity*/
.article-stage{
	transition:2s ease-in;
margin:auto;
width:0px;
opacity: 0;
background: transparent;
height: 100vh;
}
.article{
	width: 100%;
	background-color: purple;
	height: 100vh;
}
.article-stage .col-sm-6, .col-md-6, .col-sm-7, .col-sm-5, .col-xs-12{
padding:0px;
overflow-x: hidden;
oveflow-y:visible;
	}
	.about-stage .col-sm-6, .col-md-6, .col-sm-7, .col-sm-5{
padding:0px;
overflow-x: hidden;
oveflow-y: visible;
	}
	.about-stage{
		transition: width 2s ease all;
		margin:auto;
		width: 0px;
		max-width: 1480px;
		opacity: 0;
		background: #000;
height: auto;
	}

/*Something from here up is breaking flickity*/

.stretch{
	width:100%;
	opacity: 1;
}
.article-left{
	width: 100%;
	background-color: rgba(0,0,0,0);
	height: 100vh;
	overflow-y:scroll;
	padding-right: 17px; /* Increase/decrease this value for cross-browser compatibility */
    box-sizing: content-box; /* So the width will be 100% + 17px */  
}
	.article-left .left-scroll{
	padding-top:120px;
}
.article-right{
	width: 100%;
	background-color: #000;
	color:#bcbcbc;
	height: 100vh;
	overflow-y:scroll;
	padding-right: 17px; /* Increase/decrease this value for cross-browser compatibility */
    box-sizing: content-box; /* So the width will be 100% + 17px */
}
.about-row{
	height:100vh;
	background-color: #000;
	overflow-y: scroll;
}
.about-left{
	background-color: #EB1042;
	height: 100vh;
}
.about-right{
	width: 100%;
	background-color: #000;
	height: 100vh;
	overflow-y:scroll; 
		padding-right: 17px; /* Increase/decrease this value for cross-browser compatibility */
    box-sizing: content-box; /* So the width will be 100% + 17px */
	color: #EB1042;
}
.hero-banner{
	background:#1b1f20;
	height: 100vh;
}
.profile-avatar{
	width: 500px !important;
	height: 500px !important;
	background-color: #1b1f20;
	margin:auto;
	margin-top:20vh;
}
.right-scroll{
	min-width: 500px;
	max-width: 500px;
	padding: 50px;
	padding-top: 115px;
height: auto;
}
.listlinks{
	padding: 0;
	margin:0;
}
.left-scroll{
	padding: 0px;
	padding-left:17px;
	padding-top: 160px;
height: auto;
}
.right-scroll h2{
font-family: 'Montserrat', sans-serif;
font-weight: 400;
font-size: 28px;
	}
	.right-scroll h4{
font-family: 'Montserrat', sans-serif;
font-weight: 400;
font-size: 16px;
	}
	.text-respond{
		min-width: 100%;
	}
	.hilight{
		text-transform: none;
		color:#fff;
		font-family: inherit;
	}
.hola-breaker{
	width:60px;
	height: 2px;
	background-color: #EB1042;
	margin-bottom:20px;
}
.rotate {

/* Safari */
-webkit-transform: rotate(-90deg);

/* Firefox */
-moz-transform: rotate(-90deg);

/* IE */
-ms-transform: rotate(-90deg);

/* Opera */
-o-transform: rotate(-90deg);

/* Internet Explorer */
filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3);

}
.project-total{
	position: absolute;
	background:transparent;
	width:120px;
	height:25px;
	right:-75px;
	top:40px;
}
.project-total p{
font-family: 'Montserrat', sans-serif;
font-weight: 400;
font-size: 12px;
color: #fff;
text-transform: uppercase;
letter-spacing: 3px;
	}
.project-category{
	position: absolute;
	color: #000;
	background:rgba(255,255,255,0);
	width:160px;
	height:25px;
	left:0px;
	bottom:-30px;
	text-align: left;
}
.project-category p{
font-family: 'Montserrat', sans-serif;
font-weight: 400;
font-size: 12px;
text-transform: uppercase;
letter-spacing: 3px;
	}
.fake-cell{
height:100vh;
opacity: 1;
	}
.cell-01{
	background-color: #1b1f20;
	height:100vh;
	padding-top: 40vh;
	background-image:url('https://www.transparenttextures.com/patterns/subtle-dots.png');
	background-repeat: repeat;
	opacity: 1;
}
.cell-02{
	background-color: #070836;
	/*background-color: #5132b3;*/
	/*background-color: #28272D;*/
	height:100vh;
	padding-top: 40vh;
}
.cell-04{
	background-color: #0549E5;

	height:100vh;
	padding-top: 40vh;
}
.cell-06{
	background-color: #000000;
	height:100vh;
	padding-top: 40vh;
}
.cell-07{
	background-color: #EB1042;
	height:100vh;
	padding-top: 40vh;
}
.cell-10{
	background-color: #08c16d;
	height:100vh;
	padding-top: 20vh;
}
.cell-09{
	background-color: #1b1f20;
	height:100vh;
	padding-top: 20vh;
	background-image:url('https://www.transparenttextures.com/patterns/subtle-dots.png');
	background-repeat: repeat;
	opacity: 1;
}

.contact-points{
	width:100%;
	padding: 0px !important;
	text-align: left;
	margin-top: 40px;
}
.contact-points p{
color: #fff;
font-family: 'Roboto', sans-serif;
display: inline;
position: relative;
top:4px;
}
#contact-section-desktop{
display: block;
}
#contact-section-mobile{
display: none;
}
.Mobile-contact-form{
	width:100%;
	height: 100vh;
	margin: auto;
	background-color: #08c16d;
	padding:30px;
	padding-top: 10px;
	overflow-y:scroll; 
}
.c-icon{
	display: inline-block;
	height: 40px;
	width: 40px;
	margin-right: 10px;
background-color: transparent;
color: transparent;
border-radius: 100%;
border:none;
}
.c-icon img{
width: 30px;
height: 30px;
margin: auto;
	}
.contact-points li{
	width:100%;
	height: 40px;
	background:transparent;
	margin-bottom: 20px;
}
.contact-info{
	width:50%;
	height: 500px;
	background:transparent;
	opacity: 1;
	margin: auto;
	float: right;
	margin-right:20px;
}
.contact-info h2{
font-size: 90px;
color:#08c16d;
font-weight: bold;
text-align: left;
line-height: 130px;
margin-top:0px;
	}
	#UL{
		padding:0px;margin:0;
		border-bottom:10px solid #fff;
	}
.contact-form{
	width:60%;
	height: 500px;
	background:transparent;
	opacity: 1;
	margin: auto;
	float: left;
	margin-left:20px;
	margin-top: 24px;
}
.contact{
	width:100%;
	margin:auto;
}
.contact p{
padding:0px;
text-align: left;
color: #000;
	}
	.contact .contact-submit{
		float: left;
background-color: #000;
border:0px solid transparent;
border-radius: 0px;
width: 140px;
height: 50px;
color:#fff;
text-transform: uppercase;
letter-spacing:3px;
	}
.contact input{
	padding:15px;
width: 100%;
margin: auto;
height: 48px;
margin-bottom:30px;
background-color: #fff;
border:0px solid transparent;
color:#a7a7a7;
font-size: 24px;
	}
	.contact textarea{
		padding:15px;
width: 100%;
margin: auto;
height: 120px;
margin-bottom:30px;
background-color: #fff;
border:0px solid transparent;
color:#a7a7a7;
font-size: 24px;
	}
.section-stage{
	width:520px;
	height: 520px;
	max-height: 520px;
	background-color: #1b1f20;
	position: absolute;
	z-index: 100;
	left: 50%;
	margin-left: -260px;
	top: 50vh;
	margin-top: -260px;
	box-shadow: 10px 8px 19px rgba(0,0,0,0);

}
.drop-shadow{
	/*transition:0.5s ease all;*/
	box-shadow: 10px 8px 19px rgba(0,0,0,0.2);
}
.header-svg{
	pointer-events: none !important;
}

.stage-header{
	position: absolute;
	padding:0px;
	padding-left:200px;
	padding-right:200px;
	width:100%;
	height: auto;
	background-color: rgba(255,0,0,0);
	opacity: 1;
	z-index: 1000;
	top: 50vh;
	margin-top: -70px;
	pointer-events: none !important;
}
.zoom-in-btn{
	width: 100px;
	height: 100px;
	position: absolute;
	z-index: 1000;
	top: 50%;
	left: 50%;
	margin-left: -50px;
	margin-top: -50px;
	background-color: #fff;
	border-radius: 100%;
	visibility: hidden;
}
.zoom-in-btn:hover{
cursor: pointer;
	}
.svg path {
	stroke: #fff;
	stroke-width:1;
}
svg.tech-svg path { stroke-width:2;}
svg.fill-svg path { fill:#fff;}

/*.bg_1  svg.tech-svg path { stroke:#000; }*/

.owl-item{
	margin-right: 0px !important;
}
.item-inner{
	width:340px;
	height:100vh;
	background: rgba(0,0,255,0.5);
	margin:auto;
}

.inner-top{
	width:340px;
	height:50vh;
	background: rgba(255,0,255,0.5);
	margin:auto;
	top: 50vh;
}
.inner-bottom{
	width:340px;
	height:50vh;
	background: rgba(0,200,255,0.5);
	margin:auto;
	top: 0px;
}
.project-image{
background-color: rgba(0,0,0,0.5);
	}
.inner-bottom:hover{
cursor: pointer;
	}
	.inner-top:hover{
cursor: pointer;
	}
/* Website Stage BG */
.web_bg{
	/*background-color: #5B38BB;*/
	background-color: #28272D;
	background-image:url('../img/Desk_bg.png');
	background-size:100%;
	height: auto;

}
.about_bg{
	background-color: #1b1f20;
	background-image:url('../img/About_me_bg.png');
	background-size:100%;
	height: auto;

}
.tech_bg{
	background-color: #0549E5;
	background-image:url('../img/Tech_bg.png');
	background-size:100%;
	height: auto;

}
.code_bg{
	background-color: #CCF5F2;
	background-image:url('../img/Code_bg.png');
	background-size:100%;
	height: auto;

}
.avatar_bg{
	background-color: #4AC2B4;
	background-image:url('../img/galaxy_bg.png');
	/*background-image:url('../img/About_me_bg.png');*/
	background-size:100%;
	height: auto;

}
.img-tint{
	transition:0.3s ease all;
	position: absolute;
	width:100%;
	height:100%;
background-color: #1b1f20;
opacity: 0.4;
z-index:1000;
}
/* Ripple effect */
.ripple {
	border-radius: 100%;
  background-position: center;
  transition: background 0.8s;
  border:none;
}
.ripple:hover {
  background: #fff radial-gradient(circle, transparent 1%, white 1%) center/15000%;
}
.ripple:active {
  background-color: #e0e0e0;
  background-size: 100%;
  transition: background 0s;
}
.responsive-image{
	width: 120%;
	height: auto;
	margin-left:-10%;
	margin-top:-5%;
}
.return-button{
	z-index: 1000;
	color: white;
	background-color: transparent;
	width: 64px;
	height: 64px;
	margin: 0;
}
.spin{
	-webkit-transition: -webkit-transform .8s ease-in-out;
          transition:         transform .8s ease-in-out;
}
.close-svg path {
	stroke:#fff;
}
.spin:hover { -webkit-transform: rotate(360deg);
          transform: rotate(360deg);
          cursor: pointer;
}
/*LARGE TABLET RESOLUTION*/
@media screen and (max-width: 1300px) {
	.main-image{
		margin-top:18vh;
	}
	.tech-title{
	padding-left:40px;
}
.img-holder{
	float: right;
	background-color:rgba(255,0,200,0);
/*	padding:0px;
	padding-top:25px;*/
	padding:25px 0px 0px 0px; 
	height:200px;
	width: auto;
	max-width: 155px;
}
}
/*MEDIUM LARGE TABLET RESOLUTION*/
@media screen and (max-width: 1024px) {
	.profile-avatar{
	width: 300px !important;
	height: 300px !important;
}
	.stage-header{
padding-left:100px;
padding-right: 100px;
	}
		.main-image{
		margin-top:18vh;
	}
		.tech-title{
	padding-left:80px;
}
	.img-holder{
	background-color:rgba(255,0,200,0);
	/*padding:0px;
	padding-top:0px;
	padding-right: 40px;*/
	padding:0px 40px 0px 0px; 
	height:200px;
	width: auto;
	max-width: 250px;
}
.project-list{
	padding-left: 10px;
	padding-right: 0px;
}
	.fake-web-bg{
		display: none;
	}
	.fake-about-bg{
		display: none;
	}
.right-scroll{
		min-width: 100%;
		max-width: 100%;
	}
	.article-right{
		height: auto;
	}
	.article-left .left-scroll{
	padding-top:20px;
}
	}
/*TABLET RESOLUTION*/
@media screen and (max-width: 768px) {
	
		#contact-section-mobile{
display: block;
}
#contact-section-desktop{
display: none;
}
.contact-form{
	width:90%;
	height: auto;
	background:transparent;
	opacity: 1;
	margin: auto;
	padding-left: 30px;
	padding-top: 50px;
	float: left;
}
.contact{
	margin-top: 60px;
}
	
		.main-image{
		margin-top:20vh;
	}
	.tech-title{
	padding-left:50px;
}
.img-holder{
	background-color:rgba(255,0,0,0);
	padding:0px;/*
	padding-top:15px;
	padding-right: 20px;*/
	padding:15px 20px 0px 0px; 
	height:200px;
	width: auto;
	max-width: 190px;
}
.section-stage{
width:340px;
	height: 340px;
	max-height: 340px;
	margin-left: -170px;
	margin-top: -170px;
}
	.about-right{
overflow-y:hidden;
height: auto;
	}
	/*disable fade in effect for articles and about page*/
		.article-stage{
width:100%;
opacity: 1;
}
.article-right{
height: auto;
	}
	.article-left{
		overflow-y:visible;
height: auto;
	}
	.about-stage{
		width: 100%;
		opacity: 1;
	}
	/**/
	.right-scroll{
		padding-top: 40px;
		min-width: 100%;
		max-width: 100%;
	}
	.article-left .left-scroll{
	padding-top:20px;
}
	.about-left{
	background-color: #EB1042;
	height: 500px;
	max-height: auto;
	padding-top:20px;
}
	.profile-avatar{
	width: 300px !important;
	height: 300px !important;
	margin:auto;
	margin-top:100px;
}
	.project-total{
		top:38px;
	}
.project-total p{
font-size: 12px;
	}
	.project-category{
		font-size: 12px;
	}
	.svg path {
	stroke-width:2;
}

.stage-header{
margin-top: -25px;
}
}
/*SMALL TABLET / LARGE PHONE RESOLUTION*/
@media screen and (max-width: 567px) {
		.project-total{
		top:34px;
	}
.project-total p{
font-size: 10px;
	}
.contact{
	margin-top: 30px;
}
.contact-form{
	padding-top: 20px;
}
	.tech-title{
	padding-left:20px;
}
	.img-holder{
	background-color:rgba(255,0,0,0);
	/*padding:0px;
	padding-top:40px;*/

	padding:40px 0px 0px 0px; 

	height:200px;
	width: auto;
	max-width: 130px;
}
.tech-project{
	padding-left:15px;
}
.tech-image{
		padding-top:auto;
		width: 100%;
}
.project-list{
	padding-left: 10px;
	padding-right: 0px;
}
	}
/*MOBILE RESOLUTION*/
@media screen and (max-width: 415px) {
	.contact textarea{
margin-bottom:10px;
	}
	#fp-nav{
		display: none;
	}
		.contact .contact-submit{
		float: left;
width: 100%;
	}
	#UL{
		padding:0px;margin:0;margin-top:-10px;
		border-bottom:6px solid #fff;
	}
	
.contact-form h2{
line-height: 80px;
margin-top:0px;
font-size: 48px;
padding:0px;
}
.contact-points{
	margin-top: 20px;
}
.contact-points li{
	margin-bottom: 5px;
}
.contact input{
	padding:15px;
width: 100%;
margin: auto;
height: 42px;
margin-bottom:10px;
background-color: #fff;
border:0px solid transparent;
color:#a7a7a7;
font-size: 24px;
	}
	.main-image{
		margin:auto;
		background-color:rgba(0,0,0,0);
		max-width:280px;
		margin-top:30vh;
	}
	.tech-title{
	height:120px;
	padding-top:25px;
}
	.tech-project{
	padding-left:0px;
}
.img-holder{
	background-color:rgba(255,0,0,0);
/*	padding:0px;
	padding-top:8px;*/

	padding:8px 0px 0px 0px; 
	height:120px;
	width: 105px;
}
.tech-image{
		padding-top:auto;
		width: 100%;
		left:50px;
}
	
	.tech-project{
	max-height: 220px;
	height: 120px;
	margin-bottom:30px;
	box-shadow: 10px 8px 19px rgba(0,0,0,0.5);
}
	.skills-row p{
height: 40px;
font-size: 12px;
	}
.project-list{
	padding-left: 10px;
	padding-right: 0px;
}
.article-right{
max-height:auto;
height: auto;
overflow-y:visible;
	}
.article-left{
max-height:auto;
height: auto;
overflow-y:visible;
	}

	.left-scroll{
		padding-top: 20px;
	}
	
	.article-right h2{
font-size: 20px;
	}
.project{
max-height: 200px;
}
.project-zoom{
max-height:4000px;
	}
	.about-left{
	padding-right:0px;
	height: 440px;
	padding-bottom:20px;
}
.right-scroll {
    padding-top: 40px;
    max-width: 90%;
    width: 90%;
    min-width: 320px;
}
	.profile-avatar{
	width: 250px !important;
	height: 250px !important;
	margin:auto;
	margin-top:100px;
	margin-bottom: 30px;
}

		.about-row{
overflow-x: hidden; 
		}
  .item-inner{
	width:300px;
	height:100vh;
	background: rgba(255,0,255,0.5);
	margin:auto;
}
.inner-top{
width: 100% !important;
}
.inner-bottom{
	width: 100% !important;
}
	.project-total{
		font-size: 8px;
		top:20px;
	}
	.project-category{
		font-size: 8px;
	}
	.svg path {fill: #fff !important;}

.section-stage{
width:280px;
	height: 280px;
	max-height: 280px;
	margin-left: -140px;
	margin-top: -140px;
}
.stage-header{
margin-top: -15px;
padding-left:10px;
	padding-right:10px;
	}
	#fp-nav ul{
	}
}
a:active { outline: none; }