/* ----------------------------------------- */
/*CSS Reset*/
*{
	padding: 0;
	margin: 0;
	box-sizing: border-box;
	scroll-behavior: smooth;
}
/* ----------------------------------------- */


/* ----------------------------------------- */
/*Set font family for the whole body*/
body {
	font-family: 'Exo', sans-serif;
}
/* ----------------------------------------- */


/* ---------- BACKGROUND COLORS ------------ */
.primary-color {
	background-color: #2F394D;
}

.highlight-text {
	color: #00C6BC;
}
/* ----------------------------------------- */


/* ------------ NAVIGATION BAR -------------- */
#navigation {
	background-color: #2F394D;
}

#navigation ul li a {
	color: #fff;
	border: 1px solid #2f394d;
	font-weight: 500;
	letter-spacing: 1px;
}

#navigation ul li a:hover{
	color: #00C6BC;
	border: 1px solid #00C6BC;
	padding: 0.5em 0.5em;
}

#highlight {
	color: #00C6BC;
	font-weight: bold;
}

.navbar-brand {
	border: 1px solid #2F394D;
}

.navbar-brand:hover{
	border: 1px solid #00C6BC;
}
/* ----------------------------------------- */


/* ------------- LANDING PAGE -------------- */
.landing-image {
	background-image: url(./images/my_pictures/me.webp);
	background-size: contain;
	background-repeat: no-repeat;
	background-position: right top;
	background-attachment: fixed;
	background-blend-mode: luminosity;
}

#landing-title {
	font-size: 2.188rem;
	font-weight: 500;
	text-shadow: 0px 3px 4px rgba(0,0,0,0.72);
	line-height: 25px;
	letter-spacing: 0.01em;
}

.name-text {
	font-size: 4.375rem;
	line-height: 85px;
	letter-spacing: 0.01em;
	font-weight: 500;
	margin-left: -4px;
	text-shadow: 0px 3px 4px rgba(0,0,0,0.72);
}

.position-text {
	font-size: 2.188rem;
	line-height: 25px;
	letter-spacing: 0.01em;
	text-shadow: 0px 3px 4px rgba(0,0,0,0.72);
}

.message-text {
	font-weight: 500;
	font-size: 1.125rem;
	line-height: 24px;
	letter-spacing: 0.01em;
	margin-bottom: 0;
	margin-left: 2px;
	text-shadow: 0px 3px 4px rgba(0,0,0,0.72);
}

.landing-button-layout {
	border: 2px solid black;
	font-weight: 600;
	letter-spacing: 1px;
	font-size: 1rem;
	line-height: 20px;
	border-radius: 10px;
	padding: 0.5em 1.5em;
}

.about-me-button {
	color: #2F394D;
	background-color: #00C6BC;
}

.about-me-button:hover {
	text-decoration: none;
	color: #FFF7D6;
	background-color: #00938c;
}

.download-resume-button {
	color: #2F394D;
	background-color: #FFF7D6;
}

.download-resume-button:hover {
	text-decoration: none;
	color: #2F394D;
	background-color: #fff2bd;
}
/* ----------------------------------------- */


/* ---------- ABOUT ME SECTION -------------- */
#about-me-page {
	transition: 0.5s ease;
}

.numbers {
	font-size: 2rem;
}

.nav-pills .nav-link {
	font-weight: 600;
	font-size: 1rem;
	letter-spacing: 1px;
	line-height: 30px;
	color: #2f394d;
	border: 2px solid black;
	background-color: #FFF7D6;
}

.nav-pills .nav-link:hover {
	background-color: #fff2bd;
}

.nav-pills .nav-link.active {
	background-color: #00C6BC !important;
	color: #2f394d;
}

.nav-pills .nav-link.active:hover {
	background-color: #00938c !important;
	color: #FFF7D6;
}

#about-me-page p {
	font-weight: 500;
	font-size: 1.25;
	line-height: 28px;
	letter-spacing: 2px;
	text-align: left;
}

#about-me-page h4 {
	font-weight: 600;
	line-height: 30px;
	letter-spacing: 0.03em;
	margin: 2px 0;
	font-size: 1rem;
}

.image-container {
	box-shadow: 14px 12px 10px 5px rgba(0, 0, 0, 0.2);
	border-radius: 55px;
	margin: 40px 0;
	max-width: 500px;
}

.about-me-picture {
	border-radius: 30px;
}
/* ----------------------------------------- */


/* ------- EXPERIENCE AND EDUCATION SECTION -------- */
#experience-and-education-page {
	transition: scroll 0.5s ease;
}

.timeline-container {
	display: flex !important;
	flex-direction: column !important;
	margin: 40px 0 !important;
	position: relative !important;
}

.timeline-container:after {
	background-color: #00C6BC;
	content: '';
	position: absolute;
	left: calc(50% - 2px);
	width: 4px;
	height: 100%;
	z-index: -1;
}

.timeline-item {
	display: flex;
	justify-content: flex-end;
	padding-right: 30px;
	margin: 10px 0;
	width: 50%;
}

.timeline-item:nth-child(odd) {
	align-self: flex-end;
	justify-content: flex-start;
	padding-right: 0px;
	padding-left: 30px;
}

.timeline-item-content {
	position: relative;
	border-radius: 5px;
	display: flex;
	flex-direction: column;
	align-items: flex-end;
	padding: 25px;
	text-align: right;
	max-width: 90%;
	width: 1100px;
}

.timeline-item:nth-child(odd) .timeline-item-content {
	text-align: left;
	align-items: flex-start;
}

.timeline-item-content::after {
	content: '';
	background-color: #2F394D;
	box-shadow:
		0px 4.2px 40.5px rgba(0, 0, 0, 0.099),
		0px 10px 100px rgba(0, 0, 0, 0.15);
	width: 15px;
	height: 15px;
	transform: rotate(45deg);
	position: absolute;
	right: -7.5px;
	top: calc(50% - 7.5px);
}

.timeline-item:nth-child(odd) .timeline-item-content::after {
	box-shadow:
		0px 4.2px 40.5px rgba(0, 0, 0, 0.099),
		0px 10px 100px rgba(0, 0, 0, 0.15);
	right: auto;
	left: -7.5px;
}

.timeline-item-content .company {
	color: #00C6BC;
	font-weight: 600;
	font-size: 1.563rem;
	padding: 5px;
	letter-spacing: 1px;
}

.timeline-item-content time {
	font-size: 1.25rem;
	font-weight: 500;
}

.timeline-item-content p {
	font-size: 1rem;
	font-weight: 400;
	letter-spacing: 1px;
	line-height: 28px;
	margin: 10px 0;
	max-width: 600px;
}

.timeline-item-content .circle {
	background-color: #FFF7D6;
	width: 20px;
	height: 20px;
	border-radius: 50%;
	position: absolute;
	top: calc(50% - 10px);
	right: -40px;
	z-index: 1;
	border: 3px solid #00C6BC;
}

.timeline-item:nth-child(odd) .timeline-item-content .circle {
	right: auto;
	left: -40px;
}
/* ----- END OF EXPERIENCE AND EDUCATION SECTION ------ */


/* ---------- PROJECT SECTION -------------- */
#project-page {
	transition: scroll 0.5s ease;
}

.project-card {
	max-width: 100%;
	transition: transform 0.5s ease;
	overflow: hidden;
}

.project-card:hover {
	transform: translateY(-10px) !important;
}

.project-card::after {
	content: '';
	position: absolute;
	width: 100%;
	height: 0.938rem;
	background: #00C6BC;
	bottom: 0;
	opacity: 0;
	transition: opacity 0.5s ease;
}

.project-card:hover::after {
	opacity: 0.6;
}

#project-page p {
	font-weight: 400;
	font-size: 1.25rem;
	line-height: 33px;
	letter-spacing: 0.02em;
	margin: 5px 20px;
}

.project-title {
	font-weight: 500;
	font-size: 1.563rem;
	letter-spacing: 0.02em;
	line-height: 47px;
	margin: 15px 20px;
}

.language-badge {
	width: auto;
	margin: 5px 5px;
	padding: 5px 10px;
	font-weight: 500;
	font-size: 0.875rem;
	letter-spacing: 2px;
	border-radius: 10px;
	background-color: #2f394d;
}

.project-links {
	margin: 20px 15px;
	margin-bottom: 10px;
	font-size: 1.125rem;
	color: #fff;
	font-weight: 400;
	letter-spacing: 1px;
}

.project-links:hover {
	text-decoration: none;
	color: #00C6BC;
}

.link-icons {
	font-size: 1.75em;
}

.link-icons:hover {
	color: #00938c;
}

.link-text {
	vertical-align: 20%;
	margin-left: 5px;
	font-size: 1rem;
}

.image-slider {
	max-width: 1900px;
}
/* ----------------------------------------- */


/* -------- SKILL AND TOOLS SECTION ---------- */
#skills-and-tools-page {
	transition: scroll 0.5s ease;
}

.skill-container {
	max-width: 75px;
	width: 75px;
	border-radius: 10px;
	margin: 15px;
	padding: 5px;
}

.skill-title {
	font-weight: 500;
	font-size: 1rem;
	line-height: 5px;
	letter-spacing: 2px;
}

.skill-card {
	width: 100%;
	transition: transform 0.5s ease;
	max-height: 550px;
	height: 550px;
	overflow: hidden;
}

.skill-card:hover {
	transform: translateY(-10px) !important;
}

.skill-card::after {
	content: '';
	position: absolute;
	width: 100%;
	height: 0.938rem;
	background: #00C6BC;
	bottom: 0;
	left: 0;
	opacity: 0;
	transition: opacity 0.5s ease;
}

.skill-card:hover::after {
	opacity: 0.6;
}

.skill-card .sub-header:hover{
	color: #00C6BC;
}

#dynamodb_logo {
	transform: translateX(4%);
}
/* ------ END OF SKILL AND TOOLS SECTION -------- */


/* ---------- CONTACT SECTION -------------- */
#contact-page {
	transition: scroll 0.5s ease;
}

#contact-page p {
	font-weight: 600;
	font-size: 3.125rem;
	line-height: 66px;
	letter-spacing: 0.01em;
}

#contact-page h6 {
	font-weight: 400;
	font-size: 0.938rem;
	line-height: 20px;
	letter-spacing: 1px;
	margin: 10px 0;
}

#contact-page ul {
	width: 100%;
}

#contact-page ul li a {
	text-decoration: none;
	color: #fff;
}

#contact-page ul li a:hover {
	color: #00C6BC;
}

#contact-page ul li {
	list-style-type: none;
	font-weight: 400;
	font-size: 1.25rem;
	line-height: 27px;
	letter-spacing: 0.01em;
	margin: 20px 10px;
}

#contact-page ul li span {
	vertical-align: 20%;
	margin-left: 10px;
}

.email-domain {
	margin-left: 0 !important;
	vertical-align: text-bottom !important;
}
/* ----------------------------------------- */


/* ------------ GLOBAL CLASSES ------------- */
.header {
	font-size: 3.125rem;
	font-weight: 600;
	line-height: 66px;
	color: #fff;
	letter-spacing: 2px;
	text-shadow: 0px 3px 4px rgba(0,0,0,0.72);
	margin-bottom: 0;
	margin: 20px 30px;
}

.sub-header {
	font-weight: 500;
	font-size: 2.188rem;
	line-height: 47px;
	letter-spacing: 0.01em;
}

.shadows {
	box-shadow:
		0px 0.2px 2.8px rgba(0, 0, 0, 0.037),
		0px 0.5px 6.6px rgba(0, 0, 0, 0.053),
		0px 1.1px 12.4px rgba(0, 0, 0, 0.066),
		0px 2.1px 22px rgba(0, 0, 0, 0.08),
		0px 4.2px 40.5px rgba(0, 0, 0, 0.099),
		0px 10px 100px rgba(0, 0, 0, 0.15);
}

.rounded-card {
	border-radius: 30px;
}

.socials {
	font-size: 3rem;
}

.socials:hover {
	color: #00938c;
}
/* ------------ GLOBAL CLASSES ------------- */


/* ------------- MEDIA QUERY --------------- */
@media only screen and (max-width: 992px){
	.landing-image {
    	background-size: cover;
		background-position: center bottom;
 	}

	.timeline-item-content {
		width: 900px;
	}
}

@media only screen and (max-width: 768px){
	.landing-image {
    	background-size: cover;
		background-position: center bottom;
  	}

	.timeline-item-content {
		width: 700px;
	}
}

@media only screen and (max-width: 600px){
	#contact-page p, .header {
		font-size: 2.5rem;
	}

	.sub-header {
		font-size: 1.563rem;
	}

	#contact-page ul li {
		font-size: 1.125rem;
	}

	#contact-page h6 {
		font-size: 0.813rem;
	}

	.timeline-container:after {
		left: 33px;
	}

	.timeline-item {
		width: 100%;
		padding-left: 32px;
	}

	.timeline-item:nth-child(odd) {
		padding-right: 0px;
		padding-left: 65px;
	}

	.timeline-item-content {
		width: 330px;
		text-align: left;
		align-items: flex-start;
	}

	.timeline-item-content::after {
		box-shadow:
			0px 4.2px 40.5px rgba(0, 0, 0, 0.099),
			0px 10px 100px rgba(0, 0, 0, 0.15);
		right: auto;
		left: -7.5px;
	}

	.timeline-item .timeline-item-content .circle {
		right: auto;
		left: -40px;
	}
}

@media only screen and (max-width: 992px){
	.contact-image {
	  background-size: cover;
	}
  }

@media only screen and (max-width: 768px){
  .contact-image {
    background-size: cover;
  }
}
/* ----------------------------------------- */
