body {
  font-family: "Open Sans", sans-serif;
  background: #e5e5e5;
  color: #2e3540;
}

body {
  padding: 30px 0px;
}

@media (max-width: 992px) {
  body {
    padding: 0 !important;
  }
}
main {
  max-width: 1130px;
}

header {
  background: #434e5e;
  color: white;
  font-size: 0.9rem;
}
header h1 {
  font-size: 2.25rem;
  letter-spacing: 0.175rem;
  font-weight: 900;
  text-transform: uppercase;
}
header h2 {
  font-size: 1.5rem;
}
header a, header a:hover, header a:active, header a:link, header a:visited {
  color: white;
}
header .fa-container {
  font-size: 1.5rem;
  color: white;
}

footer {
  font-size: 0.8rem;
  color: #58677c;
}

aside {
  background: #b5c3c6;
}

a, a:hover, a:active, a:link, a:visited {
  color: #2e3540;
  text-decoration: none !important;
}

ul {
  page-break-inside: avoid;
}

.progress-bar {
  background-color: #434e5e !important;
}

.badge-primary {
  background-color: #434e5e !important;
}

.badge-light {
  background-color: #f8f9fa !important;
}

.fa-container {
  display: inline-block;
  width: 24px;
  height: 24px;
}

#information-section {
  font-size: 0.9rem;
}
#information-section .fa-container {
  font-size: 1rem;
  color: #434e5e;
}

section h2, section h3 {
  text-transform: uppercase;
  font-weight: 700;
  position: relative;
  color: #434e5e;
}
section h2:after, section h3:after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 1.5px;
  background: #6f8098;
}
section h2 {
  font-size: 1.25rem;
}
section h3 {
  font-size: 1.1rem;
}
section .content {
  color: #58677c;
}
section .item {
  page-break-inside: avoid;
}

.timeline {
  padding-left: 30px;
}
.timeline:before {
  content: "";
  display: inline-block;
  width: 1.5px;
  height: 100%;
  background: #434e5e;
  left: 6px;
  top: 5px;
  position: absolute;
}

.timeline .item:before {
  content: "";
  display: inline-block;
  position: absolute;
  left: -30.5px;
  top: 4px;
  width: 15px;
  height: 15px;
  border: 1.5px solid #434e5e;
  background: #6f8098;
  border-radius: 50%;
}
.timeline .item .title {
  color: #2e3540;
  font-size: 1.15rem;
  font-weight: 700;
}
.timeline .item .date {
  color: #7e8da3;
  font-size: 0.9rem;
  font-weight: 600;
}
.timeline .item .at {
  color: #58677c;
  font-size: 1rem;
  font-weight: 700;
}
.timeline .item .location {
  color: #58677c;
  font-size: 1rem;
  font-weight: 600;
}

#skills-section .title {
  font-size: 0.8rem;
  color: #2e3540;
}
#skills-section .progress {
  border-radius: 2px;
  height: 0.6rem;
}

#education-section .title {
  color: #2e3540;
  font-weight: 700;
}
#education-section .at {
  font-size: 0.9rem;
}
#education-section .date {
  color: #7e8da3;
  font-size: 0.9rem;
}

#language-section .title {
  color: #2e3540;
  font-weight: 700;
}

@media print {
  html, body, main {
    margin: 0 !important;
    padding: 0 !important;
    background: #FFFFFF !important;
    max-width: none;
    -webkit-print-color-adjust: exact !important;
  }
  .shadow-lg {
    box-shadow: 0 0 !important;
  }
  .print-hidden {
    display: none;
  }
  aside {
    height: 1399px;
  }
  @page {
    margin: 2cm 0;
  }
  @page :first {
    margin: 0;
  }
}

/*# sourceMappingURL=cv.css.map */
