@import "https://cdn.jsdelivr.net/npm/bulma@0.9.3/css/bulma.min.css";
@import "https://cdnjs.cloudflare.com/ajax/libs/font-awesome/5.15.3/css/all.min.css";

:root {
  --violet: #603f8b;
  --purple: #170b3b;
  --cyan: #b4fee7;
  --yellow: #ffe700;
}
body {
  font-family: "Roboto", sans-serif;
  color: #fff;
  background: #fff;
  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: #1d1e40;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -ms-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
}
a:hover {
  text-decoration: underline;
  color: #2d2e50;
}
a:focus {
  text-decoration: none;
}
p {
  line-height: 1.5;
}
.wrapper {
  box-shadow: -1rem 2rem 3rem rgba(34, 34, 34, 0.3), -1rem 2rem 3rem rgba(34, 34, 34, 0.3), 1rem 2rem 3rem rgba(34, 34, 34, 0.3);
}
.sidebar {
  background: var(--purple);
  color: var(--yellow);
}
.sidebar h1,
.sidebar h2,
.sidebar a {
  color: var(--cyan);
}
.sidebar-wrapper .profile-container {
  padding: 30px;
}
.sidebar-wrapper .name {
  font-size: 32px;
  font-weight: 900;
  margin-top: 0;
  margin-bottom: 10px;
}
.sidebar-wrapper .tagline {
  font-size: 16px;
  font-weight: 400;
  margin-top: 0;
  margin-bottom: 0;
}
.sidebar-wrapper .profile {
  margin-bottom: red;
  width: 100%;
  margin-bottom: 10px;
}
.sidebar-wrapper .contact-list li {
  margin-bottom: 15px;
}
.sidebar-wrapper .contact-list li:last-child {
  margin-bottom: 0;
}
.sidebar-wrapper .container-block {
  padding: 30px;
}
.sidebar-wrapper .container-block-title {
  text-transform: uppercase;
  font-size: 16px;
  font-weight: 700;
  margin-top: 0;
  margin-bottom: 15px;
}
.sidebar-wrapper .degree {
  font-size: 14px;
  margin-top: 0;
  margin-bottom: 5px;
}
.sidebar-wrapper .education-container .item {
  margin-bottom: 15px;
}
.sidebar-wrapper .education-container .item:last-child {
  margin-bottom: 0;
}
.sidebar-wrapper .education-container .meta {
  color: var(--cyan);
  font-weight: 500;
  margin-bottom: 0px;
  margin-top: 0;
}
.sidebar-wrapper .education-container .time {
  color: var(--cyan);
  font-weight: 500;
  margin-bottom: 0px;
}
.sidebar-wrapper .language-container .lang-desc {
  color: var(--yellow);
}
.sidebar-wrapper .languages-list {
  margin-bottom: 0;
}
.sidebar-wrapper .languages-list li {
  margin-bottom: 10px;
}
.sidebar-wrapper .languages-list li:last-child {
  margin-bottom: 0;
}
.sidebar-wrapper .interests-list {
  margin-bottom: 0;
}
.sidebar-wrapper .interests-list li {
  margin-bottom: 10px;
}
.sidebar-wrapper .interests-list li:last-child {
  margin-bottom: 0;
}
.main-wrapper {
  background: var(--violet);
}
.main-wrapper .section-title {
  font-size: 20px;
  font-weight: 500;
  color: var(--cyan);
  position: relative;
  margin-top: 0;
  margin-bottom: 1rem;
}
.main-wrapper .section {
  padding: 1rem;
}
.main-wrapper .section-title i {
  margin-right: 10px;
}
.main-wrapper .experiences-section .item {
  margin-bottom: 30px;
}
.main-wrapper .experiences-section .item:last-child {
  margin-bottom: 0;
}
.main-wrapper .upper-row {
  position: relative;
  overflow: hidden;
  margin-bottom: 2px;
}
.main-wrapper .job-title {
  color: var(--yellow);
  font-size: 16px;
  margin-top: 0;
  margin-bottom: 0;
  font-weight: 500;
}
.main-wrapper .time {
  position: absolute;
  right: 0;
  top: 0;
  color: #c2c2c2;
}
.main-wrapper .company {
  margin-bottom: 10px;
}
.main-wrapper .company strong {
  color: #00c5c7;
}
.main-wrapper .project-title {
  font-size: 16px;
  font-weight: 400;
  margin-top: 0;
  margin-bottom: 5px;
}
.main-wrapper .projects-section .intro {
  margin-bottom: 30px;
}
.main-wrapper .projects-section .item {
  margin-bottom: 10px;
  margin-top: 20px;
}
.tag:not(body).is-info {
  background-color: var(--cyan);
  color: var(--purple);
  align-items: normal;
  height: auto;
  font-weight: 500;
}

@media print {
  body {
    padding: 0;
    font-size: 11px;
    line-height: 1;
  }
  .wrapper {
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
  }
  .container {
    width: 100%;
    height: 100vh;
  }
  .main-wrapper .section {
    padding: 1rem;
  }
  .sidebar-wrapper .container-block {
    padding: 20px;
  }
  .tag:not(body).is-info {
    font-size: 9px;
  }
}
