:root {
  --color-primary: #5391ee;
  --color-lightGrey: #d2d6dd;
  --color-grey: #747681;
  --color-darkGrey: #3f4144;
  --color-error: #d43939;
  --color-success: #28bd14;
  --grid-maxWidth: 120rem;
  --grid-gutter: 2rem;
  --font-size: 1.6rem;
}

body {
  --bg-color: #e4eef0;
  --font-color: #202123;
  overflow: hidden;
  height: 100%;
  width: 100%;
  -webkit-font-smoothing: antialiased;
}

body.dark {
  --bg-color: #202123;
  --font-color: #e4eef0;
  --bg-secondary-color: #131316;
  --color-grey: #ccc;
  --color-darkGrey: #777;
}

p {
  line-height: 1.8;
}

/* parallax.css for overrides on main-content */
#parallax,
.layer {
  position: absolute;
  top: 0px;
  left: 0px;
  height: 100%;
  width: 100%;
}

#parallax {
  z-index: -1;
}

#main-content {
  z-index: 1;
}

#particles-js1 {
  position: absolute;
  height: 100%;
  width: 100%;
  opacity: 0.6;
}

#particles-js2 {
  position: absolute;
  height: 100%;
  width: 100%;
  opacity: 0.6;
}
#particles-js3 {
  position: absolute;
  height: 100%;
  width: 100%;
  opacity: 0.6;
}

/* me.css for overrides on main-content */
.content-wrapper {
  width: 960px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  pointer-events: none;
}

.content-wrapper a,
.content-wrapper p,
.content-wrapper h1 {
  pointer-events: all;
}

@media (max-width: 768px) {
  .content-wrapper {
    width: 90vw;
  }
}

.left-content {
  flex: 0 1 auto;
}

.profile-pic {
  width: 120px;
  height: 120px;
  object-fit: cover;
  object-position: center right;
  clip-path: polygon(40% 0, 100% 38%, 77% 100%, 11% 88%, 0 30%);
}

.right-content h1 {
  position: relative;
  font-weight: 900;
  display: inline-block;
  letter-spacing: 1px;
}

.right-content h1::after {
  content: "";
  position: absolute;
  top: 2px;
  left: 0px;
  width: 100%;
  height: 40px;
  background-color: #5d78a0;
  clip-path: polygon(15% 70%, 85% 70%, 100% 100%, 0% 100%);
  z-index: -1;
}

.logos a {
  margin-right: 10px;
}

.credits {
  position: absolute;
  bottom: 0;
}

.footer {
  margin-left: 16px;
  text-align: center;
  pointer-events: none;
}

.footer a {
  pointer-events: all;
}
