html.js,
.js body {
	overflow: hidden;
	height: 100vh;
}

/* Pages nav */


/*HOME*/

#page-home {
	/*background: #9784ED;*/
	/*background: #98bff6;*/
	/*background: -webkit-radial-gradient(circle, #80bce8, #4c90c3);*/
	background: -webkit-linear-gradient(left, #4c90c3, #80bce8);
}

.home-content {
	float: right;
	width: 40%;
	margin-right: 100px;
	margin-top: 30px;
	font-size: 24px;

}

.home-content h3 {
	/*font-family: 'MarkSimonsonProximaNovaLight';*/
	font-family: 'GilroyLight';
	/* font-size: 24px; */
	color: #fff;
	font-weight: lighter;
	font-size: 1em;
}

.home-content h1 {
	font-family: 'GilroyLight';
	/* font-size: 48px; */
	color: #fff;
	font-weight: 100;
	line-height: 20px;
	font-size: 2em;
}

.home-content h4 {
	padding-top: 40px;
	font-family: 'GilroyLight';
	/* font-size: 48px; */
	color: #175988;
	font-weight: lighter;
	line-height: 0px;
	font-size: 2em;	
}

.home-content h2 {
	font-size: 0.9166em;	
}

.home-content h2, .home-content .describe-wrapper {
	font-family: 'GilroyExtraBold';
	color: #fff;
	font-weight: lighter;
}

.page .home-content .describe-wrapper {
	display: inline-block;
	overflow: hidden;
	position: relative;
	height: 73px;
	font-size: 2.5em;
}

.page .home-content .describe-wrapper span {
	white-space: nowrap;
	opacity: 0;
	position: absolute;
}

.page .home-content .describe-wrapper span.is-visible {
	opacity: 1;
}

.page .home-content .describe-wrapper::after {
	content: '';
	width: 2px;
	background: #fff;
	position: absolute;
	height: 100%;
	top: 0;
  right: 0;
}

.page .home-content .box {
	padding: 1.5em 0;
}

.page .home-content .button {
	margin-left: 0px;
	color: #fff;
	border: 1px solid;
	background: transparent;
	cursor: pointer;
}

.page .home-content .button--aylen {
	letter-spacing: inherit;
}

.page .home-content .button--aylen::before {
	background: #4f83b5;
}

.page .home-content .button--aylen::after {
	background: #3a6c9b;
}

/*.home-content .describe.blink span:after{
	content: '_';
	animation: .75s blink ease-out infinite;
	-webkit-animation: .75s blink ease-out infinite;
	-moz-animation: .75s blink ease-out infinite;
	-ms-animation: .75s blink ease-out infinite;
}*/

@-webkit-keyframes blink {
    0% {
        opacity: 0;
        content: ''
    }

    100% {
        opacity: 1;
        content: '_'
    }
}

@-moz-keyframes blink {
    0% {
        opacity: 0;
        content: ''
    }

    100% {
        opacity: 1;
        content: '_'
    }
}

@-o-keyframes blink {
    0% {
        opacity: 0;
        content: ''
    }

    100% {
        opacity: 1;
        content: '_'
    }
}

@keyframes blink {
    0% {
        opacity: 0;
        content: ''
    }

    100% {
        opacity: 1;
        content: '_'
    }
}

/*ABOUT*/

#page-about {
	/*background: #87C4A3;*/
	/*background: #edb948;*/
	/*background: -webkit-radial-gradient(circle, #8b61c0, #704c9b);*/
	background: -webkit-linear-gradient(left, #a81a37, #e3475f);
}

.about-content {
	width: 72%;
	margin: 0 auto;
	margin-top: 57px;
}

/*
initial: 643f91
final: 593189
*/

.about-content h1 {
	font-family: 'GilroyLight';
	font-size: 60px;
	color: #fff;
	font-weight: lighter;
	margin: 30px 0px;
}

.about-content h3 {
	font-family: 'GilroyExtraBold';
	font-size: 24px;
	color: #fff;
	font-weight: lighter;
}

.about-content a {
	font-family: 'GilroyExtraBold';
	text-decoration: none;
	color: #fff;
}

.about-content a:hover {
	color: #FD7288;
    
}

.about-content p {
	font-family: 'GilroyLight';
	font-size: 18px;
	color: #fff;
	font-weight: lighter;
	line-height: 28px;
	 letter-spacing: 0.6px;
}

.about-content p:nth-of-type(2) {
	padding-top: 10px;
}

.about-content p:nth-of-type(3) {
	padding-top: 7px;
}

.page .about-content .button {
	color: #fd7288;
	border: 1px solid;
	background: transparent;
	cursor: pointer;
	margin: 1em 1em 1em 0;
}

.page .about-content .button--aylen::before {
	background: #a31b37;
}

.page .about-content .button--aylen::after {
	background: #8a1930;
}

.button {
	float: left;
	min-width: 150px;
	max-width: 250px;
	display: block;
	padding: 1em 2em;
	border: none;
	background: none;
	color: inherit;
	vertical-align: middle;
	position: relative;
	z-index: 1;
	color: #fff;
	border-color: #fff;
	font-size: 14px;
	letter-spacing: 2px;
	border: 3px solid;
	border-radius: 40px;
	margin-top: 15px;
	-webkit-backface-visibility: hidden;
	-moz-osx-font-smoothing: grayscale;
}


.button--winona {
	overflow: hidden;
	padding: 0;
	-webkit-transition: border-color 0.3s, background-color 0.3s;
	transition: border-color 0.3s, background-color 0.3s;
	-webkit-transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
	transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
}
.button--winona::after {
	content: attr(data-text);
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	opacity: 0;
	color: #3f51b5;
	-webkit-transform: translate3d(0, 25%, 0);
	transform: translate3d(0, 25%, 0);
}
.button--winona > span {
	display: block;
	font-family: 'MarkSimonsonProximaNovaLight';
}
.button--winona.button--inverted {
	color: #7986cb;
}
.button--winona.button--inverted:after {
	color: #fff;
}
.button--winona::after,
.button--winona > span {
	font-family: 'MarkSimonsonProximaNovaLight';
	padding: 1em 2em;
	-webkit-transition: -webkit-transform 0.3s, opacity 0.3s;
	transition: transform 0.3s, opacity 0.3s;
	-webkit-transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
	transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
}
.button--winona:hover {
	border-color: #3f51b5;
	background-color: rgba(63, 81, 181, 0.1);
}
.button--winona.button--inverted:hover {
	border-color: #21333C;
	background-color: #21333C;
}
.button--winona:hover::after {
	opacity: 1;
	-webkit-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
}
.button--winona:hover > span {
	font-family: 'MarkSimonsonProximaNovaLight';
	opacity: 0;
	-webkit-transform: translate3d(0, -25%, 0);
	transform: translate3d(0, -25%, 0);
}

/* FINAL- #593189
  INITIAL - #6e3daa*/




/*PROJECTS*/


#page-projects {
	/*background: #F68F6F;*/
    /*background: -webkit-radial-gradient(circle, #5c6cd4, #4a59ba);*/
    background: -webkit-linear-gradient(left, #ebad4d , #fadc86);
}

.projects-content {
	width: 72%;
	margin: 0 auto;
	margin-top: 70px;
}

.projects-content h1 {
	font-family: 'MarkSimonsonProximaNovaLight';
	font-size: 48px;
	color: #fff;
	font-weight: lighter;
}

.page .projmain .slide__title {
	/*padding-top: 30px;*/
}


/*MY INTEREST*/
.interests-content {
    width: 72%;
    margin: 0 auto;
    margin-top: 70px;
}

.interests-content h1 {
    font-family: 'GilroyLight';
    font-size: 60px;
    color: #fff;
    font-weight: lighter;
    padding-bottom: 12px;
}

.my_tools h3{
	font-family: 'GilroyExtraBold';
	font-size: 18px;
	color: #fff;

}

.web_lang h3{
	font-family: 'GilroyExtraBold';
	font-size: 18px;
	color: #fff;
}

.during_f_time h3{
	font-family: 'GilroyExtraBold';
	font-size: 18px;
	color: #fff;
}

.interest-info {
	/* display: table;
	width: 100%; */
	display: flex;
    flex-flow: column nowrap;
    justify-content: space-between;
}

.interest-row {
	display: flex;
	/* flex-direction: row;
	flex-wrap: wrap; */
	align-items: center;
	margin-bottom: 20px;
	flex-flow: row nowrap;
	width: 100%;
}

.interest-row-head {
	/* flex-grow: 1;
	width: 100px; */
	display: flex;
	flex-flow: row nowrap;
	flex-grow: 1;
	flex-basis: 0;
}

.interest-row-value {
	flex-grow: 3;
    display: flex;
    flex-flow: row nowrap;
    flex-basis: 0;
}
.interest-row-value a{cursor: pointer;}

.interest-info .hi-icon-wrap {
	margin: 0;
	padding: 0;
	text-align: start;
}

.interest-info .hi-icon-effect-8 .hi-icon-photoshop {
	/* background: #33e69e; */
	background-image: url("../images/myinterest/photoshop.png");
}

.interest-info .hi-icon-effect-8 .hi-icon-illustrator {
	background-image: url("../images/myinterest/Illustrator.png");
}

.interest-info .hi-icon-effect-8 .hi-icon-aftereffects {
	background-image: url("../images/myinterest/After_Effects.png");
}

.interest-info .hi-icon-effect-8 .hi-icon-edgeanimate {
	background-image: url("../images/myinterest/Edge_Animate.png");
}

.interest-info .hi-icon-effect-8 .hi-icon-html {
	background-image: url("../images/myinterest/HTML.png");
}

.interest-info .hi-icon-effect-8 .hi-icon-css {
	background-image: url("../images/myinterest/CSS.png");
}

.interest-info .hi-icon-effect-8 .hi-icon-photography {
	background-image: url("../images/myinterest/Photography.png");
}

.interest-info .hi-icon-effect-8 .hi-icon-music {
	background-image: url("../images/myinterest/Music.png");
}

.interest-info .hi-icon-effect-8 .hi-icon-singing {
	background-image: url("../images/myinterest/Singing.png");
}

.interest-info .hi-icon-effect-8 .hi-icon-biking {
	background-image: url("../images/myinterest/Biking.png");
}

.interest-info .hi-icon-effect-8 a:hover {
	color: #00985b;
	cursor:default;
}

.interest-info .hi-icon-photoshop:before {
	/*content: url(../images/myinterest/photoshop.png);*/
}

.interest-info .hi-icon {
	width: 72px;
	height: 72px;
}

.interest-info .hi-icon-effect-8 a.hi-icon:hover:after {
	-webkit-animation: buttonSonarEffect 1.3s ease-out 75ms;
	-moz-animation: buttonSonarEffect 1.3s ease-out 75ms;
	animation: buttonSonarEffect 1.3s ease-out 75ms;
}

@-webkit-keyframes buttonSonarEffect {
	0% {
		opacity: 0.3;
	}
	40% {
		opacity: 0.5;
		box-shadow: 0 0 0 2px rgba(255,255,255,0.1), 0 0 10px 10px #00985b, 0 0 0 10px rgba(255,255,255,0.5);
	}
	100% {
		box-shadow: 0 0 0 2px rgba(255,255,255,0.1), 0 0 10px 10px #00985b, 0 0 0 10px rgba(255,255,255,0.5);
		-webkit-transform: scale(1.5);
		opacity: 0;
	}
}
@-moz-keyframes buttonSonarEffect {
	0% {
		opacity: 0.3;
	}
	40% {
		opacity: 0.5;
		box-shadow: 0 0 0 2px rgba(255,255,255,0.1), 0 0 10px 10px #00985b, 0 0 0 10px rgba(255,255,255,0.5);
	}
	100% {
		box-shadow: 0 0 0 2px rgba(255,255,255,0.1), 0 0 10px 10px #00985b, 0 0 0 10px rgba(255,255,255,0.5);
		-moz-transform: scale(1.5);
		opacity: 0;
	}
}
@keyframes buttonSonarEffect {
	0% {
		opacity: 0.3;
	}
	40% {
		opacity: 0.5;
		box-shadow: 0 0 0 2px rgba(255,255,255,0.1), 0 0 10px 10px #00985b, 0 0 0 10px rgba(255,255,255,0.5);
	}
	100% {
		box-shadow: 0 0 0 2px rgba(255,255,255,0.1), 0 0 10px 10px #00985b, 0 0 0 10px rgba(255,255,255,0.5);
		transform: scale(1.5);
		opacity: 0;
	}
}





#page-contact {
	/*background: #84A5DD;*/
	 /*background: -webkit-radial-gradient(circle, #515351, #434543);*/
	 background: -webkit-linear-gradient(left, #9a9a9a, #d4cec2);
}

#page-interests {
	/*background: #FEC54F;*/
	background: -webkit-linear-gradient(left, #00e388, #43fab1);
	/*background: -webkit-radial-gradient(circle, #00e388, #00dc84);*/
	overflow-y: hidden;
}

#page-belief {
	/*background: #717171;
	background: -webkit-radial-gradient(circle, #fa736d, #fa6059);*/
	background: -webkit-linear-gradient(left, #142f8c, #0f58e8);
}

#page-buy{
	background: #F68F6F;
}



.pages-nav {
	display: -webkit-flex;
	display: flex;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-justify-content: center;
	justify-content: center;
	-webkit-align-items: center;
	align-items: center;
	padding: 20px;
	text-align: center;
	background: #0e0f0f;
}

.js .pages-nav {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 50vh;
	padding: 30px;
	pointer-events: none;
	opacity: 0;
	background: transparent;
	-webkit-transition: -webkit-transform 1.2s, opacity 1.2s;
	transition: transform 1.2s, opacity 1.2s;
	-webkit-transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
	transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
	-webkit-transform: translate3d(0, 150px, 0);
	transform: translate3d(0, 150px, 0);
}

.js .pages-nav--open {
	pointer-events: auto;
	opacity: 1;
	-webkit-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
}

.pages-nav__item {
	width: 33%;
	padding: 1em;
}

.js .pages-nav__item {
	padding: 0 10%;
}

.pages-nav .pages-nav__item--social {
	width: 100%;
	opacity: 0;
	-webkit-transition: -webkit-transform 1.2s, opacity 1.2s;
	transition: transform 1.2s, opacity 1.2s;
	-webkit-transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
	transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
	-webkit-transform: translate3d(0, 20px, 0);
	transform: translate3d(0, 20px, 0);
}

.pages-nav--open .pages-nav__item--social {
	opacity: 1;
	-webkit-transition-delay: 0.35s;
	transition-delay: 0.35s;
	-webkit-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
}


.link {
	font-size: 0.85em;
	font-weight: bold;
	position: relative;
	letter-spacing: 1px;
	text-transform: uppercase;
}

.link:hover,
.link:focus {
	color: #fff;
}

.link--page {
	display: block;
	color: #cecece;
	letter-spacing: 2px;
}

.link--page:not(.link--faded)::before {
	content: '';
	position: absolute;
	top: 100%;
	left: 50%;
	width: 30px;
	height: 2px;
	margin: 5px 0 0 -15px;
	background: #fff;
	-webkit-transition: -webkit-transform 0.3s;
	transition: transform 0.3s;
	-webkit-transform: scale3d(0, 1, 1);
	transform: scale3d(0, 1, 1);
}

.link--page:hover:before {
	-webkit-transform: scale3d(1, 1, 1);
	transform: scale3d(1, 1, 1);
}

.link--faded {
	color: #4b4b4b;
}

.link--faded:hover,
.link--faded:focus {
	/*color: #5c5edc;*/
	color: #6DACDB;
}
.scl-nav a:nth-child(1):hover{color: #2aa2ef;}
.scl-nav a:nth-child(2):hover{color: #1178b2;}
.scl-nav a:nth-child(3):hover{color: #3c5a96;}
.scl-nav a:nth-child(4):hover{color: #0057ff;}
.scl-nav a:nth-child(5):hover{color: #9451d0;}

.link--page.link--faded {
	font-size: 0.65em;
}

.link--social {
	font-size: 1.5em;
	margin: 0 0.75em;
}

.text-hidden {
	position: absolute;
	display: block;
	overflow: hidden;
	width: 0;
	height: 0;
	color: transparent;
}

/* Pages stack */

.js .pages-stack {
	z-index: 100;
	pointer-events: none;
	-webkit-perspective: 1200px;
	perspective: 1200px;
	-webkit-perspective-origin: 50% -50%;
	perspective-origin: 50% -50%;
}

.js .page {
	position: relative;
	z-index: 5;
	overflow: hidden;
	width: 100%;
	height: 100vh;
	pointer-events: auto;
	background: #2a2b30;
	box-shadow: 0 -1px 10px rgba(0, 0, 0, 0.1);
}

.js .pages-stack--open .page {
	cursor: pointer;
	-webkit-transition: -webkit-transform 0.45s, opacity 0.45s;
	transition: transform 0.45s, opacity 0.45s;
	-webkit-transition-timing-function: cubic-bezier(0.6, 0, 0.4, 1);
	transition-timing-function: cubic-bezier(0.6, 0, 0.4, 1);
}

.js .page--inactive {
	position: absolute;
	z-index: 0;
	top: 0;
	opacity: 0;
}

/* page content */

.info {
	font-size: 1.25em;
	max-width: 50%;
	margin-top: 1.5em;
}

.poster {
	position: fixed;
	bottom: 0vh;
	left: 0vh;
	max-width: 100%;
	max-height: 100%;
	display: block;
	z-index: 1;
}

/* Menu button */

.menu-button {
	position: absolute;
	z-index: 1000;
	top: 30px;
	left: 30px;
	width: 30px;
	height: 24px;
	padding: 0;
	cursor: pointer;
	border: none;
	outline: none;
	background: transparent;
}

.no-js .menu-button {
	display: none;
}

.menu-button::before,
.menu-button::after,
.menu-button span {
	background: #fff;
}

.menu-button::before,
.menu-button::after {
	content: '';
	position: absolute;
	top: 50%;
	left: 0;
	width: 100%;
	height: 2px;
	pointer-events: none;
	-webkit-transition: -webkit-transform 0.25s;
	transition: transform 0.25s;
	-webkit-transform-origin: 50% 50%;
	transform-origin: 50% 50%;
}

.menu-button span {
	position: absolute;
	left: 0;
	overflow: hidden;
	width: 100%;
	height: 2px;
	text-indent: 200%;
	-webkit-transition: opacity 0.25s;
	transition: opacity 0.25s;
}

.menu-button::before {
	-webkit-transform: translate3d(0, -10px, 0) scale3d(0.8, 1, 1);
	transform: translate3d(0, -10px, 0) scale3d(0.8, 1, 1);
}

.menu-button::after {
	-webkit-transform: translate3d(0, 10px, 0) scale3d(0.8, 1, 1);
	transform: translate3d(0, 10px, 0) scale3d(0.8, 1, 1);
}

.menu-button--open span {
	opacity: 0;
}

.menu-button--open::before {
	-webkit-transform: rotate3d(0, 0, 1, 45deg);
	transform: rotate3d(0, 0, 1, 45deg);
}

.menu-button--open::after {
	-webkit-transform: rotate3d(0, 0, 1, -45deg);
	transform: rotate3d(0, 0, 1, -45deg);
}

@media screen and (max-width: 60em) {
	.home-content {
		font-size: 20px;
	}
	.page .home-content .box {
		padding: 4.5em 0;
	}
	.info {
		max-width: 100%;
	}
	.poster {
		max-width: 100%;
		max-height: 50vh;
		/*margin: 0 0 0 50%;*/
	}
	.pages-nav__item {
		width: 50%;
		min-height: 20px;
	}
	.link--page {
		overflow: hidden;
		white-space: nowrap;
		text-overflow: ellipsis;
	}
	.link--social {
		margin: 0 0.1em;
		margin-right: 1.0em;
	}
	.interest-info .hi-icon-effect-8 .hi-icon {
		float: left;
	}

	.interest-row {
		align-items: flex-start;
	}
}

@media screen and (max-width: 50em) {
	.poster {
		display: none;
	}

	.home-content {
		font-size: 18px;
		float: left;
		margin-top: 100px;
		margin-left: 30px;
	}

}

@media screen and (max-width: 40em) {
	.js .pages-nav {
		display: block;
		padding: 10px 20px 0 20px;
		text-align: left;
		margin-top: 80px;
	}
	.js .pages-nav__item {
		width: 100%;
		padding: 4px 0;
		padding-bottom: 15px;
	}
	.js .pages-nav__item--small {
		display: inline-block;
		width: auto;
		margin-right: 5px;
	}
	.pages-nav__item--social {
		font-size: 0.9em;
	}
	/* .menu-button {
		top: 15px;
		right: 10px;
		left: auto;
	} */
	.info {
		font-size: 0.85em;
	}
	.interest-info .hi-icon-effect-8 .hi-icon {
		margin: 10px 10px 10px 0;
	}

	.interest-row-value {
		flex-flow: row nowrap;
		flex-basis: 0;
		float: left;
		margin-top: 30px;
		display: block;
	}

	.interest-row {
		flex-flow: column nowrap;		
	}
}

/*CONTACT*/



.contact-content {
    width: 72%;
    margin: 0 auto;
    margin-top: 70px;
}

.contact-content h1 {
    font-family: 'GilroyLight';
    font-size: 60px;
    color: #fff;
    font-weight: lighter;
}

.contact-content p {
	font-family: 'GilroyExtraBold';
	font-size: 20px;
	line-height: 48px;
	color: #fff;
	letter-spacing: .8px;
}

.contact-content a {
	font-family: 'GilroyExtraBold';
	font-size: 24px;
	color: 7f8ff4;
	letter-spacing: .8px;
}

.contact-content a:hover {
	color: #54504b;
}

.contact-new p{
	font-family: 'GilroyLight'; 
	font-size: 36px; 
	line-height: 56px;"
}


.contact-new a{
	font-family: GilroyExtraBold; 
	font-size: 36px;
}

.contact-content .say-hi-p{
	font-family: GilroyExtraBold;
	font-size: 20px; 
	line-height: 45px;"
}
.contact-content .say-hi-p span{font-size: 20px;}
/*My Beliefs*/

.belief-content {
	width: 72%;
	margin: 0 auto;
	margin-top: 70px;
}

.belief-content h1 {
    font-family: 'GilroyLight';
    font-size: 60px;
    color: #fff;
    font-weight: lighter;
}

.belief-content h3 {
	font-family: 'GilroyLight';
    font-size: 30px;
    color: #fff;
    font-weight: lighter;
    line-height: 50px;
    letter-spacing: .5px;
    margin: 5px 0 !important;
}


.belief-content a {
	font-family: 'GilroyExtraBold';
    font-size: 36px;
    color: #3795fc;
    font-weight: lighter;
}

.belief-content a:hover {
	color: #c13f3a;
}

.belief-content p {
	font-family: 'GilroyLight';
	font-size: 22px;
	line-height: 36px;
	color: #fff;
	letter-spacing: .8px;
	margin: 0 0 35px 0 !important;
}

@media screen and (max-width: 73em) {
    .home-content h4 {
        padding-top: 0;
    }

	.home-content h1 {
		line-height: normal;
	}
	.js .page {overflow: scroll;
}
