/* import fonts */
@import url('https://fonts.googleapis.com/css2?family=Public+Sans:wght@300;400;500;700&display=swap');

/* all formats */

/*
.references {
  text-align: justify;
  text-justify: inter-word;
}
*/

.smaller {
  font-size: 80%;
}

h2 {
  text-transform: none;
}

#toc-title {
  display: none;
}

.signaturedate{
  float: left;
  font-style: italic;
}

.signaturename{
  float: right;
}

.details ul {
  display: flex;
  flex-direction: column;
  gap: 1px;
}

.det {
  margin-left: 50;
  margin-top: -10px;
  font-size: 12px;
}

.date {
  text-align: center;
  margin-top: 20px;
  margin-bottom: 20px;
}

.signature {
  width: 35%;
  float: right;
}

.improfile {
  margin-top: -20px;
  margin-right: 50px;
  width: 20%;
  border-radius: 50%;
  float: right;
}

.phd {
  font-size: 70%;
}

.details {
  font-size: 50%;
}

.what {
  font-weight: bold;
}

.skills ul {
    list-style-type: disc;
    -webkit-columns: 2;
    -moz-columns: 2;
    columns: 2;
    list-style-position: inside;
}

.pbskill {
  font-size: 60%;
}

.indent {
  text-indent: 20px;
}

.where {
  text-indent: 20px;
}

.details {
  font-size: 85%;
  display: block;
}

.cvdate {
  float: right;
  font-style: italic
}

.title {
  text-align: center;
}

.print-only {
  display: none;
  /*color: aquamarine;*/
}

.pdf {
  text-align: center;
}

h3::before {
    content: '> ';
}

h2, .h2 {
    /*border-bottom: 3px solid #dee2e6;*/
    border-bottom: 3px solid #dee2e6;
    padding-bottom: .5rem;
}

.progress-bar {
    display: inline-block;
    width: 1.5cm;  /* Fixed width */
    height: 10px;
    background-color: #ddd;
    border-radius: 5px;
    overflow: hidden;
    margin-left: 10px;
    position: relative;
}

.progress {
    display: block;
    height: 100%;
    background: linear-gradient(90deg, #4CAF50, #8BC34A);
    transition: width 0.6s ease-in-out;
}

/* adapt stylesheet for print
from: https://github.com/quarto-dev/quarto-cli/discussions/2538#discussioncomment-4081842 */

/* for page-breaks use style spans
  page-break-before: always;
  page-break-after: always;
*/

@media print {
  @page {
      size: a4 portrait;
      counter-increment: page;
      /* margin: 20mm 15mm 25mm 15mm; /* top, right, bottom, left */
      margin-bottom: 25mm;
      @bottom-center {
        content: counter(page)
      }
  }

  .navbar, nav.navbar, .nav-page {
    display: none !important;
    height: 0 !important;
    margin: 0 !important;
    padding: 0 !important;
  }

  /* Remove body padding/margin caused by fixed navbar */
  body {
    padding-top: 0 !important;
    margin-top: 0 !important;
  }

  /* If using main content wrapper */
  main.content, .content, .page-content {
    margin-top: 0 !important;
    padding-top: 0 !important;
  }

  .no-print {
      display: none;
  }
  .print-only {
      display: block;
  }

  .contact-block {
      margin-top: 0%;
      text-align: center;
  }

  html {
    font-family: 'Public Sans', sans-serif;
  }

  header {
    margin-block-end: 5em;
  }

  header .author {
    font-size: 2em;
    font-weight: 900;
    color: black;
    text-align: center;
    margin-block-end: 0em;
    margin-bottom: 0;
    text-transform: capitalize;
  }

  h2 {
    font-weight: 900;
    font-size: 100%;
    text-transform: uppercase;
    /* page-break-before: always; */
    /* color: blueviolet; */
  }

  h3 {
    font-size: 90%;
    font-weight: 700;
    text-transform: uppercase;
    /* color: green; */
  }

  p {
    font-size: small;
  }

  ul li{
    font-size: smaller;
  }

  a {
    text-decoration: none;
    font-weight: 700;
    color: #36a7e9;
  }
}

