a:link,
a:visited,
a:active {
  color: rgb(147.7892376682, 166.3004484305, 190.2107623318);
}

a:hover {
  color: #69f5ff;
}

body {
  font-family: "Roboto", sans-serif;
  font-size: 16px;
  /*background-color: $background-color;*/
  color: rgb(70.7833333333, 105.0333333333, 134.7166666667);
}

body {
  --s: 9px; /* control the size*/
  --c1: #0d1321;
  --c2: rgb(15.8826086957, 23.2130434783, 40.3173913043);
  --c:#0000,var(--c1) .5deg 119.5deg,#0000 120deg;
  --g1:conic-gradient(from 60deg at 56.25% calc(425%/6),var(--c));
  --g2:conic-gradient(from 180deg at 43.75% calc(425%/6),var(--c));
  --g3:conic-gradient(from -60deg at 50% calc(175%/12),var(--c));
  background: var(--g1), var(--g1) var(--s) calc(1.73 * var(--s)), var(--g2), var(--g2) var(--s) calc(1.73 * var(--s)), var(--g3) var(--s) 0, var(--g3) 0 calc(1.73 * var(--s)) var(--c2);
  background-size: calc(2 * var(--s)) calc(3.46 * var(--s));
  background-attachment: fixed;
}

main {
  margin: 75px;
}

.heading .name {
  color: #69f5ff;
  font-family: "SF Mono", SFMono-Regular, ui-monospace, "DejaVu Sans Mono", Menlo, Consolas, monospace;
  font-weight: 500;
  font-size: 2em;
  margin-bottom: 15px;
}
.heading .role {
  color: rgb(147.7892376682, 166.3004484305, 190.2107623318);
  font-size: 1.2em;
  margin-bottom: 20px;
}

section.social {
  list-style: none;
  padding-left: 0;
  margin-left: 0;
  display: flex;
  flex-wrap: wrap;
}
section.social i {
  color: rgb(147.7892376682, 166.3004484305, 190.2107623318);
  font-size: 1.5rem;
}
section.social i:hover {
  color: #69f5ff;
}
section.social ul {
  list-style: none;
  margin-top: 0;
  margin-bottom: 0;
  padding-left: 0;
  margin-left: 0;
  display: flex;
  flex-wrap: wrap;
}
section.social li {
  display: inline-block;
  margin-right: 0.5rem;
  margin-bottom: 1rem;
}
section.social li:last-child {
  margin-right: 0;
}
section.social a {
  display: flex;
  align-items: center;
}
section.social a img,
section.social a svg {
  margin-right: 0.5rem;
  width: 24px;
  height: 24px;
}

b {
  font-weight: normal;
  color: #69f5ff;
}

a {
  text-decoration: none;
}

@media only screen and (max-width: 600px) {
  main {
    margin-top: 25px;
    margin-left: 25px;
    margin-right: 25px;
  }
  section.projects > ul > li {
    flex-direction: column !important;
    align-items: center;
  }
  section.projects > ul > li > img {
    margin-right: 0;
    margin-bottom: 1.2em;
    width: 100%;
    max-width: 300px;
  }
  section.projects > ul > li .text-content {
    width: 100%;
  }
}
h2 {
  font-size: 1.5em;
  font-weight: normal;
  color: rgb(147.7892376682, 166.3004484305, 190.2107623318);
}

section.projects {
  margin-top: 2em;
}
section.projects > p {
  margin-bottom: 2.5em;
}
section.projects ul {
  padding-left: 0px;
  max-width: 800px;
}
section.projects ul > li {
  list-style: none;
  padding-bottom: 3em;
  display: flex;
  flex-direction: row;
  align-items: flex-start;
}
section.projects ul > li > img {
  width: 170px;
  border: solid 1px rgb(70.7833333333, 105.0333333333, 134.7166666667);
  margin-right: 1.2em;
  flex-shrink: 0;
}
section.projects ul > li .text-content {
  flex: 1;
}
section.projects ul > li .text-content > a {
  font-size: 1.1em;
}
section.projects ul > li .text-content > p {
  font-family: "Roboto", sans-serif;
  font-size: 1em;
  line-height: 1.5;
}

.main-layout {
  display: flex;
  gap: 3rem;
  align-items: flex-start;
}
@media only screen and (max-width: 900px) {
  .main-layout {
    flex-direction: column;
    gap: 2rem;
  }
}

.main-content {
  flex: 2;
  min-width: 0;
}

.sidebar {
  flex: 1;
  min-width: 280px;
  max-width: 350px;
  margin-top: 2em;
}
@media only screen and (max-width: 900px) {
  .sidebar {
    max-width: none;
    width: 100%;
    margin-top: 0;
  }
}

section.blog-posts {
  background: rgba(29, 45, 68, 0.3);
  border: 1px solid rgb(70.7833333333, 105.0333333333, 134.7166666667);
  border-radius: 8px;
  padding: 1.5rem;
}
section.blog-posts h2 {
  margin-top: 0;
  margin-bottom: 1rem;
  font-size: 1.5em;
  font-weight: normal;
  color: rgb(147.7892376682, 166.3004484305, 190.2107623318);
}
section.blog-posts ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
section.blog-posts ul li {
  margin-bottom: 1.5rem;
}
section.blog-posts ul li:last-child {
  margin-bottom: 0;
}
section.blog-posts ul li h3 {
  margin: 0 0 0.5rem 0;
  font-size: 1rem;
  font-weight: normal;
  line-height: 1.3;
}
section.blog-posts ul li h3 a {
  color: rgb(147.7892376682, 166.3004484305, 190.2107623318);
  text-decoration: none;
}
section.blog-posts ul li h3 a:hover {
  color: #69f5ff;
}
section.blog-posts ul li .blog-date {
  margin: 0;
  font-size: 0.85rem;
  color: rgb(147.7892376682, 166.3004484305, 190.2107623318);
  opacity: 0.8;
}
section.blog-posts ul li .blog-description {
  margin: 0.5rem 0 0 0;
  font-size: 0.9rem;
  line-height: 1.4;
  color: rgb(70.7833333333, 105.0333333333, 134.7166666667);
  opacity: 0.9;
}
section.blog-posts .blog-link {
  margin: 1rem 0 0 0;
  padding-top: 1rem;
  border-top: 1px solid rgba(70.7833333333, 105.0333333333, 134.7166666667, 0.5);
}
section.blog-posts .blog-link a {
  font-size: 0.9rem;
  color: rgb(147.7892376682, 166.3004484305, 190.2107623318);
}
section.blog-posts .blog-link a:hover {
  color: #69f5ff;
}
