/* Light green variables */
/* ======= Base ======= */
body {
  font-family: 'Helvetica', 'Roboto', sans-serif;
  color: #326476;
  background: #f5f5f5;
  font-size: 14px;
  padding: 30px;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

h1, h2, h3, h4, h5, h6 {
  font-weight: 700; }

a {
  color: #2f8a82; }
  a:hover {
    text-decoration: underline;
    color: #1b514c; }
  a:focus {
    text-decoration: none; }

p {
  line-height: normal; }

.wrapper {
  background: #45C0B6;
  max-width: 1000px;
  margin: 0 auto;
  position: relative;
  -webkit-box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.1); }

.infobar-wrapper, .infobar-wrapper-horizontal {
  background: #45C0B6;
  position: absolute;
  right: 0;
  width: 280px;
  height: 100%;
  min-height: 800px;
  color: #fff; }
  .infobar-wrapper a, .infobar-wrapper-horizontal a {
    color: #fff; }
  .infobar-wrapper .profile-container, .infobar-wrapper-horizontal .profile-container {
    padding: 30px;
    background-color: #326476;
    text-align: center;
    color: #fff; }
  .infobar-wrapper .name, .infobar-wrapper-horizontal .name {
    font-size: 24px;
    font-weight: 500;
    margin-top: 0;
    margin-bottom: 10px; }
  .infobar-wrapper .tagline, .infobar-wrapper-horizontal .tagline {
    color: rgba(255, 255, 255, 0.6);
    font-size: 22px;
    font-weight: 400;
    margin-top: 0;
    margin-bottom: 0; }
  .infobar-wrapper .profile, .infobar-wrapper-horizontal .profile {
    margin-bottom: 15px; }
  .infobar-wrapper .avatar, .infobar-wrapper-horizontal .avatar {
    max-width: 100px;
    margin-bottom: 15px;
    border: 2px solid #45C0B6;
    border-radius: 100%;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1); }
  .infobar-wrapper .contact-list .fas, .infobar-wrapper-horizontal .contact-list .fas, .infobar-wrapper .contact-list .fab, .infobar-wrapper-horizontal .contact-list .fab {
    font-size: 16px;
    vertical-align: middle; }
  .infobar-wrapper .contact-list li, .infobar-wrapper-horizontal .contact-list li {
    margin-bottom: 15px;
    display: inline-block; }
    .infobar-wrapper .contact-list li:last-child, .infobar-wrapper-horizontal .contact-list li:last-child {
      margin-bottom: 0; }
  .infobar-wrapper .container-block, .infobar-wrapper-horizontal .container-block {
    padding: 0px; }
  .infobar-wrapper .container-block-title, .infobar-wrapper-horizontal .container-block-title {
    text-transform: uppercase;
    font-size: 16px;
    font-weight: 700;
    margin-top: 0;
    margin-bottom: 15px; }
  .infobar-wrapper .degree, .infobar-wrapper-horizontal .degree {
    font-size: 14px;
    margin-top: 0;
    margin-bottom: 5px; }
  .infobar-wrapper .education-container .item:last-child, .infobar-wrapper-horizontal .education-container .item:last-child {
    margin-bottom: 0; }
  .infobar-wrapper .education-container .meta, .infobar-wrapper-horizontal .education-container .meta {
    color: rgba(255, 255, 255, 0.6);
    font-weight: 500;
    margin-bottom: 0px;
    margin-top: 0; }
  .infobar-wrapper .education-container .time, .infobar-wrapper-horizontal .education-container .time {
    color: #45C0B6;
    font-weight: 500;
    margin-bottom: 0px; }
  .infobar-wrapper .languages-container .lang-desc, .infobar-wrapper-horizontal .languages-container .lang-desc {
    color: rgba(255, 255, 255, 0.6); }
  .infobar-wrapper .languages-list, .infobar-wrapper-horizontal .languages-list {
    margin-bottom: 0; }
    .infobar-wrapper .languages-list li, .infobar-wrapper-horizontal .languages-list li {
      margin-bottom: 10px; }
      .infobar-wrapper .languages-list li:last-child, .infobar-wrapper-horizontal .languages-list li:last-child {
        margin-bottom: 0; }
  .infobar-wrapper .interests-list, .infobar-wrapper-horizontal .interests-list {
    margin-bottom: 0; }
    .infobar-wrapper .interests-list li, .infobar-wrapper-horizontal .interests-list li {
      margin-bottom: 10px; }
      .infobar-wrapper .interests-list li:last-child, .infobar-wrapper-horizontal .interests-list li:last-child {
        margin-bottom: 0; }

.infobar-wrapper-horizontal {
  width: auto;
  min-height: 0;
  position: relative; }
  .infobar-wrapper-horizontal .container-block {
    padding: 4px; }
  .infobar-wrapper-horizontal .avatar {
    margin-bottom: 0px;
    margin-left: 5px; }
  .infobar-wrapper-horizontal .profile-container {
    width: 100%;
    padding: 10px;
    display: flex; }
    .infobar-wrapper-horizontal .profile-container .profile-text-header {
      text-align: center;
      display: inline-block;
      width: 100%; }
      .infobar-wrapper-horizontal .profile-container .profile-text-header .name, .infobar-wrapper-horizontal .profile-container .profile-text-header .tagline {
        margin-left: 10px;
        margin-right: 10px;
        display: inline-block; }
      .infobar-wrapper-horizontal .profile-container .profile-text-header .tagline {
        color: #b7e7e3; }
    .infobar-wrapper-horizontal .profile-container .profile-text {
      width: 100%; }
    .infobar-wrapper-horizontal .profile-container .profile-shortsummary p {
      margin: 0px;
      text-align: center; }
    .infobar-wrapper-horizontal .profile-container .profile-shortsummary code {
      color: #45C0B6;
      font-size: 14px;
      font-style: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
      font-weight: 700;
      background-color: transparent;
      padding: 0px; }
  .infobar-wrapper-horizontal .contact-container {
    padding-bottom: 0px; }
    .infobar-wrapper-horizontal .contact-container ul {
      margin-bottom: 0px; }
  .infobar-wrapper-horizontal .languages-container {
    pading-top: 0px; }
  .infobar-wrapper-horizontal .contact-list {
    text-align: center;
    justify-content: space-between;
    padding-bottom: 0px; }
    .infobar-wrapper-horizontal .contact-list li {
      display: inline; }
    .infobar-wrapper-horizontal .contact-list .fab, .infobar-wrapper-horizontal .contact-list .fas {
      padding-left: 15px; }
  .infobar-wrapper-horizontal .interests-list {
    text-align: center;
    padding-top: 0px;
    justify-content: space-between; }
    .infobar-wrapper-horizontal .interests-list li {
      display: inline; }

.main-wrapper, .main-wrapper-horizontal, .main-wrapper-vertical {
  background: #fdfdfd;
  padding: 30px; }
  .main-wrapper .section-title, .main-wrapper-horizontal .section-title, .main-wrapper-vertical .section-title {
    text-transform: uppercase;
    font-size: 20px;
    font-weight: 500;
    color: #326476;
    position: relative;
    margin-top: 0;
    padding-top: 0px; }
    .main-wrapper .section-title .section-title-text, .main-wrapper-horizontal .section-title .section-title-text, .main-wrapper-vertical .section-title .section-title-text {
      position: absolute;
      margin-top: 4px; }
  .main-wrapper .section, .main-wrapper-horizontal .section, .main-wrapper-vertical .section {
    margin-bottom: 30px; }
    .main-wrapper .section .about-me p, .main-wrapper-horizontal .section .about-me p, .main-wrapper-vertical .section .about-me p {
      line-height: normal; }
  .main-wrapper .section:last-child, .main-wrapper-horizontal .section:last-child, .main-wrapper-vertical .section:last-child {
    margin-bottom: 0px; }
  .main-wrapper ul, .main-wrapper-horizontal ul, .main-wrapper-vertical ul {
    padding-left: 16px; }
  .main-wrapper .highlighter-rouge, .main-wrapper-horizontal .highlighter-rouge, .main-wrapper-vertical .highlighter-rouge {
    color: #45C0B6;
    background-color: inherit;
    font-size: inherit;
    font-weight: 700;
    font-family: inherit;
    display: inline-block;
    border-radius: 3px;
    padding-left: 0px;
    padding-right: 0px;
    margin: 1px; }
  .main-wrapper .experiences-section .item, .main-wrapper-horizontal .experiences-section .item, .main-wrapper-vertical .experiences-section .item, .main-wrapper .educations-section .item, .main-wrapper-horizontal .educations-section .item, .main-wrapper-vertical .educations-section .item {
    margin-bottom: 30px; }
  .main-wrapper .experiences-section .item:last-child, .main-wrapper-horizontal .experiences-section .item:last-child, .main-wrapper-vertical .experiences-section .item:last-child, .main-wrapper .educations-section .item:last-child, .main-wrapper-horizontal .educations-section .item:last-child, .main-wrapper-vertical .educations-section .item:last-child {
    margin-bottom: 0px; }
  .main-wrapper .upper-row, .main-wrapper-horizontal .upper-row, .main-wrapper-vertical .upper-row {
    display: flex; }
  .main-wrapper .job-title, .main-wrapper-horizontal .job-title, .main-wrapper-vertical .job-title, .main-wrapper .degree, .main-wrapper-horizontal .degree, .main-wrapper-vertical .degree {
    color: #326476;
    font-size: 16px;
    margin-top: 0;
    margin-bottom: 0;
    font-weight: 900; }
  .main-wrapper .time, .main-wrapper-horizontal .time, .main-wrapper-vertical .time {
    line-height: normal;
    margin-left: 4px;
    color: #326476; }
  .main-wrapper .company, .main-wrapper-horizontal .company, .main-wrapper-vertical .company, .main-wrapper .university, .main-wrapper-horizontal .university, .main-wrapper-vertical .university {
    margin-bottom: 10px;
    color: #45C0B6; }
  .main-wrapper .project-title, .main-wrapper-horizontal .project-title, .main-wrapper-vertical .project-title {
    font-size: 16px;
    font-weight: 400;
    margin-top: 0;
    margin-bottom: 5px; }
  .main-wrapper .projects-section .intro, .main-wrapper-horizontal .projects-section .intro, .main-wrapper-vertical .projects-section .intro {
    margin-bottom: 30px; }
  .main-wrapper .projects-section .item, .main-wrapper-horizontal .projects-section .item, .main-wrapper-vertical .projects-section .item {
    margin-bottom: 15px; }
  .main-wrapper .publication-title, .main-wrapper-horizontal .publication-title, .main-wrapper-vertical .publication-title {
    font-size: 16px;
    font-weight: 400;
    color: #326476;
    margin-bottom: 1px; }
  .main-wrapper .publication-authors, .main-wrapper-horizontal .publication-authors, .main-wrapper-vertical .publication-authors {
    font-style: italic;
    color: #45C0B6;
    margin-bottom: 1px; }
  .main-wrapper .publications-section .intro, .main-wrapper-horizontal .publications-section .intro, .main-wrapper-vertical .publications-section .intro {
    margin-bottom: 30px; }
  .main-wrapper .publications-section .item, .main-wrapper-horizontal .publications-section .item, .main-wrapper-vertical .publications-section .item {
    margin-bottom: 15px; }

.main-wrapper-vertical {
  padding-right: 340px; }

.skillset .item {
  margin-bottom: 15px;
  overflow: hidden; }
.skillset .level-title {
  font-size: 14px;
  margin-top: 0;
  margin-bottom: 12px; }
.skillset .level-bar {
  height: 12px;
  background: #f5f5f5; }
.skillset .level-bar-inner {
  height: 12px;
  background: #7ed3cc; }

.advancedskillset {
  display: table;
  border-spacing: 8px; }
  .advancedskillset .advancedskill-group {
    display: table-row; }
    .advancedskillset .advancedskill-group .advancedskill-group-title {
      display: table-cell;
      padding-bottom: 10px;
      color: #45C0B6;
      font-size: 16px;
      font-weight: 500;
      line-height: 22px; }
    .advancedskillset .advancedskill-group .skill-table-cell {
      display: table-cell; }
    .advancedskillset .advancedskill-group .skillgroup {
      display: flex;
      flex-flow: row wrap; }
      .advancedskillset .advancedskill-group .skillgroup .skill-item {
        border: 1px solid #45C0B6;
        background-color: #45C0B6;
        border-radius: 3px;
        padding-left: 2px;
        padding-right: 2px;
        margin: 1px; }
        .advancedskillset .advancedskill-group .skillgroup .skill-item .fab, .advancedskillset .advancedskill-group .skillgroup .skill-item .fas {
          color: #fff; }
        .advancedskillset .advancedskill-group .skillgroup .skill-item .skill-image {
          margin-right: 3px;
          margin-bottom: 0px;
          vertical-align: middle; }

.footer {
  padding-top: 30px; }
  .footer .copyright {
    line-height: 1.6;
    color: #326476;
    font-size: 13px; }
  .footer .fa-heart {
    color: #fb866a; }

.span-nowrap {
  display: inline-block; }

/* Extra small devices (phones, less than 768px) */
@media (max-width: 767px) {
  body {
    padding: 0; }

  .infobar-wrapper, .infobar-wrapper-horizontal {
    position: static;
    width: inherit; }

  .main-wrapper, .main-wrapper-horizontal, .main-wrapper-vertical {
    padding: 0px; }

  .main-wrapper .time, .main-wrapper-horizontal .time, .main-wrapper-vertical .time {
    position: static;
    display: block;
    margin-top: 5px; }

  .main-wrapper .upper-row, .main-wrapper-horizontal .upper-row, .main-wrapper-vertical .upper-row {
    margin-bottom: 0; } }
/* Small devices (tablets, 768px and up) */
/* Medium devices (desktops, 992px and up) */
@media (min-width: 992px) {
  .skillset .level-title {
    display: inline-block;
    float: left;
    width: 30%;
    margin-bottom: 0; }

  .skillset .level-bar {
    display: inline-block;
    width: 70%;
    float: left;
    position: relative;
    top: 1px; } }
/* Large devices (large desktops, 1200px and up) */
/* Ex-Large devices (large desktops, 1200px and up) */
@media print {
  @page {
    size: A4;
    margin: 3mm 3mm 3mm 3mm; }
  * {
    -webkit-print-color-adjust: exact !important;
    /* Chrome, Safari */
    color-adjust: exact !important;
    /*Firefox*/ }

  body {
    padding: 0;
    background-color: #fff;
    line-height: normal; }

  .wrapper {
    background: #45C0B6;
    max-width: 1000px;
    margin: 0 auto;
    position: relative;
    box-shadow: none; }

  .main-wrapper, .main-wrapper-horizontal, .main-wrapper-vertical {
    background: #fff;
    padding: 10px; }
    .main-wrapper .section, .main-wrapper-horizontal .section, .main-wrapper-vertical .section {
      margin-bottom: 15px; }
    .main-wrapper .section-title, .main-wrapper-horizontal .section-title, .main-wrapper-vertical .section-title {
      font-size: 16px; }
    .main-wrapper .experiences-section .item, .main-wrapper-horizontal .experiences-section .item, .main-wrapper-vertical .experiences-section .item {
      margin-bottom: 20px;
      display: block;
      page-break-before: auto; }

  .infobar-wrapper, .infobar-wrapper-horizontal {
    background: #45C0B6;
    position: absolute;
    right: 0;
    width: 200px;
    height: 100%;
    min-height: 800px; }
    .infobar-wrapper .profile-container, .infobar-wrapper-horizontal .profile-container {
      padding: 10px; }
    .infobar-wrapper .name, .infobar-wrapper-horizontal .name {
      margin-bottom: 0px; }

  .infobar-wrapper-horizontal {
    width: auto;
    min-height: 0;
    position: relative; }
    .infobar-wrapper-horizontal .container-block {
      padding: 4px; }
    .infobar-wrapper-horizontal .avatar {
      margin-bottom: 0px;
      max-width: 80px; }
    .infobar-wrapper-horizontal .profile-container {
      padding: 10px;
      display: flex; }
      .infobar-wrapper-horizontal .profile-container .profile-shortsummary code {
        color: #fff; }
    .infobar-wrapper-horizontal .contact-list {
      text-align: center;
      justify-content: space-between; }
      .infobar-wrapper-horizontal .contact-list li {
        display: inline; }
      .infobar-wrapper-horizontal .contact-list .fab, .infobar-wrapper-horizontal .contact-list .fas {
        padding-left: 15px; }
    .infobar-wrapper-horizontal .interests-list {
      text-align: center;
      justify-content: space-between; }
      .infobar-wrapper-horizontal .interests-list li {
        display: inline; }

  .skills-section {
    page-break-inside: avoid; }

    /*
    body {
       font-size: 12pt;
    }
    img.avatar {
        filter: grayscale(1);
        -webkit-filter: greyscale(1);
    }
   .main-wrapper .time {
       float: right;
        color: black !important;
        -webkit-print-color-adjust: exact;
   }
    .infobar-wrapper {
        position: static;
        float: right;
        width: 30%;
        -webkit-print-color-adjust: exact;
    }

    .remove-container.container-block {
       display: none;
    }

    footer {
       display: none;
    }
    .skillset .level-bar-inner {
       background-color: black !important;
       -webkit-print-color-adjust: exact;
    }
    */ }
.fab, .fas {
  padding-right: 4px; }

.site-footer .fas {
  color: #45C0B6; }

.fa-big {
  font-size: 24px; }
