body {
  background-color: #f0f0f0;
  font-family: "Barlow", sans-serif;
  padding: 0 16px 0 8px;
  max-width: 860px;
  margin: auto;
  border-left: 1px solid #d5d5d5;
  border-right: 1px solid #d5d5d5;
}

h1 {
  color: navy;
}

h3 {
  color: navy;
  margin: 4px 0;
  font-weight: 700;
  font-family: "Source Code Pro", monospace;
  font-size: 14px;
  text-transform: uppercase;
}

h5 {
    margin: 0;
}

p {
  color: #333;
  font-size: 16px;
  font-weight: 400;
  margin: 1px 0;
}

ul {
    margin: 0;
    padding: 0px 18px;
    list-style-position: outside;
    list-style-type: square;
    font-weight: 400;
    font-family: "Source Code Pro", monospace;
    color: #bcbcbc;
}

li {
    margin: 4px 0;
    font-family: "Barlow", sans-serif;
    font-size: 16px;
}

.section {
  padding-bottom: 0;
}

.row {
  display: flex;
  flex-direction: row;
  gap: 4px;
  margin-bottom: 4px;
  padding-top: 0px;
}

.col0 {
  flex: 1;
  text-align: end;
  padding-right: 8px;
}

.col1 {
  flex: 4;
  padding-left: 8px;
  border-left: 1px solid #d5d5d5;
}

.title {
  font-weight: 700;
  font-family: "Source Code Pro", monospace;
  padding-bottom: 6px;
  margin-bottom: 8px;
  border-bottom: 1px solid #d5d5d5;
}

.email {
  margin-bottom: 12px;
  font-weight: 200;
}

.projects-subtitle {
  font-family: "Source Code Pro", monospace;
  font-size: 14px;
  font-weight: 400;
  color: #878787;
}

.subsection {
    margin: 4px 0;
}

.timespan {
  font-family: "Source Code Pro", monospace;
  font-size: 13px;
  font-style: italics;
  font-weight: 400;
  color: #bcbcbc;
  margin-bottom: 6px;
}

.light-bg {
  background: #e1e0e0;
}

.border-y-light {
    border-bottom: 1px solid #d5d5d5;
    border-top: 1px solid #d5d5d5;
}

.border-t-light {
    border-top: 1px solid #d5d5d5;
}

.border-b-light {
    border-bottom: 1px solid #d5d5d5;
}

.border-lb-light {
    border-left: 1px solid #d5d5d5;
    border-bottom: 1px solid #d5d5d5;
}

.border-ly-light {
    border-left: 1px solid #d5d5d5;
    border-bottom: 1px solid #d5d5d5;
    border-top: 1px solid #d5d5d5;
}

.padding-t {
    padding-top: 28px;
}

.info-bg {
    background: #f0f0f0;
}

.padding-lb {
    padding-left: 4px;
    padding-bottom: 4px;
}

.smallp {
  font-size: 15px;
  font-weight: 300;
  color: #4e4e4e;
}

.icon {
}

.list {
  max-width: 600px;
  margin: auto;
}

.skills-section {
}
.skill {
  margin-bottom: 1rem;
  max-width: 400px;
}
.bar {
  background: #dfdfdf;
  border-radius: 4px;
  overflow: hidden;
  height: 8px;
}
.fill {
  background: #b9b9b9;
  height: 100%;
}

.skills-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
}

.languages-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
}

.skills-badges {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
  margin-top: 0.5rem;
}

.skill-tag {
  background-color: #f9f9f9;
  border: 1px solid #ccc;
  padding: 0.4rem 0.8rem;
  border-radius: 1.5rem;
  font-size: 0.85rem;
  display: flex;
  align-items: center;
  gap: 0.5rem;
}

.level {
  font-family: "Source Code Pro", monospace;
  text-transform: uppercase;
  font-weight: 200;
  font-size: 12px;
}

.expert { color: #1b5e20; }
.advanced { color: #4b4bff; }
.intermediate { color: #8f8fff; }
.beginner { color: #bdbdff; }

.end {
    text-align: center;
    height: 44px;
}
