body{
	background: #FFF;
	font-family: 'Sofia Pro';
}

.init-hide{
	visibility: hidden;
	opacity: 0;
}

@font-face {
    font-family: 'Sofia Pro';
    src: url('/css/fonts/SofiaProSemiBold.eot');
    src: local('Sofia Pro Semi Bold'), local('SofiaProSemiBold'),
        url('/css/fonts/SofiaProSemiBold.eot?#iefix') format('embedded-opentype'),
        url('/css/fonts/SofiaProSemiBold.woff2') format('woff2'),
        url('/css/fonts/SofiaProSemiBold.woff') format('woff'),
        url('/css/fonts/SofiaProSemiBold.ttf') format('truetype');
    font-weight: 600;
    font-style: normal;
}
@font-face {
    font-family: 'Sofia Pro';
    src: url('/css/fonts/SofiaProLight.eot');
    src: local('Sofia Pro Light'), local('SofiaProLight'),
        url('/css/fonts/SofiaProLight.eot?#iefix') format('embedded-opentype'),
        url('/css/fonts/SofiaProLight.woff2') format('woff2'),
        url('/css/fonts/SofiaProLight.woff') format('woff'),
        url('/css/fonts/SofiaProLight.ttf') format('truetype');
    font-weight: 300;
    font-style: normal;
}
@font-face {
    font-family: 'Sofia Pro';
    src: url('/css/fonts/SofiaProRegular.eot');
    src: local('Sofia Pro Regular'), local('SofiaProRegular'),
        url('/css/fonts/SofiaProRegular.eot?#iefix') format('embedded-opentype'),
        url('/css/fonts/SofiaProRegular.woff2') format('woff2'),
        url('/css/fonts/SofiaProRegular.woff') format('woff'),
        url('/css/fonts/SofiaProRegular.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}


.swiper-slide button.slide-btn{
	background: #536DFE;
	color: white;
	font-family: "Sofia Pro";
	font-size: 16px;

	display: inline-block;
	padding: 15px 30px;

	border-radius: 4px;

	-webkit-transition: background 0.2s ease-in-out;
	-o-transition: background 0.2s ease-in-out;
	transition: background 0.2s ease-in-out;
}
.swiper-slide button.slide-btn:hover,.swiper-slide button.slide-btn:active,.swiper-slide button.slide-btn:focus{
	background: #4257CB;
	color: white;
}

.coding-knowledge span.swipe-me{
	right: 50%;
	margin-right: -44px;
}

/*landing*/
.landing-container-fluid{
	z-index: -5;
	position: fixed;
	top: 0px;
	left: 0;
	width: 100%;

	background: linear-gradient(270deg, #536DFE, #8e44ad, #03c9a9);
	background-size: 600% 600%;

	-webkit-animation: gradientAnimation 30s ease infinite;
	-moz-animation: gradientAnimation 30s ease infinite;
	animation: gradientAnimation 30s ease infinite;

	padding: 0;
	max-height: 500px;

	overflow: hidden;
}

.landing-container{
	position: absolute;
	width: 100%;
	top: 100px;
	color: #FFF;
}
h1.main-text{
	font-family: 'Sofia Pro';
	text-align: center;
	text-transform: uppercase;;
	font-weight: 700;
	font-size: 60px;
	margin-bottom: 0;
}h1.main-text span{
	font-family: 'Sofia Pro';
	font-weight: 100;
}

h2.second-text{
	font-family: 'Sofia Pro';
	text-align: center;
	font-size: 30px;
	font-weight: 200;
	margin: 0;
}h2.second-text span{
	font-family: 'Sofia Pro';
	font-weight: 400;
}

.divider{
	position: relative;
	background: #DADCE0;
	height: 1px;
	max-width: 1000px;
	margin: 30px auto;
}
/*profile-card*/

.profile-card-container{
	z-index: 5;
	position: relative;
	margin-top: 300px;
	padding: 5px 0;
	padding-bottom: 18px;
}

.profile-swiper{
	width: 90%;
	max-width: 1000px;
	z-index: 5;
	position: relative;
	margin: 0 auto;
}

.profile-card,
.skill-card {
	position: relative;
	visibility: show;
	opacity: 1;

    padding: 50px;
    padding-bottom: 30px;

    border-radius: 8px;
    border: 1px solid #DADCE0;
	-webkit-box-shadow: 0 2px 4px 0 rgba(0,0,0,.08);
	box-shadow: 0 2px 4px 0 rgba(0,0,0,.08);

	background-color: #fff;
	font-family: "Sofia Pro";

	width: 100%;
	margin: 0 auto;
	opacity: 1;

	-webkit-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
}

.profile-card .swipe,
.skill-card .swipe{
	z-index: 5;
	font-size: 30px;
	padding: 0;
	color: #AAA;

	top: -20px;

	position: absolute;
}
.profile-card .swipe-left,
.skill-card .swipe-left{
	right: 10px;

	-webkit-animation: swipeLeft 1.2s ease infinite;
	-moz-animation: swipeLeft 1.2s ease infinite;
	animation: swipeLeft 1.2s ease infinite;
}

div.profile-image{
	border-radius: 8px;
	height: 125px;
	background: url(../img/profile.jpg);
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;
}
img.profile-image{
	height: auto;
	width: 100%;
	margin-bottom: 30px;
	opacity: 0.9;
}

.profile-content {
	padding: 0 30px;
}

.profile-title,
.skill-title{
	margin: 0;
	margin-bottom: 5px;
	font-size: 24px;
	font-weight: 300;
	color: #777;
}
.profile-title span,
.skill-title span{
	color: #000;
	font-weight: 500;
}.profile-job-title{
	font-weight: 400;
	font-size: 16px;
}

.profile-information{
	font-family: 'Sofia Pro';
}

.profile-detail{
	margin-bottom: 10px;
}.profile-detail span{
	display: inline-block;
	color: #000;
	font-size: 16px;
}.profile-detail .category{
	color: #777;
	min-width: 85px;
	margin-right: 5px;
}

.button-container {
	margin-top: 30px;
	text-align: right;
}

.social-bar button.btn{
	margin: 0;
	border-radius: 0;
	font-size: 20px;
	padding: 0;
	width: 100px;
	border: none;
	color: white;

	-webkit-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
}.social-bar button.btn:hover{
	transform: scale(1.1,1.1);
    box-shadow: 0 1px 6px rgba(0, 0, 0, 0.20), 0 1px 4px rgba(0, 0, 0, 0.40);
}

.fb-btn{
	background: #3B5591;
}.instagram-btn{
	background: #655441;
}.gp-btn{
	background: #B81E21;
}.twitter-btn{
	background: #009AE0;
}

/*gray-container*/
.gray-container{
	z-index: 4;
	background: #FFF;
	position: relative;
	padding-top: 30px;
	padding-bottom: 200px;
}.gray-container.shadow{
	z-index: 6;
    box-shadow: 0 1px 6px rgba(0, 0, 0, 0.12), 0 1px 4px rgba(0, 0, 0, 0.24);
}

/*mountains*/
/*
.mountains{
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	height: 240px;
	background: url(../img/city.png);
	background-size: contain;
	background-repeat: repeat-x;
	background-position: bottom right;
	border-bottom: 30px solid #444;
}*/

/*about me*/

.about-me-content{
	width: 90%;
	padding: 0 20px;
	max-width: 1000px;
	margin: 60px auto;
	margin-top: 0;
	text-align: left;
	font-family: 'Sofia Pro';
}.about-me-content h2{
	margin-bottom: 30px;

	font-size: 24px;
	font-weight: 400;
	color: #000;

}.about-me-content p{
	font-size: 16px;
	margin-bottom: 30px;
	color: #333;
}.about-me-content p strong{
	color: #000;
}

/*weapon choice*/
.coding-knowledge-section {
	width: 90%;
	max-width: 1000px;
	padding: 0 20px;
	margin: 60px auto;
}
.coding-knowledge-header{
}.coding-knowledge-content{
	position: relative;
}
.coding-knowledge-header h2{
	margin: 0;
	font-size: 24px;
	font-weight: 400;
	color: #000;
}
.coding-knowledge-content p{
	font-family: "Sofia Pro";
	font-size: 16px;
	color: #333;

	margin-bottom: 30px;
}.coding-knowledge-content p span{
	color: #000;
}
.coding-knowledge{
	position: relative;
	margin: 30px 0;
}
.weapon-slide{
	position: relative;
	background: #536DFE;
	width: 100%;
	padding-top: 100%;
	overflow: hidden;
	margin: 15px 0;

    -webkit-box-shadow: 0 2px 4px 0 rgba(0,0,0,.08);
	box-shadow: 0 2px 4px 0 rgba(0,0,0,.08);
    border-radius: 8px;

}.weapon-slide h3 {
	position: absolute;
	margin:0;
	color: white;

	top: 50%;
	left: 0;
	right: 0;
	margin-top: -9.5px;

	font-family: 'Sofia Pro';
	font-weight: 800!important;
	font-size: 18px;
	text-align: center;
}

.weapon-slide .weapon-overlay{
	position: absolute;
	left: 0;
	top: 0;
	height: 100%;
	width: 50%;
	background: rgba(0,0,0,.1);
	z-index: 0;
}

/*skill-card*/
.skill-swiper-container{
	position: relative;
	width: 90%;
	max-width: 1000px;
	margin: 0 auto;
	margin-top: 50px;
}
.skill-swiper{
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
}
/*.skill-card{
	position: relative;
    padding: 30px;

    box-shadow: 0 1px 6px rgba(0, 0, 0, 0.12), 0 1px 4px rgba(0, 0, 0, 0.24);
	background-color: #fff;
	font-family: "Sofia Pro";

	-webkit-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
}

.skill-card .swipe{
	z-index: 5;
	font-size: 30px;
	padding: 0;
	color: #AAA;

	top: 20px;

	position: absolute;
}.skill-card .swipe-left{
	right: 20px;

	-webkit-animation: swipeLeft2 1.2s ease infinite;
	-moz-animation: swipeLeft2 1.2s ease infinite;
	animation: swipeLeft2 1.2s ease infinite;
}*/

#sticky-anchor{
	z-index: -4;
	position: relative;
}

#sticky.stick {
    position: fixed;
    top: 15px;
	left: 50%;
    z-index: -1;
    border-radius: 0 0 0.5em 0.5em;
}

.skill-subtitle{
	display: inline-block;
	margin: 0;
	font-size: 13px;
}.skill-subtitle span{
	display: inline-block;
    width: 8px;
    height: 8px;
    margin: 0 5px 0 10px;
    border-radius: 100%;
}.skill-subtitle span.turqoise{
	background: #1BBC9B;
	margin-left: 0;
}.skill-subtitle span.blue{
	background: #536DFE;
}

.skill-information{
	font-family: 'Sofia Pro';
	margin:  50px auto;
}.skill-detail{
	margin: 20px 0;
}

.skill-detail .category{
	font-size: 16px;
	font-weight: 800;
	display: block;
	margin-bottom: 5px;
}.skill-detail .skill-bar{
	height: 5px;
	background: #DDD;
	margin-bottom: 5px;
	border-radius: 100px;
	overflow: hidden;
}.skill-bar .skill-score{
	width: 90%;
	background: #1BBC9B;
	height: 5px;

	-webkit-transition: width 0.2s ease-in-out;
	-o-transition: width 0.2s ease-in-out;
	transition: width 0.2s ease-in-out;
}

/*Media Query*/

/*@media(max-width:767px){

	.profile-title{
		font-size: 30px;
	}.profile-job-title{
		font-size: 15px;
	}.profile-detail span{
		display: block;
	}.social-bar button.btn{
		width: 24%;
	}

}*/

@media(max-width:450px){
	.landing-container{
		top: 50px;
	}
	h1.main-text{
		font-size: 58px;
	}
	h2.second-text{
		font-size: 20px;
		margin-top: 10px;
	}

	button.slide-btn{
		/*font-size: 12px;*/
		width: 100%;
		padding: 10px 0;
		/*min-width: 0!important;*/
		/*padding: 5px 15px!important;*/
	}

	.profile-content {
		padding: 0;
	}
	.profile-card, .skill-card {
		padding: 30px;
	}


	.profile-card span.category{
		display: block;
		font-size: 14px;
	}
	.profile-card span.value{
		display: block;
		margin-bottom: 15px;
		/*font-size: 15px;*/
	}

	.weapon-slide h3 {
		font-size: 14px;
		margin-top: -7px;
	}
}


/*Project Viewer*/
/*
.project-viewer-container{
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	z-index: 5;
	background: rgba(0,0,0,0.9);
}

.project-viewer{
	background: #FFF;
	max-width: 1000px;
	margin: 0 auto;
}*/






/*Keyframes*/

.typed-cursor{
    opacity: 1;
    -webkit-animation: blink 0.7s infinite;
    -moz-animation: blink 0.7s infinite;
    animation: blink 0.7s infinite;
}
@keyframes blink{
    0% { opacity:1; }
    50% { opacity:0; }
    100% { opacity:1; }
}
@-webkit-keyframes blink{
    0% { opacity:1; }
    50% { opacity:0; }
    100% { opacity:1; }
}
@-moz-keyframes blink{
    0% { opacity:1; }
    50% { opacity:0; }
    100% { opacity:1; }
}

@-webkit-keyframes gradientAnimation {
    0%{background-position:0% 50%}
    50%{background-position:100% 50%}
    100%{background-position:0% 50%}
}
@-moz-keyframes gradientAnimation {
    0%{background-position:0% 50%}
    50%{background-position:100% 50%}
    100%{background-position:0% 50%}
}
@keyframes gradientAnimation {
    0%{background-position:0% 50%}
    50%{background-position:100% 50%}
    100%{background-position:0% 50%}
}


@-webkit-keyframes swipeLeft {
    0%{right:10px}
    50%{right:20px}
    100%{right:10px}
}
@-moz-keyframes swipeLeft {
   0%{right:10px}
    50%{right:20px}
    100%{right:10px}
}
@keyframes swipeLeft {
   0%{right:10px}
    50%{right:20px}
    100%{right:10px}
}




@-webkit-keyframes swipeLeft2 {
    0%{right:20px}
    50%{right:40px}
    100%{right:20px}
}
@-moz-keyframes swipeLeft2 {
   0%{right:20px}
    50%{right:40px}
    100%{right:20px}
}
@keyframes swipeLeft2 {
   0%{right:20px}
    50%{right:40px}
    100%{right:20px}
}


