/* =====  Header  ===== */
header #about {
  cursor: default;
}

/* ===== Cover ===== */

.cover {
  max-height: 45vh;
  position: relative;
  top: calc(-1 * ((2 * var(--padding-header-vertical)) + var(--font-size-header)));
}

.cover-child {
  object-fit: cover;
  width: 100vw;
  height: 45vh;
  margin: 0 calc(-1 * var(--padding-page-horizontal));
}

h1 {
  padding-top: 0;
  margin-top: 0;
}

/* =====  Grid  ===== */
.grid {
}

.cv {
  display: grid;
  row-gap: 0.2rem;
  grid-template: "tme"
                 "tls"
                 "com"
                 "des" auto;
}

/* =====  CV  ===== */
.cv {
  margin-top: 0.5rem;
  margin-bottom: 3rem;
  font-weight: 300;
}

.cv p {
  margin: 0;
}

.time {
  grid-area: tme;
}

.titles {
  grid-area: tls;
  font-family: var(--font-family-sans);
}

.title {
  /* grid-area: tle; */
  font-size: 1.2rem;
  font-weight: 600;
  line-height: 1.3em;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

.subtitle {
  /* grid-area: sup; */
  text-transform: uppercase;
}

.company {
  grid-area: com;
}

.description {
  grid-area: des;
  margin-top: 1.5rem;
}

@media screen and (min-width: 30rem) {
  .cv {
    grid-column: 1 / -1;
    grid-template: "tme . des ."
                   "tls . des ."
                   "com . des ." 1fr / 4fr 1fr 4fr 3fr;
  }
  .description {
    margin-top: 0;
  }

}


/* @media screen and (min-width: 25rem) {

  .cover, .cover-child {
    height: 60vh;
  }

  .time {
    font-weight: 600;
  }
}

@media screen and (min-width: 35rem) {
  .subtitle {
    font-size: 0.9rem;
  }
  .time {
    font-size: 0.9rem;
    padding-top: 0.2rem;
  }
}

@media screen and (min-width: 40rem) {
  .title {
    font-size: 1.2rem;
  }
  .time {
    padding-top: 0.3rem;
  }
  .company {
    font-size: 0.85rem;
  }
}

@media screen and (min-width: 50rem) {
}

@media screen and (min-width: 60rem) {
  .time {
    font-weight: 600;
  }
}

@media screen and (min-width: 70rem) {
}




.image {
  margin: var(--margin-media-top) 0 var(--margin-media-bottom) 0;
} */




.broken-link a span::before {

  height: 1px;

}
