:root {
	--color-1: #7DCEA0;
	/* green lime */
	--color-2: #E5E8E8;
	/* gray */
	--color-3: #F8F9F9;
	/* white */
	--color-4: #566573;
	/* dark gray */
	--color-5: #27AE60;
	/* dark green lime */
	--color-6: #2C3E50;
	/* black */
	--color-7: #40c7d5;
	/* cian */
}

::-webkit-scrollbar {
	position: fixed;
	right: 0;
	width: 6px;
}

::-webkit-scrollbar-track {
	background: transparent;
}

::-webkit-scrollbar-thumb {
	background: var(--color-1);
	border-radius: 10px;
}

::-webkit-scrollbar-thumb:hover {
	background: var(--color-5);
}

html, body, .container-fluid {
	height: 100%;
}

.full-height {
	height: 100%;
}

.full-width {
	width: 100%;
}

.bg-general {
	background-color: var(--color-3);
}

.no-border {
	border: 0px;
}

.h-line {
	height: 1px;
	border: 0;
	background-color: var(--color-1);
	margin: 0px;
}

.h-line-2 {
	height: 1px;
	border: 0;
	background-color: var(--color-2);
	margin: 0px;
}

.blur {
	background-size: cover;
	-webkit-filter: blur(4px);
	-moz-filter: blur(4px);
	-ms-filter: blur(4px);
	-o-filter: blur(4px);
	filter: blur(4px);
}

.profile-img {
	width: 400px;
	height: 400px;
}

.nbrand {
	color: var(--color-1) !important;
	font-size: 250%;
	font-family: monospace;
	font-weight: 400;
}

.nlink {
	color: var(--color-6) !important;
	font-size: 130%;
	font-family: 'Raleway', serif;
	font-weight: 200;
}

.name {
	margin: 0px;
	color: var(--color-1);
	font-size: 250%;
	font-family: 'Raleway', serif;
	font-weight: 400;
}

.surname {
	margin: 0px;
	color: var(--color-1);
	font-size: 250%;
	font-family: 'Raleway', serif;
	font-weight: 500;
}

.actual-occupation {
	color: var(--color-1);
	font-size: 175%;
	font-family: 'Raleway', sans-serif;
	font-weight: 400;
}

.social-network-header {
	padding: 10px 15px 10px 15px;
	color: var(--color-1);
	text-decoration: none;
	font-size: 30px;
	transition: color 0.3s;
}

.social-network-header:hover {
	color: var(--color-4);
}

.typewriter h2 {
	overflow: hidden;
	border-right: .15em solid orange;
	white-space: nowrap;
	margin: 0 auto;
	letter-spacing: .15em;
	animation: typing 3.5s steps(40, end), blink-caret .75s step-end infinite;
}

@keyframes typing {
	from {
		width: 0
	}
	to {
		width: 100%
	}
}

@keyframes blink-caret {
	from, to {
		border-color: transparent
	}
	50% {
		border-color: orange;
	}
}

.intro-paragraph {
	color: var(--color-6);
	font-size: 120%;
	font-family: 'Raleway', sans-serif;
	font-weight: 400;
	text-align: justify;
	text-justify: inter-word;
}

.project-card {
	transition: transform 0.2s;
}

.project-card:hover{
	transform: scale(1.1);
}

.project-img {
	width: 100%;
	max-width: 20em;
	border-radius: .5em;
}

.card-img-overlay {
	background-color: rgba(0, 0, 0, 0.75) !important;
	border-radius: .5em !important;
}

.project-link {
	color: var(--color-1);
	transition: color 0.3s;
}

.project-link:hover {
	color: var(--color-5);
}

.timeline {
	position: relative;
	max-width: 1200px;
	margin: 0 auto;
}

.timeline:before {
	position: absolute;
	left: 50%;
	top: 0;
	content: ' ';
	display: block;
	width: 6px;
	height: 100%;
	margin-left: -3px;
}

.timeline:after {
	content: '';
	position: absolute;
	width: 6px;
	background-color: var(--color-4);
	top: 0;
	bottom: 0;
	left: 50%;
	margin-left: -3px;
	background: -moz-linear-gradient(top, rgba(80, 80, 80, 0) 0%, var(--color-4) 8%, var(--color-4) 92%, rgba(80, 80, 80, 0) 100%);
	background: -webkit-linear-gradient(top, rgba(80, 80, 80, 0) 0%, var(--color-4) 8%, var(--color-4) 92%, rgba(80, 80, 80, 0) 100%);
	background: -o-linear-gradient(top, rgba(80, 80, 80, 0) 0%, var(--color-4) 8%, var(--color-4) 92%, rgba(80, 80, 80, 0) 100%);
	background: -ms-linear-gradient(top, rgba(80, 80, 80, 0) 0%, var(--color-4) 8%, var(--color-4) 92%, rgba(80, 80, 80, 0) 100%);
	background: linear-gradient(to bottom, rgba(80, 80, 80, 0) 0%, var(--color-4) 8%, var(--color-4) 92%, rgba(80, 80, 80, 0) 100%);
}

.tl-container {
	padding: 10px 30px 20px 30px;
	position: relative;
	background-color: inherit;
	width: 50%;
}

.tl-container:after {
	content: '';
	position: absolute;
	width: 25px;
	height: 25px;
	right: -12px;
	background-color: white;
	border: 4px solid var(--color-1);
	top: 15px;
	border-radius: 50%;
	z-index: 1;
}

.tl-left {
	left: 0;
	text-align: right;
}

.tl-right {
	left: 50%;
}

.tl-left:before {
	content: " ";
	height: 0;
	position: absolute;
	top: 22px;
	width: 0;
	z-index: 1;
	right: 30px;
	border: medium solid transparent;
	border-width: 10px 0 10px 10px;
	border-color: transparent;
}

.tl-right:before {
	content: " ";
	height: 0;
	position: absolute;
	top: 22px;
	width: 0;
	z-index: 1;
	left: 30px;
	border: medium solid transparent;
	border-width: 10px 10px 10px 0;
	border-color: transparent;
}

.tl-right:after {
	left: -13px;
}

.tl-content {
	background-color: transparent;
	position: relative;
	border-radius: 6px;
}

.title {
	margin: 0px;
	padding: 5px;
	color: var(--color-1);
	font-size: 200%;
	font-family: 'Raleway', sans-serif;
	font-weight: 500;
}

.title-2 {
	margin: 0px;
	padding: 5px;
	color: var(--color-2);
	font-size: 200%;
	font-family: 'Raleway', sans-serif;
	font-weight: 500;
}

.info-1 {
	font-size: 150%;
	font-family: 'Raleway', serif;
	font-weight: 300;
	text-decoration: none;
}

.subinfo-1 {
	font-size: 100%;
	font-family: 'Raleway', serif;
	font-weight: 300;
}

.info-2 {
	color: var(--color-1);
	font-size: 100%;
	font-family: 'Raleway', serif;
	font-weight: 300;
	transition: color 0.3s;
}

.info-2:hover {
	color: var(--color-5);
}

.paragraph {
	color: var(--color-6);
	font-size: 100%;
	font-family: 'Raleway', sans-serif;
	font-weight: 300;
	text-align: justify;
	text-justify: inter-word;
}

.btn-link {
	color: var(--color-3) !important;
	font-size: 100% !important;
	font-family: 'Raleway', serif !important;
	font-weight: 400 !important;
	width: 100% !important;
	height: 100% !important;
	text-decoration: none !important;
}

.btn-link:hover {
	color: var(--color-3) !important;
	text-decoration: none !important;
}

.btn-outline-success {
	color: var(--color-2) !important;
	border-color: var(--color-2) !important;
}

.btn-outline-success:hover {
	color: var(--color-7) !important;
	background-color: var(--color-2) !important;
	border-color: var(--color-2) !important;
}

.btn-outline-success.active, .btn-outline-success:active {
	color: var(--color-2) !important;
	background-color: var(--color-7) !important;
	border-color: var(--color-7) !important;
}

.btn-outline-success.focus, .btn-outline-success:focus {
	outline: none !important;
	box-shadow: none !important;
}

#values-img {
	background-image: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url(../images/values.webp);
	background-color: var(--color-3);
	background-size: cover;
	background-position: 50% 48%;
	background-repeat: no-repeat;
	background-attachment: fixed;
	border-color: none;
	width: 100%;
	height: auto;
	padding: 15px 0px 10px 0px;
}

.values {
	color: var(--color-2);
	margin: 10px;
	padding: 5px;
	height: 35px;
	font-size: 150%;
	font-family: 'Raleway', serif;
	font-weight: 400;
	transition: color 0.3s, font-size 0.3s;
}

.values:hover {
	color: var(--color-1);
	font-size: 165%;
}

.bg-footer {
	background-color: var(--color-4);
}

.social-network-footer {
	padding: 10px 15px 10px 15px;
	color: var(--color-1);
	text-decoration: none;
	font-size: 30px;
	transition: color 0.3s;
}

.social-network-footer:hover {
	color: var(--color-2);
}

.mail {
	padding: 5px;
	color: var(--color-1);
	font-size: 20px;
	font-family: 'Raleway', sans-serif;
	font-weight: 200;
	transition: color 0.3s;
}

.mail:hover {
	color: var(--color-2);
}

.footer-info {
	color: var(--color-2);
	font-size: 100%;
	font-family: 'Raleway', sans-serif;
	font-weight: 200;
}

.credits {
	transition: color 0.3s;
}

.credits:hover {
	color: var(--color-1);
}

@media only screen and (max-width: 700px), only screen and (max-device-width: 700px) {
	.card-img-overlay {
		padding: .75em !important;
	}
	.project-img {
		width: 18em;
	}
	.intro-paragraph {
		text-align: left;
	}
	.paragraph {
		text-align: left;
	}
}

@media screen and (max-width: 600px) {
	.timeline:after {
		left: 28px;
	}
	.tl-container {
		width: 100%;
		padding-left: 70px;
		padding-right: 25px;
	}
	.tl-container:before {
		left: 60px;
		border: medium solid transparent;
		border-width: 10px 10px 10px 0;
		border-color: transparent;
	}
	.tl-left:after, .tl-right:after {
		left: 15px;
	}
	.tl-left {
		text-align: left;
	}
	.tl-right {
		left: 0%;
	}
}