body, html{
	height: auto;
}

h3{
	color: #00B4FF;
	font-size: 24px;
	max-width: 560px;
	text-align: center;
	align-self: center;
	font-weight: normal;
}

p{
	margin: 0;
}

*{
	box-sizing: border-box;
}
.gray{
	color: #B2AFB8;
}

header{
	flex-direction: column;
	z-index: 1;
	position: fixed;
	left: 0;
	right: 0;
}

.title-icon{
	margin-top: 80px;
	margin-bottom: 48px;
}

h1{
	font-size: 30px;
	line-height: 40px;
	color: #fff;
	max-width: 530px;
	text-align: center;
}

h2{
	font-size: 32px;
	font-family: 'Aldrich', sans-serif;
	color: #140039;
	margin: 0 0 4px;
}

/* page colors */
.skills-bg{
	background-image: linear-gradient(-180deg, #9013FE 0%, #7013FE 100%);
}

.projects-bg{
	background-image: -webkit-linear-gradient(#7B00FF 0%, #985FFF 100%);
}

section{
	margin-top: 420px;
	max-width: 960px;
	width: 100%;
	padding: 48px;
	background: #fff;
	box-shadow: 0 2px 4px 0 rgba(0,0,0,0.15);
	border-radius: 4px;
	line-height: 40px;
	margin-bottom: 80px;
	z-index: 2;
}

section p{
	font-size: 18px;
	color: #140039;
	line-height: 24px;
	font-family: 'Raleway', sans-serif;
}

section .items{
	display: flex;

	align-items: center;
	padding: 48px 0;
	border-bottom: 1px solid #D2D2D7;
}

section .jobProj .items{
/*	grid-template: 100% / 120px 1fr;
*/}

section .items img{
	box-shadow: 0 1px 4px 0 rgba(0,0,0,0.50);
	border-radius: 100px;
	max-width: 150px;
}

section .items .noshadow{
	box-shadow: none;
	border-radius: 0;
}

section .items .item-desc{
	margin-left: 48px;
}

section .items button{
	background: #FFFFFF;
	box-shadow: 0 0 2px 0 rgba(0,0,0,0.12), 0 2px 2px 0 rgba(0,0,0,0.24);
	border-radius: 24px;
	font-size: 14px;
	color: #140039;
	letter-spacing: 0.5px;
	font-family: 'Aldrich', sans-serif;
	padding: 16px 32px 12px 32px;
	transition: all .3s ease;
	-webkit-appearance: none;
	outline: none;
	border: none;
	cursor: pointer;
	margin-top: 20px;
	text-decoration: none;
	text-transform: uppercase;
}

section .items a{
	margin-left: 24px;
}

section .items a:first-of-type{
	margin-left: 0;
}

section .items button:hover{
	color: #1E78DF;
	box-shadow: 0 0 2px 0 rgba(0,0,0,0.12), 0 4px 12px 0 rgba(0,0,0,0.15);
	border-radius: 2px;
}

section .items:last-child{
	border-bottom: none;
}

section .items .item-desc ul{
	margin-left: 8px;
}

section .items .item-desc ul li{
	position: relative;
	padding-left: 20px;
}

section .item-desc ul li::before{
	content: "";
	background: #E5E4E5;
	position: absolute;
	display: block;
	left: 0;
	top: 16px;
	width: 6px;
	height: 6px;
	border-radius: 50%;
}

.conf{
	opacity: 1;
	color: #fff;
	margin-bottom: 24px;
	position: relative;
}

.menu{
	top: 6vh;
}

.menu li a{
	color: #fff;
}

.menu li{
	margin-right: -280px;
}

.portfolio{
	display: flex;
	flex-direction: row;
	justify-content: center;
}

.portfolio a{
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	margin-left: 64px;
	text-decoration: none;
	transition: all .25s ease;
}

.portfolio a:hover{
	opacity: 0.75;
	transform: scale(0.95);
}

.portfolio a:first-child{
	margin-left: 0;
}

.portfolio a span{
	text-decoration: none;
	font-size: 16px;
}

.dribble{
	color: #E64C87;
}

.behance{
	color: #00B4FF;
}

.devi{
	color: #7ED321;
}

.medi{
	color: #5154AF;
}

.tabs{
	margin: 0 auto;
	max-width: 640px;
	width: 100%;
	border-radius: 4px;
	border: 1px solid #00B4FF;
	display: flex;
	flex-direction: row;
	margin-top: 40px;
	margin-bottom: 32px;
	cursor: pointer;
}

.tabs div{
	width: 50%;
	text-align: center;
	color: #00B4FF;
	transition: all .25s ease;
}

.tabs .active{
	background: #00B4FF;
	color: #fff;
}

.ownProj, .jobProj{
	display: flex;
	flex-direction: column;
}

.jobProjLink, .ownProjLink{
	font-family: 'Aldrich', sans-serif;
	font-size: 16px;
	color: #00B4FF;
	transition: all 0.25s ease;
	cursor: pointer;
	margin-top: 32px;
	align-self: center;
}

.jobProjLink:hover, .ownProjLink:hover{
	color: #1E78DF;
}

/* Carrier */

.stair{
	max-width: 860px;
	width: 100%;
	display: flex;
	grid-template-columns: 90px 1fr 90px;
	color: #444;
	justify-content: space-between;
}

.stair-middle{
	width: 100%;
}

.stair .carrier-left, .stair .carrier-right{
	display: flex;
	justify-content: flex-start;
	flex-direction: column;
	text-align: center;
	width: 90px;
}

.carrierIEfix{
	height: auto;
	width: 90px;
	height: 300px;
}
.stair-step{
	background: rgba(255,255,255, 0.2);
	border-radius: 90px;
	width: 100%;
	margin-top: 40px;
}

.carrier-left .stair-step{
	height: 900px;
}

.stair-step .h{
	height: 940px;
}

.carrier-right .stair-step:first-child{
	border-radius: 0 0 80px 80px;
	margin-top: 0;
}

.carrier-left .h948{
	height: 956px;
}

.stair-step{
	height: 900px;
}

.carrier-right .stair-step:last-child{
	height: 1200px;
}

.stair .stair-middle .stair-description{
	height: 90px;
	border-radius: 90px;
	margin: 460px 40px 0 40px;
	padding: 16px 36px;
}

.stair .stair-middle .stair-description:first-child{
	margin-top: 338px;
}

.stair .stair-middle .stair-description h2, .stair .stair-middle .stair-description span{
	font-size: 20px;
	margin-bottom: 0;
	color: #fff;
	font-weight: normal;
}

.stair .stair-middle  .mm{
	margin-top: 340px;
	background: #FACC48;
}

.stair .stair-middle .exent{
	background: #FF7014;
}

.stair .stair-middle .artrayd{
	background-image: linear-gradient(to top right, #FF7C7C 0%, #A26FFF 100%);
}

.stair .stair-middle .sela{
	background: #56B84A;
}

.stair .stair-middle  .scores365{
	background: #3D3D3D;
	color: #fff;
	text-align: right;
	margin-top: 514px;
}

.stair .stair-middle .mm h2, .stair .stair-middle .mm span{
	color: #373737;
}


.stair .stair-middle .stair-description span{
	font-weight: bold;
}

.stair .carrier-left a, .stair .carrier-right a{
	text-decoration: none;
	text-align: center;
	font-family: 'Aldrich', sans-serif;
	color: #fff;
	cursor: pointer;
}

.stair .carrier-left a img, .stair .carrier-right a img{
	margin: 40px 0 12px 0;
}

.stair .carrier-left span{
	color: #fff;
	text-decoration: none;
	text-align: center;
}

.clouds{
	position: absolute;
	max-width: 1040px;
	width: 100%;
	transition: all 0.25s ease;
	top: 0;
	left: 0;
	right: 0;
	margin: auto;
}

.clouds img{
	position: absolute;
}

.clouds .cloud1{
	left: 0;
	top: 680px;
}

.clouds .cloud2{
	right: 0;
	top: 1280px;
}

.clouds .cloud3{
	left: 0;
	top: 1880px;
}

.clouds .cloud4{
	right: 0;
	top: 2480px;	
}

.clouds .cloud5{
	left: 0;
	top: 3080px;	
}

.clouds .cloud6{
	right: 0;
	top: 3680px;	
}

.clouds .cloud7{
	left: 0;
	top: 4280px;	
}

.none{
	display: none;
}

.ground{
	position: relative;
	bottom: 0;
	width: 100%;
	display: flex;
	flex: 1 1;
	align-items: center;
	justify-content: center;
	margin-top: -320px;
}

.ground .conf{
	position: absolute;
	margin: 0;
	bottom: 16px;
}

.ground img{
	width: 100%;
	height: auto;
}

.ground > div{
	position: absolute;
	margin-left: 1vw;
	max-width: 30vw;
	top: -6vw;
	display: flex;
}

.ground .carrier-char{
    width: 10vw;
    top: -22px;
    position: relative;
}

.ground div .portal{
	width: 18vw;
}

.awwwwards{
	position: fixed;
	left: 0;
	opacity: .5;
	transition: all .5s ease;
	cursor: pointer;
	top: 0;
	bottom: 0;
	margin: auto;
	height: 135px;
}

.awwwwards:hover{
	opacity: 1;
}

/* Contact */
.contact h1{
	font-size: 50px;
	color: #00B4FF;
	letter-spacing: 1.8px;
	max-width: 670px;
	line-height: 1.25;
	margin-top: 90px;
	margin-bottom: 45px;
}

.contact .href{
	font-size: 18px;
	color: #fff;
	text-decoration: none;
	border: 2px solid #fff;
	padding: 20px 44px 16px;
	border-radius: 40px;
	transition: all 0.25s ease;
	text-transform: uppercase;
	font-family: 'Aldrich', sans-serif;
}

.contact .href:hover{
	color: #00B4FF;
	border: 2px solid #00B4FF;
	padding: 20px 60px 16px;
}

_::-webkit-full-page-media, _:future, :root .ground .carrier-char{
	width: 250px;
}

_::-webkit-full-page-media, _:future, :root  .ground > div{
	left: 0;
	right: 0;
	margin: auto;
	width: 600px;
}
