:root {
    --blue: #007bff;
    --indigo: #6610f2;
    --purple: #6f42c1;
    --pink: #e83e8c;
    --red: #dc3545;
    --orange: #fd7e14;
    --yellow: #ffc107;
    --green: #28a745;
    --teal: #20c997;
    --cyan: #17a2b8;
    --white: #fff;
    --gray: #6c757d;
    --gray-dark: #343a40;
    --primary: #434E5E;
    --secondary: #58677c;
    --success: #28a745;
    --info: #17a2b8;
    --warning: #ffc107;
    --danger: #dc3545;
    --light: #f8f9fa;
    --dark: #343a40;
    --breakpoint-xs: 0;
    --breakpoint-sm: 576px;
    --breakpoint-md: 768px;
    --breakpoint-lg: 992px;
    --breakpoint-xl: 1200px;
    --font-family-sans-serif: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
    --font-family-monospace: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
  }

  
*,
*::before,
*::after {
  box-sizing: border-box;
}

html {
  font-family: sans-serif;
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

article, aside, figcaption, figure, footer, header, hgroup, main, nav, section {
  display: block;
}

body {
  margin: 0;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #212529;
  text-align: left;
  background-color: #fff;
}


h1, h2, h3, h4, h5, h6 {
    margin-top: 0;
    margin-bottom: 0.5rem;
  }
  
  p {
    margin-top: 0;
    margin-bottom: 1rem;
  }

  
ol,
ul,
dl {
  margin-top: 0;
  margin-bottom: 1rem;
}

ol ol,
ul ul,
ol ul,
ul ol {
  margin-bottom: 0;
}

dt {
  font-weight: 700;
}

dd {
  margin-bottom: .5rem;
  margin-left: 0;
}

blockquote {
  margin: 0 0 1rem;
}

b,
strong {
  font-weight: bolder;
}

small {
  font-size: 80%;
}


.list-unstyled {
    padding-left: 0;
    list-style: none;
  }
  
  .list-inline {
    padding-left: 0;
    list-style: none;
  }
  
  .list-inline-item {
    display: inline-block;
  }
  
  .list-inline-item:not(:last-child) {
    margin-right: 0.1rem;
  }

.bg-white {
    background-color: #fff !important;
  }

  .shadow-sm {
    box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075) !important;
  }
  
  .shadow {
    box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15) !important;
  }
  
  .shadow-lg {
    box-shadow: 0 1rem 3rem rgba(0, 0, 0, 0.175) !important;
  }
  
  .shadow-none {
    box-shadow: none !important;
  }
  

.text-left {
    text-align: left !important;
  }
  
  .text-right {
    text-align: right !important;
  }
  
  .text-center {
    text-align: center !important;
  }

  .text-uppercase {
    text-transform: uppercase !important;
  }

  .font-weight-light {
    font-weight: 300 !important;
  }
  
  .font-weight-lighter {
    font-weight: lighter !important;
  }
  
  .font-weight-normal {
    font-weight: 400 !important;
  }
  
  .font-weight-bold {
    font-weight: 700 !important;
  }
  
  .font-weight-bolder {
    font-weight: bolder !important;
  }
  
  .font-italic {
    font-style: italic !important;
  }
  
  .m-auto {
    margin: auto !important;
  }
  
  .mt-auto,
  .my-auto {
    margin-top: auto !important;
  }
  
  .mr-auto,
  .mx-auto {
    margin-right: auto !important;
  }
  
  .mb-auto,
  .my-auto {
    margin-bottom: auto !important;
  }
  
  .ml-auto,
  .mx-auto {
    margin-left: auto !important;
  }



  .position-relative {
    position: relative !important;
}

  .body-wrapper {
    padding-top: 30px;
    padding-bottom: 60px;
  }
  
  .body-wrapper-inner {
    max-width: 1000px;
  }
  
  .cv-header {
    background: #434e5eab;
    color: rgba(255, 255, 255, 0.9);
    height: 220px;
  }
  
  .cv-header .picture {
    width: 220px;
  }
  
  .cv-header .name {
    font-size: 2.25rem;
    letter-spacing: 0.175rem;
    font-weight: 900;
  }
  
  .cv-header .title {
    font-size: 1.5rem;
  }
  
  .cv-header a {
    color: rgba(255, 255, 255, 0.6);
  }
  
footer {
  background-color: #6c757d;
}

  footer a {
    color: #fff;
  }
  

  .cv-header a:hover {
    color: white;
  }


  
.cv-social {
    font-size: 0.875rem;
  }
  
.cv .fa-container {
    font-size: 1rem;
    display: inline-block;
    width: 24px;
    height: 24px;
    border-radius: 0.125rem;
    background: white;
    color: #434E5E;
  }
  
.cv-header-flex {
    display: flex;
    align-items: flex-start;
  }
  
.cv-header-flex-body {
    flex: 1;
  }

  
.cv-section-title {
    font-size: 1.25rem;
    position: relative;
    color: #434E5E;
  }
  
  .cv-section-title:after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 1.5px;
    background: #8d9aad;
  }
  
  .cv-section-content {
    color: #58677c;
  }
  
  @media (max-width: 767.98px) {
    .cv-wrapper {
      padding-top: 0;
    }
    .cv-header {
      height: auto;
    }
    .cv-header .picture {
      width: 120px;
      border-radius: 4px;
    }
  }



  .cv-section-title {
    font-size: 1.25rem;
    position: relative;
    color: #434E5E;
  }

.cv-section-title:after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 1.5px;
  background: #8d9aad;
}

.cv-section-content {
  color: #58677c;
}

.cv-skills-category {
  font-size: 0.8rem;
  color: #434E5E;
}

.cv-skill-name {
  font-size: 0.8125rem;
  color: #434E5E;
}


.cv-section-content .badge{
  color: #ffffff;
  font-size: 0.6rem;
  padding: 0.1rem 0.4rem;
  margin-right: 0.5rem;
}


.cv-degree {
  color: #434E5E;
}

.cv-degree-org {
  font-size: 0.875rem;
}

.cv-degree-time {
  color: #aab4c3;
  font-size: 0.875rem;
}


.cv-section-content {
  color: #58677c;
}

.cv-timeline {
  padding-left: 2rem;
}


.cv-timeline:before {
  content: "";
  display: inline-block;
  width: 3px;
  height: 100%;
  background: #aab4c3;
  left: 6px;
  top: 4px;
  position: absolute;
}

.cv-timeline-item:before {
  content: "";
  display: inline-block;
  position: absolute;
  left: -32px;
  top: 3px;
  width: 15px;
  height: 15px;
  border: 4px solid #58677c;
  background: white;
  border-radius: 50%;
}


.cv-position-time {
  font-size: 0.875rem;
  color: #aab4c3;
}

.cv-position-title {
  font-size: 1.125rem;
  color: #434E5E;
}

.cv-company-name {
  color: #58677c;
  font-size: 0.875rem;
  font-weight: 500;
}

.cv-timeline-item-desc-heading {
  font-size: 1rem;
}
