*,
*:before,
*:after {
	padding: 0;
	margin: 0;
}

html, body {
	width: 100%;
	font-family: Roboto, OpenSans, sans-serif;
	overflow-x: hidden;
}

.navbar li,
.navbar-mobile li,
.intro-text,
.intro-title,
.title,
.container-title,
.progress-label,
.progress-progression-label,
.experience-year {
	-webkit-touch-callout: none; /* iOS Safari */
    -webkit-user-select: none; /* Safari */
     -khtml-user-select: none; /* Konqueror HTML */
       -moz-user-select: none; /* Old versions of Firefox */
        -ms-user-select: none; /* Internet Explorer/Edge */
            user-select: none; /* Non-prefixed version, currently
                                  supported by Chrome, Opera and Firefox */
}

.opacity-0 {
	opacity: 0.2 !important;
}

.container {
	padding-left: 10%;
	padding-right: 10%;
	width: 80%;
	position: relative;
	padding-top: 50px;
	padding-bottom: 50px;
	/*box-sizing: border-box;*/
}

canvas {
	position: absolute;
	top: 0;
	left: 0;
}

.container-flex {
	display: flex;
	padding-left: 10%;
	padding-right: 10%;
	width: 80%;
	position: relative;
	padding-top: 50px;
	padding-bottom: 50px;
	/*box-sizing: border-box;*/
}

.container-title {
	color: white;
	font-family: Roboto;
	position: absolute;
	left: 50%;
	top: 2%;
	transform: translate(-50%,-50%);
	font-weight: bold;
	font-style: oblique;
	letter-spacing: 0.2em;
	color: #aaaaaa;
}

.hidden {
	display: none !important;
}

.icons {
	margin-bottom: 8px;
}

.icons a {
	color: white;
	transition: color ease-out 100ms;
}

.icons a:hover {
	color: #aaaaaa;
}

.intro-resume {
	color: black !important;
	background-color: white;
	padding: 5px;
	border-radius: 7px;
	text-decoration: none;
}

.intro-resume i {
	margin-right: 4px;
}

.intro-resume:hover {
	background-color: #aaaaaa;
}

.full-window {
	height: 100vh;
	width: 100vw;
	position: relative;
	box-sizing: border-box;
}

.min-full-window {
	min-height: 100vh;
	min-width: 100vw;
	box-sizing: border-box;
	position: relative;
}

.flex {
	display: flex;
}

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

.flex-center {
	display: flex;
	justify-content: center;
}

.flex-row {
	flex-direction: row;
}

.flex-column {
	flex-direction: column;
}

.space-between {
	justify-content: space-between;
}

.flex-wrap {
	flex-wrap: wrap;
}

.flex-direction-reverse {
	flex-direction: row-reverse;
}

.left {
	margin-right: auto;
}

.right {
	margin-left: auto;
}

.center {
	margin-right: auto;
	margin-left: auto;
}

.bottom-title {
	position: absolute;
	bottom: 25px;
	left: 50%;
	transform: translateX(-50%);
	color: white;
}

.navbar {
	position: fixed;
	top: 2%;
	left: 50%;
	transform: translate(-50%, -50%);
	width: 100%;
	z-index: 10;
}

.navbar-bar {
	position: fixed;
	top: 0px;
	left: 0px;
	height: 1px;
	width: 100vw;
	box-shadow: 0 0 40px 35px rgba(0,0,0,1);
	z-index: 9;
	background-color: black;
}

.navbar ul {
	width: 100%;
	text-align: center;
}

.navbar li {
	display: inline;
	text-decoration: none;
	color: white;
	letter-spacing: 0.4em;
	margin-left: 2%;
	margin-right: 2%;
	text-align: center;
	font-family: Roboto;
	opacity: 0.5;
	cursor: pointer;
	transition: opacity linear 200ms;
}

.navbar-mobile {
	display: none;
	position: fixed;
	top: 5px;
	left: 15px;
	z-index: 50;
}

.navbar-mobile-overlay {
	display: block;
	position: absolute;
	top: -5px;
	left: -15px;
	width: 100vw;
	height: 100vh;
	background-color: black;
	box-sizing: border-box;
	z-index: -1;
}

.navbar-mobile-line {
	height: 20px;
	width: 60px;
	border-bottom: solid white 2px;
	transition: all ease-out 200ms;
	z-index: 10;
}

.active .navbar-mobile-line:nth-child(1) {
	transform: translateY(22px) translateX(15px) rotate(45deg);
}

.active .navbar-mobile-line:nth-child(2) {
	transform: translateY(0) translateX(0) rotate(-45deg);
}

.active .navbar-mobile-line:nth-child(3) {
	transform: scale(0);
}

.navbar-mobile ul {
	width: 100vw;
	text-align: center;
	z-index: 10;
}

.navbar-mobile li {
	display: block;
	text-decoration: none;
	color: white;
	letter-spacing: 0.4em;
	margin-left: 2%;
	margin-right: 2%;
	text-align: center;
	font-family: Roboto;
	opacity: 0.5;
	transition: opacity linear 200ms;
	font-size: 2rem;
	z-index: 10;
	line-height: 8vh;
}

/*
.about {
	width: 90%;
	color: white;
}

.about-title {
	font-family: Roboto;
	font-size: 2.5rem;
}

.about-list {
	margin-left: 30px;
	text-decoration: none;
	margin-right: 30px;
}

.about:first {
	text-align: left;
}

.about .right {
	text-align: right;
}

.about .center {
	text-align: center !important;
}


.about-list li {
	font-family: OpenSans;
	text-decoration: none;
	list-style: none;
	margin-top: 5px;
}*/

.intro-image {
	height: 90%;
	image-rendering: optimizeSpeed;
	position: absolute;
	bottom: 0;
	left: 50%;
	transform: translateX(-50%);
	filter: grayscale(0.9);
	transition: filter ease-in 500ms;
}

/*.intro-image:hover {
	filter: grayscale(0);
}*/

.intro-text {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	color: white;
	text-align: right;
}

.intro-title {
	font-size: 4rem;
	letter-spacing: 0.3rem;
}

.intro-paragraph {
	
}

.intro-arrow-text {
	position: absolute;
	top: 80%;
	left: 50%;
	transform: translate(-50%,-50%);
	color: white;
	font-weight: bold;
	letter-spacing: 0.2em;
	border: solid white 2px;
	padding: 6px;
	font-family: OpenSans;
}

.progress-container {
	width: 400px;
	/*height: 500px;*/
	color: white;
	margin: 15px 50px 30px 50px;
}

.progress-label {
	line-height: 70px;
	height: 70px;
	width: 150px;
	background-color: black;
	text-align: center;
	font-weight: bold;
	font-size: 1.5em;
}

.progress-progression-container {
	height: 70px;
	width: 250px;
	background-color: grey;
}

.progress-progression {
	width: 0%;
	background-color: blue;
	height: 70px;
	line-height: 70px;
	text-align: right;
	box-sizing: border-box;
	padding-right: 10px;
}

.progress-description {
	background-color: #272727;
	text-align: justify;
	color: white;
	font-family: OpenSans;
	padding: 0 10px 10px 10px;
	border-left: solid #101010 5px;
	border-right: solid #101010 5px;
	border-bottom: solid #101010 5px;
	border-top: solid #101010 2px;
	transition: all ease 500ms;
}

.project-container {
	width: 70%;
	margin-top: 5%;
	margin-bottom: 5%;
	margin-right: auto;
	margin-left: auto;
}

.project-image-container {
	min-width: 200px;
	width: 200px;
	height: 200px;
	background-color: white;
	padding: 5px;
}

.project-image-container img {
	width: 100%;
	height: 100%;
}

.project-text-container {
	margin-top: 20px;
	height: 160px;
	padding: 20px;
	color: white;
	font-family: OpenSans;
	text-align: center;
}

.project-title {
	margin-bottom: 20px;
	padding: 5px;
	width: 70%;
	transition: all ease-in 200ms;
	font-family: Roboto;
	text-align: left;
}

.project-download {
	width: 200px;
	text-align: center;
	line-height: 30px;
	background-color: black;
	text-decoration: none;
	height: 50px;
}

.project-download-div {
	background-color: white;
	color: black;
	border-radius: 5px;
	font-family: Roboto;
	box-sizing: border-box;
}

.project-download-div:hover {
	background-color: #eeeeee;
}

.flex-direction-reverse .project-title {
	text-align: right;
	margin-left: auto;
	box-sizing: border-box;
}

.project-container:hover .project-title {
	width: 100%;
}

.passion-second-bg {
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 100vw;
	height: 100%;
	background-color: black;
	transition: opacity ease-out 500ms;
}

.passion {
	width: 300px;
	height: 550px;
	background-color: #171717;
	margin-left: 5%;
	margin-right: 5%;
	margin-top: 5%;
	margin-bottom: 5%;
	border-radius: 10px 10px 10px 10px;
	z-index: 8;
	opacity: 1;
	transition: opacity ease-out 500ms, box-shadow ease-out 1000ms;
}

.passion:hover {
	box-shadow: 3px 5px 10px 4px rgba(0,0,0,0.7);
}

.passion-img-container {
	width: 300px;
	height: 200px;
}

.passion-img-container img {
	width: 100%;
	height: 100%;
	border-radius: 10px 10px 0 0;
}

.passion-title {
	text-align: center;
	font-size: 1.5em;
	text-transform: capitalize;
	padding-top: 10px;
	padding-bottom: 10px;
	background-color: #171717;
	color: white;
	font-family: Roboto;
}

.passion-text {
	padding: 20px;
	background-color: #272727;
	color: white;
	height: 50%;
	text-align: justify;
	border-radius: 0 0 10px 10px;
	box-sizing: border-box;
	font-family: OpenSans;
}

.title {
	writing-mode: sideways-lr;
	text-orientation: upright;
	color: white;
	font-family: Roboto;
	font-size: 2em;
	position: absolute;
	left: 5%;
	top: 5%;

	padding-bottom: 40px;
	border-bottom: solid white 1px;
	opacity: 0;
	transition: opacity ease-in 500ms;
}

.container:hover .title,
.container-flex:hover .title {
	opacity: 1;
}

.experience-container {
	display: flex;
	width: 70%;
	align-items: center;
	margin-bottom: 20px;
	margin-top: 20px;
}

.experience-year {
	color: white;
	font-family: Roboto;
	font-size: 2em;
}

.experience-dot {
	position: relative;
}

.ex-breathing {
	display: inline-block;
	position: absolute;
	top: -25px;
	left: -65px;
	height: 50px;
	width: 50px;
	border-radius: 50%;
	background-color: white;
	animation: 1.5s ease-out 0s infinite breathing;
}

.ex-grow {
	display: inline-block;
	position: absolute;
	top: -35px;
	left: -75px;
	height: 70px;
	width: 70px;
	border-radius: 50%;
	background-color: white;
	animation: 1.5s ease-out 0s infinite grow;
}

.ex-normal {
	display: inline-block;
	position: absolute;
	top: -25px;
	left: -65px;
	height: 50px;
	width: 50px;
	border-radius: 50%;
	background-color: white;
}

.experience-content {
	width: 50%;
	background-color: white;
	border-radius: 7px;
	box-shadow: 10px 10px 10px 1px rgba(0,0,0,0.4);
	margin-left: auto;
}

.experience-header {
	text-align: center;
}

.experience-header img {
	max-width: 100%;
	max-height: 150px;
	border-radius: 7px;

}

.experience-body {
	font-family: OpenSans;
	text-align: justify;
	padding: 10px;
	box-sizing: border-box;
}

.experience-body li {
	display: inline-block;
	text-decoration: none;
}

.experience-body ul {
	display: flex;
	justify-content: space-between;
	margin-bottom: 1em;
}

.information-box-container {
	flex: 1 1 auto;
	color: white;
	padding: 20px;
}

.information-box-container h1 {
	font-family: Roboto;
	text-align: center;
}

.information-box-container table {
	border-collapse: collapse;
}

.information-box-container tr {
	height: 60px;
}

.information-box-container td:first-child {
	font-weight: bold;
	width: 200px;
}

.information-box-container td {
	margin: 10px;
	font-size: 1.4em;
}

.information-box-container a {
	color: white;
}

.information-box-container a:hover {
	color: #aaaaaa;
}

.contact-box-container {
	flex: 1 1 auto;
}

.contact-box-form {
	background-color: #080808;
	padding: 20px;
	border-radius: 7px;
}

.contact-box-form h1 {
	color: white;
	font-family: Roboto;
	text-align: center;
}

.contact-box-form p {
	margin-top: 15px;
	margin-bottom: 15px;
}

.contact-box-form label {
	display: block;
	color: white;
	font-family: Roboto;
	font-size: 1.3em;
}

.contact-box-form input {
	padding: 10px;
	border-radius: 7px;
	border: none;
	width: 100%;
	box-sizing: border-box;
	font-family: OpenSans;
}

.contact-box-form input[type="submit"] {
	padding: 10px;
	border-radius: 7px;
	border: none;
	box-sizing: border-box;
	font-family: OpenSans;
	width: 150px;
	font-weight: bold;
}

.contact-box-form input[type="submit"]:hover {
	background-color: #aaaaaa;
}

.contact-box-form textarea {
	padding: 10px;
	border-radius: 7px;
	border: none;
	width: 100%;
	height: 200px;
	box-sizing: border-box;
	font-family: OpenSans;
}

.reference {
	margin-top: 10px;
	margin-bottom: 10px;
	padding: 10px;
	background-color: black;
}

.bg-overlay {
	background-image: url("../images/overlay2.png");
	background-repeat: repeat;
}

.bg-overlay2 {
	background-image: url("../images/overlay3.png");
	background-repeat: repeat;
}

.bg-black-darker {
	background-color: #080808;
}

.bg-black-dark {
	background-color: #101010;
}

.bg-black {
	background-color: #171717;
}

.bg-black-light {
	background-color: #272727;
}

.bg-white {
	background-color: white;
}

.color-white {
	color: white;
}

.color-black {
	color: black;
}


.backtotop-a{
    position: fixed;
    top: 90%;
    right: 5%;
    transform: translate(-50%,-50%);
    padding: 30px 30px 35px 30px;
    border: solid white 5px;
    visibility: collapse;
}
.backtotop-a .backtotop{
    display: block;
    width: 15px;
    height: 15px;
    border-bottom: 5px solid white;
    border-right: 5px solid white;
    transform: rotate(45deg);
    margin: -10px;
    /*animation: animate 3s infinite;*/
}

.arrow-a{
    position: absolute;
    top: 90%;
    left: 50%;
    transform: translate(-50%,-50%);
}
.arrow-a .arrow{
    display: block;
    width: 15px;
    height: 15px;
    border-bottom: 5px solid white;
    border-right: 5px solid white;
    transform: rotate(45deg);
    margin: -10px;
    animation: animate 3s infinite;
}
.arrow-a .arrow:nth-child(2){
    animation-delay: -0.2s;
}
.arrow-a .arrow:nth-child(3){
    animation-delay: -0.4s;
}

.animation {
	animation-delay: 2s;
}

.animation-slideinleft {
	animation: 1s ease-out slideinleft;
	animation-play-state: paused;
}

.animation-slideinright {
	animation: 1s ease-out slideinright;
	animation-play-state: paused;
}

.animation-fadein {
	animation: 1s ease-out fadein;
	animation-play-state: paused;
}

.animation-play {
	animation-play-state: running;
}

@keyframes animate {
    0% 
    {
        opacity: 0;
        transform: rotate(45deg) translate(-20px,-20px);
    }
    50% 
    {
        opacity: 1;
    }
    100% 
    {
        opacity: 0;
        transform: rotate(45deg) translate(20px,20px);
    }
}

@keyframes breathing {
	0%
	{
		background-color: white;
	}
	50%
	{
		background-color: #aaaaaa;
	}
	100%
	{
		background-color: white;
	}
}

@keyframes grow {
	0%
	{
		transform: scale(0);
		opacity: 1;
	}
	{
		opacity: 0.7;
	}
	100%
	{
		transform: scale(1.4);
		opacity: 0;
	}
}

@keyframes slideinleft {
	0%
	{
		transform: translateX(-2000px);
	}
	100%
	{
		transform: translateX(0px);
	}
}

@keyframes slideinright {
	0%
	{
		transform: translateX(2000px);
	}
	100%
	{
		transform: translateX(0px);
	}
}

@keyframes fadein {
	0%
	{
		opacity: 0;
	}
	100%
	{
		opacity: 1;
	}
}