*,
*::after,
*::before {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

body {
	font-family: 'Roboto', 'Avenir Next', sans-serif;
	color: #fff;
	background: #333;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	overflow: hidden;
}

/* .borderline-text{
	font-size: 1.2rem;
	font-weight: 500;
	text-shadow: 0 1px 1px black;
} */

/* Buttons */

.btn {
	display: inline-block;
	cursor: pointer;
	text-align: center;
	pointer-events: auto;
	color: #333;
	border: 0;
	border-radius: 1.85em;
	font-weight: bold;
	text-transform: uppercase;
	letter-spacing: 2px;
	font-size: 0.885em;
	padding: 1em 2em;
	margin: 0 auto;
	background: rgba(251, 224, 148, 0.8);
	-webkit-transition: background 0.3s, opacity 0.3s;
	-o-transition: background 0.3s, opacity 0.3s;
	transition: background 0.3s, opacity 0.3s;
}

.btn:focus {
	outline: none;
}

.btn:hover {
	background: rgba(251, 224, 148, 1);
}

.btn--trigger {
	width: 15em;
	position: absolute;
	bottom: 2em;
	left: 50%;
	margin: 0 0 0 -7.5em;
}

.btn--hidden {
	opacity: 0;
	pointer-events: none;
}

/* Links */

a {
	text-decoration: none;
	color: #fbe094;
	outline: none;
}


a:hover,
a:focus {
	color: #fff;
}

.hidden {
	position: absolute;
	overflow: hidden;
	width: 0;
	height: 0;
	pointer-events: none;
}


/* Icons */

/* .flex-icons{
	background-color: rgba(255, 255, 255, 0.3);
	box-shadow: 0 0 0.5rem rgba(255, 255, 255, 0.3);
} */

.icon {
	display: inline-block;
	vertical-align: middle;
	width: 2.5em;
	height: 2.5em;
	fill: currentColor;
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center;
	/* -webkit-filter: drop-shadow(1px 1px 1px rgba(255, 255, 255, 0.3))
                  drop-shadow(-1px -1px 1px rgba(255, 255, 255, 0.3));
  	filter: drop-shadow(1px 1px 1px rgba(255, 255, 255, 0.3)) 
          drop-shadow(-1px -1px 1px rgba(255, 255, 255, 0.3)); */
}

.icon-larger {
	display: inline-block;
	vertical-align: middle;
	width: 3.5em;
	height: 3.5em;
	fill: currentColor;
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center;
}

.js-icon{
	background-image: url("../img/js.png");
}

.react-icon{
	background-image: url("../img/react.png");
}

.redux-icon{
	background-image: url("../img/redux.png");
}

.html-icon{
	background-image: url("../img/html.png");
}

.css-icon{
	background-image: url("../img/css.png");
}

.sass-icon{
	background-image: url("../img/sass.png");
}

.bootstrap-icon{
	background-image: url("../img/bootstrap.png");
}

.node-icon{
	background-image: url("../img/node.png");
}

.postgress-icon{
	background-image: url("../img/postgress.png");
}

.git-icon{
	background-image: url("../img/git.png");
}


/* Header */

.header-links{
	margin: 0.5em auto;
}

.header-links a{
	margin: 1em calc(4vw);
	padding: 0.3rem 0.6rem;
	cursor: pointer;
	font-size: calc(0.9em + 0.6vw);
	font-weight: 600;
	color: white;
	border: solid 3px white;
	border-radius: 4px;
	box-shadow: 0 1px 1px #505050;
	text-shadow: 0 1px 1px #505050;
}

.header-bg-sibling{
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
}

.center-div{
	width: 100vw;
	height: 100vh;
	top: 0;
	left: 0;
	position: absolute;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
}

.bg-sibling{
	position: fixed;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	z-index: 1;
  }

.no-display{
	display: none;
}

.about-me{
	position: relative;
	z-index: 80;
}

.projects{
	position: relative;
	z-index: 80;
}

.lateral-padding{
	padding: 0 1em;
}

/* ---------- Study Plan ---------- */



.study-plan-parent{
   position: absolute;
   display: -webkit-box;
   display: -ms-flexbox;
   display: flex;
   -webkit-box-pack: center;
       -ms-flex-pack: center;
           justify-content: center;
   -webkit-box-align: center;
       -ms-flex-align: center;
           align-items: center;
   width: 100vw;
}

.hide-study-plan{
	display: none;
}


.study-plan-background{
	position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background-color: rgba(0, 0, 0, 0.2);
    z-index: 500;
}

.study-plan{
	-webkit-transform: scale(0.7);
	    -ms-transform: scale(0.7);
	        transform: scale(0.7);
	z-index: 900;
	position: relative;
}

.study-plan img{
	-webkit-box-shadow: rgba(0, 0, 0, 0.30) 0 0 4rem;
	        box-shadow: rgba(0, 0, 0, 0.30) 0 0 4rem;
	border-radius: 4px;
}

.close-button{
	background-color: red;
	font-size: 3em;
	font-weight: 700;
	color: white;
	width: 1.5em;
	height: 1.5em;
	border-radius: 50%;
	border: none;
	position: absolute;
	left: 50%;
	top: -0.8em;
}


/* --------- About me -------- */

.photo{
	margin: auto;
	width: 12em;
	height: 12em;
	background-image: url(../img/foto\ 2\ wsp\ cut.png);
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center;
	/* border: solid white 2px; */
	padding: 1em;
	border-radius: 4px;
	
	/* float: left */
}

.margin-on-top{
	margin-top: 5em;
}


.about-me-content{
	padding: 1em;
	width: 90vw;
	height: 80vh;
	margin-top: 2em;
	border-radius: 0.3em;
	background-color: rgba(114, 96, 96, 0.3);
	-webkit-backdrop-filter: blur(6px);
	        backdrop-filter: blur(6px);
	z-index: 99;
	position: absolute;
	left: 5vw;
	-webkit-transition: left 0.5s;
	-o-transition: left 0.5s;
	transition: left 0.5s;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	justify-content: center;
	align-items: center;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
	overflow-y: auto;
}

.section-titles{
	font-size: 1.4em;
	font-style: oblique;
}

.section{
	width: 50%;
	margin-bottom: 3em;
	padding: 0 2em;
}

/* .section-about{
	width: 40%;
	margin-bottom: 3em;
	padding: 0 2em;
} */

.vertical-column{
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

.experience-content{
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

.experience-column{
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	overflow-x: hidden;
}

.each-experience{
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	    -ms-flex-direction: column;
	        flex-direction: column;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	padding: 0 0.5em;
}

.each-experience p{
	margin: 0.2em 0;
}

.experience-description{
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	    -ms-flex-direction: column;
	        flex-direction: column;
}

.experience-description p{
	margin: 0;
}

.date-and-line{
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	position: relative
}


.middle-line{
	position: absolute;
	margin: 0 1em;
	min-width: 4vw;
	width: 15em;
	top: 0.7em;
	border-top: white solid 2px;
	-webkit-transform: translateY(50%);
	    -ms-transform: translateY(50%);
	        transform: translateY(50%);
}

.to-right{
	left: 2em
}

.to-left{
	right: 2em;
}

.vertical-line-parent{
	position: relative;
}

.top-vertical-line{
	position: absolute;
	left: -3px;
	width: 0.5rem;
	height: 2px;
	background-color: white;
}

.vertical-line{
	width: 2px;
	height: 24em;
	background-color: white;
	border-radius: 2em;
}

.here-button{
	color: white; 
	text-decoration: underline; 
	cursor: pointer; 
	font-weight: 700;
}

.vertical-separation{
	position: absolute;
	width: 1px;
	height: 96%;
	box-shadow: 1px 1px rgba(255, 255, 255, 0.5);
	background-color: rgba(73, 73, 73, 0.5);
}

/* --------- Projects ----------- */

.date-box{
	padding: 0 0.3em;
	border-radius: 0.2em;
	border: solid white 2px;
}

.projects-content{
	padding: 1em;
	width: 90vw;
	height: 80vh;
	margin-top: 2em;
	border-radius: 0.3em;
	background-color: rgba(114, 96, 96, 0.3);
	-webkit-backdrop-filter: blur(6px);
	        backdrop-filter: blur(6px);
	z-index: 99;
	position: absolute;
	right: 5vw;
	-webkit-transition: right 0.5s;
	-o-transition: right 0.5s;
	transition: right 0.5s;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
	overflow-y: auto;
}


.center-projects-container{
	display: flex;
	align-items: center;
	justify-content: center;
}


.projects-container{
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	align-items: center;
	justify-content: center;
	-ms-flex-pack: distribute;
	    justify-content: space-around;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
	-ms-flex-preferred-size: auto;
	    flex-basis: auto;
	margin: auto;
	position: relative;
}

.projects-title{
	text-align: center;
	margin: 0 0 0.5em 0;
	font-style: oblique;
	font-size: 1.4em;
}

.hr{
	margin-bottom: 1.5em;
	border-bottom: rgba(255, 255, 255, 0.60) solid 1px;
}

.item-empty{
	visibility: hidden;
}

.show-on-pc{
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

/* .projects-content::after{
	content: '';
	width: 15em 
  }

.projects-content__element{
	width: 15em
} */

.chat-gif{
	background-image: url(../img/chat-project.gif);
}

/* .chat-gif:hover{
	background-image: url(../img/chat-project.gif);
} */

.weather-gif{
	background-image: url(../img/weather-project.gif);
}

.todo-gif{
	background-image: url(../img/todo-project.gif);
}

.rick-gif{
	background-image: url(../img/rick-project.gif);
}

/* .rick-gif:hover{
	background-image: url(../img/rick-project.gif);
} */


.trivia-gif{
	background-image: url(../img/trivia-project.gif);
}

.gif-style{
	width: calc(8em + 4vw);
	height: 8em;
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center;
	border-radius: 4px;
	-webkit-transition: 0.2s;
	-o-transition: 0.2s;
	transition: 0.2s;
}


.gif-and-buttons{
	position: relative;
	-webkit-transition: 0.1s;
	-o-transition: 0.1s;
	transition: 0.1s;
}

.gif-and-buttons:hover{
	-webkit-transition: 0.1s;
	-o-transition: 0.1s;
	transition: 0.1s;
	-webkit-transform: scale(1.2);
	    -ms-transform: scale(1.2);
	        transform: scale(1.2);
	z-index: 10
}

.gif-buttons{
	display: none;
}

.gif-and-buttons:hover > .gif-buttons{
	position: absolute;
	bottom: 10%;
	left: 50%;
	-webkit-transform: translate(-50%);
	    -ms-transform: translate(-50%);
	        transform: translate(-50%);
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	color: black;
	z-index: 10;
}

.color-white{
	color: white
}

.color-black{
	color: black;
}

.color-black:hover{
	color: black;
}

.gif-buttons i{
	margin: 0 1em;
	cursor: pointer;
	-webkit-transform: scale(1.4);
	    -ms-transform: scale(1.4);
	        transform: scale(1.4);
}

/* .gif-style:hover{
	transition: 0.2s;
	transform: scale(1.2);
} */

.project-card{
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	margin: 1.5em 1.5em;
}

.description-project{
	max-width: 15em;
	padding: 0.5em;
}

.tech-text{
	margin: 0;
	font-size: 0.9em;
}

.project-title{
	font-weight: 700;
	margin: 0 0 0.5em 0;
	font-size: 1.2em;
}

.desc-text{
	margin:0;
	font-size: 0.9em;
}


.hide-about{
	-webkit-transition: all 0.5s;
	-o-transition: all 0.5s;
	transition: all 0.5s;
	position: absolute;
	left: -100vw;
}

.hide-projects{
	-webkit-transition: all 0.5s;
	-o-transition: all 0.5s;
	transition: all 0.5s;
	position: absolute;
	right: -100vw;
}

.no-a-display{
	-webkit-transition: all 0.5s;
	-o-transition: all 0.5s;
	transition: all 0.5s;
	position: relative;
	display: none;
}

.codrops-header {
	position: absolute;
	z-index: 100;
	top: 0;
	left: 0;
	display: -ms-flexbox;
	display: -webkit-box;
	display: flex;
	-ms-flex-direction: row;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	        flex-direction: row;
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
	-ms-flex-align: center;
	-webkit-box-align: center;
	        align-items: center;
	width: 100%;
	padding: 0.8em 0.75em;
	text-align: left;
}

.codrops-header__title {
	font-size: 1em;
	margin: 0;
	padding: 0 0.75em;
}

.codrops-header__tagline {
	margin: 0 6em 0 0;
	padding: 0 1em;
}

.linkedin{
	position: absolute;
	z-index: 90;
	bottom: 0;
	margin: 0 0 1em 1.5em;
	color: white;
	-webkit-transform: scale(1.2);
	    -ms-transform: scale(1.2);
	        transform: scale(1.2);
	cursor: pointer;
}

.linkedin-font{
	font-family: 'Roboto', 'Avenir Next', sans-serif;
}

.author{
	position: absolute;
	z-index: 90;
	bottom: 0;
	right: 0;
	margin: 0 3em 1.5em 0;
	color: white;
	-webkit-transform: scale(1.2);
	    -ms-transform: scale(1.2);
	        transform: scale(1.2);
	font-size: 0.7em;
}

.author a{
	color: white;
	cursor: pointer;
	font-weight: bold;
}

/* Bottom nav */

.bottom-nav {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
}

.gif{
	/* transform: scale(0.5); */
	background-color: green;
}


/* Demo links */

.codrops-demos {
	font-weight: bold;
	text-align: right;
	padding: 2em 2.5em 2.5em;
}

.codrops-demos span {
	display: inline-block;
	margin: 0 1em 0 0;
}

.codrops-demos a {
	display: inline-block;
	position: relative;
	margin: 0 0.5em;
}

.codrops-demos a.current-demo {
	color: #fff;
}

.codrops-demos a.current-demo::before {
	content: '';
	position: absolute;
	border: 2px solid #fff;
	border-radius: 50%;
	width: 2.25em;
	height: 2.25em;
	top: 50%;
	left: 50%;
	margin: -1.125em 0 0 -1.125em;
}


/* Top Navigation Style */

.codrops-links {
	position: relative;
	display: -ms-flexbox;
	display: -webkit-box;
	display: flex;
	-ms-flex-pack: center;
	-webkit-box-pack: center;
	        justify-content: center;
	text-align: center;
	white-space: nowrap;
}

.codrops-links::after {
	position: absolute;
	top: 15%;
	left: 50%;
	width: 1px;
	height: 70%;
	background: currentColor;
	opacity: 0.7;
	content: '';
	-webkit-transform: rotate3d(0, 0, 1, 22.5deg);
	transform: rotate3d(0, 0, 1, 22.5deg);
}

.codrops-icon {
	display: inline-block;
	margin: 0.5em;
	padding: 0.5em;
}

.github-icon {
	fill: #fbe094;
	color: #251e1e;
	position: absolute;
	top: 0;
	border: 0;
	left: 0;
}

.github-corner:hover .octo-arm {
	-webkit-animation: octocat-wave 560ms ease-in-out;
	        animation: octocat-wave 560ms ease-in-out;
}

@-webkit-keyframes octocat-wave {
	0%,
	100% {
		-webkit-transform: rotate(0);
		        transform: rotate(0);
	}
	20%,
	60% {
		-webkit-transform: rotate(-25deg);
		        transform: rotate(-25deg);
	}
	40%,
	80% {
		-webkit-transform: rotate(10deg);
		        transform: rotate(10deg);
	}
}

@keyframes octocat-wave {
	0%,
	100% {
		-webkit-transform: rotate(0);
		        transform: rotate(0);
	}
	20%,
	60% {
		-webkit-transform: rotate(-25deg);
		        transform: rotate(-25deg);
	}
	40%,
	80% {
		-webkit-transform: rotate(10deg);
		        transform: rotate(10deg);
	}
}

@media (max-width:500px) {
	.github-corner:hover .octo-arm {
		-webkit-animation: none;
		        animation: none;
	}
	.github-corner .octo-arm {
		-webkit-animation: octocat-wave 560ms ease-in-out;
		        animation: octocat-wave 560ms ease-in-out;
	}
}


/* Content */

.content {
	padding: 3em 0;
}



.trigger-headline {
	top: -0.2em;
	left: 0;
	position: absolute;
	font-size: calc(1.2em + 3.7vw);
	font-weight: 500;
	text-transform: uppercase;
	pointer-events: none;
	line-height: 1;
	width: 100%;
	height: 100%;
	display: -ms-flexbox;
	display: -webkit-box;
	display: flex;
	-ms-flex-align: center;
	-webkit-box-align: center;
	        align-items: center;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	margin: 0;
}

.trigger-headline span {
	display: inline-block;
	position: relative;
	padding: 0 1vw;
	text-shadow: 1px 1px 2px #505050;
	-webkit-transition: opacity 2s, -webkit-transform 2s;
	transition: opacity 2s, -webkit-transform 2s;
	-o-transition: opacity 2s, transform 2s;
	transition: opacity 2s, transform 2s;
	transition: opacity 2s, transform 2s, -webkit-transform 2s;
	-webkit-transition-timing-function: cubic-bezier(0.2,1,0.3,1);
	-o-transition-timing-function: cubic-bezier(0.2,1,0.3,1);
	   transition-timing-function: cubic-bezier(0.2,1,0.3,1);
	-webkit-transition-delay: 0.7s;
	-o-transition-delay: 0.7s;
	   transition-delay: 0.7s;
}

.trigger-headline--hidden span {
	pointer-events: none;
	opacity: 0;
}

.trigger-headline--hidden span:nth-child(1) {
	-webkit-transform: translate3d(-165px,0,0);
	transform: translate3d(-165px,0,0);
}

.trigger-headline--hidden span:nth-child(2) {
	-webkit-transform: translate3d(-125px,0,0);
	transform: translate3d(-125px,0,0);
}

.trigger-headline--hidden span:nth-child(3) {
	-webkit-transform: translate3d(-90px,0,0);
	transform: translate3d(-90px,0,0);
}

.trigger-headline--hidden span:nth-child(4) {
	-webkit-transform: translate3d(-60px,0,0);
	transform: translate3d(-60px,0,0);
}

.trigger-headline--hidden span:nth-child(5) {
	-webkit-transform: translate3d(-35px,0,0);
	transform: translate3d(-35px,0,0);
}

.trigger-headline--hidden span:nth-child(6) {
	-webkit-transform: translate3d(15px,0,0);
	transform: translate3d(-15px,0,0);
}

.trigger-headline--hidden span:nth-child(7) {
	-webkit-transform: translate3d(0,0,0);
	transform: translate3d(0,0,0);
}

.trigger-headline--hidden span:nth-child(8) {
	-webkit-transform: translate3d(15px,0,0);
	transform: translate3d(15px,0,0);
}

.trigger-headline--hidden span:nth-child(9) {
	-webkit-transform: translate3d(35px,0,0);
	transform: translate3d(35px,0,0);
}

.trigger-headline--hidden span:nth-child(10) {
	-webkit-transform: translate3d(60px,0,0);
	transform: translate3d(60px,0,0);
}

.trigger-headline--hidden span:nth-child(11) {
	-webkit-transform: translate3d(90px,0,0);
	transform: translate3d(90px,0,0);
}

.trigger-headline--hidden span:nth-child(12) {
	-webkit-transform: translate3d(125px,0,0);
	transform: translate3d(125px,0,0);
}

.trigger-headline--hidden span:nth-child(13) {
	-webkit-transform: translate3d(165px,0,0);
	transform: translate3d(165px,0,0);
}




/* ------------------ headline 2 --------------------------- */

.trigger-headline-2 {
	top: 1.7em;
	left: 0;
	position: absolute;
	font-size: calc(0.83em + 1.48vw);
	font-weight: 600;
	text-transform: uppercase;
	pointer-events: none;
	line-height: 1;
	width: 100%;
	height: 100%;
	display: -ms-flexbox;
	display: -webkit-box;
	display: flex;
	-ms-flex-align: center;
	-webkit-box-align: center;
	        align-items: center;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	margin: 0;
	color:#ffe49b;
	
	/* -webkit-text-stroke: 1px #b8a470; */
}

.trigger-headline-2 span {
	display: inline-block;
	position: relative;
	padding: 0 1vw;
	text-shadow: 1px 1px 2px #8a7b54;
	-webkit-transition: opacity 2s, -webkit-transform 2s;
	transition: opacity 2s, -webkit-transform 2s;
	-o-transition: opacity 2s, transform 2s;
	transition: opacity 2s, transform 2s;
	transition: opacity 2s, transform 2s, -webkit-transform 2s;
	-webkit-transition-timing-function: cubic-bezier(0.2,1,0.3,1);
	-o-transition-timing-function: cubic-bezier(0.2,1,0.3,1);
	   transition-timing-function: cubic-bezier(0.2,1,0.3,1);
	-webkit-transition-delay: 0.7s;
	-o-transition-delay: 0.7s;
	   transition-delay: 0.7s;
}

.trigger-headline-2--hidden span {
	pointer-events: none;
	opacity: 0;
}

.trigger-headline-2--hidden span:nth-child(1) {
	-webkit-transform: translate3d(-225px,0,0);
	transform: translate3d(-225px,0,0);
}

.trigger-headline-2--hidden span:nth-child(2) {
	-webkit-transform: translate3d(-180px,0,0);
	transform: translate3d(-180px,0,0);
}

.trigger-headline-2--hidden span:nth-child(3) {
	-webkit-transform: translate3d(-140px,0,0);
	transform: translate3d(-140px,0,0);
}

.trigger-headline-2--hidden span:nth-child(4) {
	-webkit-transform: translate3d(-105px,0,0);
	transform: translate3d(-105px,0,0);
}

.trigger-headline-2--hidden span:nth-child(5) {
	-webkit-transform: translate3d(-75px,0,0);
	transform: translate3d(-75px,0,0);
}

.trigger-headline-2--hidden span:nth-child(6) {
	-webkit-transform: translate3d(-50px,0,0);
	transform: translate3d(-50px,0,0);
}

.trigger-headline-2--hidden span:nth-child(7) {
	-webkit-transform: translate3d(-30px,0,0);
	transform: translate3d(-30px,0,0);
}

.trigger-headline-2--hidden span:nth-child(8) {
	-webkit-transform: translate3d(-15px,0,0);
	transform: translate3d(-15px,0,0);
}

.trigger-headline-2--hidden span:nth-child(9) {
	-webkit-transform: translate3d(-5px,0,0);
	transform: translate3d(-5px,0,0);
}

.trigger-headline-2--hidden span:nth-child(10) {
	-webkit-transform: translate3d(0px,0,0);
	transform: translate3d(0px,0,0);
}

.trigger-headline-2--hidden span:nth-child(11) {
	-webkit-transform: translate3d(5px,0,0);
	transform: translate3d(5px,0,0);
}

.trigger-headline-2--hidden span:nth-child(12) {
	-webkit-transform: translate3d(15px,0,0);
	transform: translate3d(15px,0,0);
}

.trigger-headline-2--hidden span:nth-child(13) {
	-webkit-transform: translate3d(30px,0,0);
	transform: translate3d(30px,0,0);
}

.trigger-headline-2--hidden span:nth-child(14) {
	-webkit-transform: translate3d(50px,0,0);
	transform: translate3d(50px,0,0);
}

.trigger-headline-2--hidden span:nth-child(15) {
	-webkit-transform: translate3d(75px,0,0);
	transform: translate3d(75px,0,0);
}

.trigger-headline-2--hidden span:nth-child(16) {
	-webkit-transform: translate3d(105px,0,0);
	transform: translate3d(105px,0,0);
}

.trigger-headline-2--hidden span:nth-child(17) {
	-webkit-transform: translate3d(140px,0,0);
	transform: translate3d(140px,0,0);
}

.trigger-headline-2--hidden span:nth-child(18) {
	-webkit-transform: translate3d(180px,0,0);
	transform: translate3d(180px,0,0);
}

.trigger-headline-2--hidden span:nth-child(19) {
	-webkit-transform: translate3d(225px,0,0);
	transform: translate3d(225px,0,0);
}



/* --------------------------------------------------------- */




/* Adjustments for some demos */
.demo-4 .trigger-headline span {
	-webkit-transition: opacity 2.3s, -webkit-transform 2.3s;
	transition: opacity 2.3s, -webkit-transform 2.3s;
	-o-transition: opacity 2.3s, transform 2.3s;
	transition: opacity 2.3s, transform 2.3s;
	transition: opacity 2.3s, transform 2.3s, -webkit-transform 2.3s;
	-webkit-transition-timing-function: cubic-bezier(0.2,1,0.3,1);
	-o-transition-timing-function: cubic-bezier(0.2,1,0.3,1);
	   transition-timing-function: cubic-bezier(0.2,1,0.3,1);
	-webkit-transition-delay: 0.1s;
	-o-transition-delay: 0.1s;
	   transition-delay: 0.1s;
}

.js .demo-4 .trigger-headline--hidden span:nth-child(1) {
	-webkit-transform: translate3d(200px,0,0);
	transform: translate3d(200px,0,0);
}

.js .demo-4 .trigger-headline--hidden span:nth-child(2) {
	-webkit-transform: translate3d(100px,0,0);
	transform: translate3d(100px,0,0);
}

.js .demo-4 .trigger-headline--hidden span:nth-child(3) {
	-webkit-transform: translate3d(50px,0,0);
	transform: translate3d(50px,0,0);
}

.js .demo-4 .trigger-headline--hidden span:nth-child(4) {
	-webkit-transform: translate3d(-50px,0,0);
	transform: translate3d(-50px,0,0);
}

.js .demo-4 .trigger-headline--hidden span:nth-child(5) {
	-webkit-transform: translate3d(-100px,0,0);
	transform: translate3d(-100px,0,0);
}

.js .demo-4 .trigger-headline--hidden span:nth-child(6) {
	-webkit-transform: translate3d(-200px,0,0);
	transform: translate3d(-200px,0,0);
}

.demo-5 .trigger-headline span {
	-webkit-transition-delay: 0s;
	-o-transition-delay: 0s;
	   transition-delay: 0s;
}


/* Related demos */

.content--related {
	font-weight: bold;
	padding: 10em 1em;
	text-align: center;
	background: #333;
	color: #fff;
}

.content__wrap--related {
	max-width: 800px;
	margin: 0 auto;
}

.media-item {
	display: inline-block;
	padding: 1em;
	vertical-align: top;
	-webkit-transition: color 0.3s;
	-o-transition: color 0.3s;
	transition: color 0.3s;
}

.media-item__img {
	max-width: 100%;
	opacity: 0.6;
	-webkit-transition: opacity 0.3s;
	-o-transition: opacity 0.3s;
	transition: opacity 0.3s;
}

.media-item:hover .media-item__img,
.media-item:focus .media-item__img {
	opacity: 1;
}

.media-item__title {
	font-size: 1em;
	margin: 0;
	padding: 0.5em;
}

@media screen and (max-width:60em) {
	.codrops-demos {
		margin-bottom: 4em;
		text-align: center;
	}
}

@media (max-width: 900px) {

	.vertical-separation{
		display: none
	}

	.section{
		width: 100%;
		padding: 0;
	}

	.section-about{
		width: 100%;
		margin-bottom: 3em;
		padding: 0 2em;
	}

	.study-plan{
		-webkit-transform: scale(0.6);
		    -ms-transform: scale(0.6);
		        transform: scale(0.6);
	}

	.show-on-pc{
		display: none;
	}

	.section-titles{
		text-align: center;
	}

}

@media (max-width: 600px) {

	.study-plan{
		-webkit-transform: scale(0.4);
		    -ms-transform: scale(0.4);
		        transform: scale(0.4);
	}

	.vertical-separation{
		display: none
	}

	.photo{
		float: none;
		margin: auto;
	}

	.margin-on-top{
		margin-top: 1em;
	}

	.show-on-pc{
		display: none;
	}

	.project-card{
		/* display: flex;
		margin: 0.5em 1.5em; */
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		    -ms-flex-direction: column;
		        flex-direction: column;
		-webkit-box-pack: center;
		    -ms-flex-pack: center;
		        justify-content: center;
		-webkit-box-align: center;
		    -ms-flex-align: center;
		        align-items: center;
	}

	.description-project{
		/* max-width: 15em;
		padding: 0.5em; */
		text-align: center;
	}
	
}
