/* ======
Typography 
====== */
.resume-header {
  color: #616577;
}

.resume h4 {
  text-transform: none;
}

.resume-content-header-container {
  color: white
}


.place {
  line-height: 2rem;
  font-size: 1rem;
  text-transform: uppercase;
}

.time {
  font-size: 0.75rem;
}

h5 {
  font-size: 1rem;
}


/* ======
Layout
====== */
.resume {
  padding-left: 10vw;
  display: flex;
  max-width: 80rem;
}

.resume-cards-container {
  padding: 2rem;
  margin: 2rem 5rem 2rem 2rem;
}

/* title layout */
.resume-title {
  padding: 6rem 3rem 3rem 3rem;
  margin-top: 0;
  margin-bottom: 0;
}


/* headers layout */
.resume-header {
  padding: 0 7rem;
}

.time {
  margin-left: 0.7rem;
}


/* content layout */
.resume h4 {
  margin: 0;
}

.resume-card {
  border:#6e366c solid 2px;
  border-radius: 0.5rem;
  margin: 2rem 0;
}

.resume-content-header-container {
  padding: 1rem ;
}

.resume-content {
  padding: 0.7rem 1.5rem;
}

[src="images/hand-prosthesis.jpg"] {
  height: 10rem;
  text-align: right;
}

h5.publications {
  margin-bottom: 0;
  padding-bottom: 0;
}

img {
object-fit: contain;
}

li {
  padding-right: 1rem
}

/* ======
Icon Layout
====== */
.resume .logo {
  display: inline;
  padding-left: 0.3rem;
}

.timeline-icon {
  width: 3rem;
  height: 3rem;
  border-radius: 50%;
  position: absolute;
  margin-left: -12.75rem;
  margin-top: -0.75rem;
}

.timeline-line {
  width: auto;
  min-width: 10rem;
  height: 0.5rem;
  border-radius: 0.5rem;
  position: absolute;
  margin-left: -11.25rem;
  margin-top: 0.5rem;

}

.fa-graduation-cap {
  margin-left: 0.25rem;
  margin-top: 0.4rem;
}

.fa-briefcase {
  margin-left: 0.5rem;
  margin-top: 0.4rem;
}

.fa-heart {
  margin-left: 0.5rem;
  margin-top: 0.6rem;
}


/* ======
Color
====== */

.resume {
  --education-color: #921d4e;
  --work-color: #642564;
  --service-color: #1b2b68;
}


.resume-title {
  border-right: solid 0.5rem; 
  border-image-source: linear-gradient(to bottom, #b52b65, #093e73);
  border-image-slice: 1;
}

.education .timeline-icon,
.education .timeline-line {
  background-color: #a62c68;
}

.work .timeline-icon,
.work .timeline-line {
  background-color: #6c3169;
}

.service .timeline-icon,
.service .timeline-line {
  background-color: #20346d;
}

i {
  color: white;
}

/* education colors */
.education .resume-content-header-container {
  background-color: var(--education-color);
}

.education .resume-card {
  border: var(--education-color) solid 2px;
}

/* work colors */
.work .resume-content-header-container {
  background-color: var(--work-color);
}

.work .resume-card {
  border: var(--work-color) solid 2px;
}


/* service colors */
.service .resume-content-header-container {
  background-color: var(--service-color);
}

.service .resume-card {
  border: var(--service-color) solid 2px;
}

