body {
  margin: 0;
  padding: 0;
  border: none;
  font-family: "Open Sans", sans-serif;
}

.experience {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  z-index: -1;
}

.welcome {
  position: fixed;
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: center;
  background-color: #ddd;
  width: 100vw;
  height: 100vh;
  z-index: 1;
  font-family: "Orbitron", monospace;
}

.not-supported {
  display: none;
}

.name {
  font-size: 48px;
  margin: 1rem 0;
}

.title {
  font-size: 36px;
  margin: 1rem 0;
}

.quote {
  margin-top: 8rem;
}

.enter-button-container {
  display: none;
  margin-top: 8rem;
  height: 4rem;
}

.progress-bar-container {
  margin-top: 8rem;
  height: 4rem;
}

.text-center {
  text-align: center;
}

blockquote {
  position: relative;
  padding-left: 36px;
  font-size: 2rem;
  font-weight: 500;
  color: #333;
  quotes: "“" "”" "‘" "’";
}
blockquote::before,
blockquote::after {
  color: #c6c6c6;
  font-size: 2em;
  font-weight: 400;
  line-height: 0.1em;
}
blockquote::before {
  position: absolute;
  left: 0;
  content: open-quote;
  margin-right: 0.15em;
  vertical-align: -0.15em;
}
blockquote::after {
  content: close-quote;
  vertical-align: -0.7em;
}

a,
a:visited,
a:hover,
a:active {
  color: inherit;
  text-decoration: none;
}

.font-bold {
  font-weight: bold;
}

.font-underline {
  text-decoration: underline;
}

.p-4 {
  padding: 0.25rem;
}

.work-experience-left {
  position: fixed;
  display: none;
  opacity: 0;
  min-width: 50%;
  height: 100vh;
  width: 500px;
}

.work-experience-left .backcover {
  position: absolute;
  transform: skew(20deg, 0deg) translateX(-30%);
  background-color: rgba(30, 30, 30, 0.8);
  height: 100%;
  width: 150%;
}

.work-experience-left .content {
  position: relative;
  padding-left: 5rem;
  font-size: 1rem;
  color: #fff;
  width: 60%;
}

.work-experience-right {
  position: fixed;
  display: none;
  opacity: 0;
  min-width: 50%;
  height: 100vh;
  width: 500px;
}

.work-experience-right .backcover {
  position: absolute;
  transform: skew(20deg, 0deg) translateX(-30%);
  background-color: rgba(30, 30, 30, 0.8);
  height: 100%;
  width: 150%;
}

.work-experience-right .content {
  position: relative;
  padding-left: 5rem;
  font-size: 1rem;
  color: #fff;
  width: 60%;
}

.header {
  font-size: 3rem;
  font-weight: bold;
  color: #fff;
  text-shadow: 0 0 5px #fff;
}

.content{
  display: flex;
  flex-direction: column;
  height: 85vh;
}

.content > * {
  padding: 0.4rem;
}

.contact {
  z-index: 2;
}

.contact .email {
  position: absolute;
  bottom: 1rem;
  right: 5.1rem;
}

.contact .github {
  position: absolute;
  bottom: 1rem;
  right: 3rem;
}

.contact .linkedin {
  position: absolute;
  bottom: 1rem;
  right: 1rem;
}

.contact svg {
  width: 25px;
  height: 25px;
  fill: #434343;
  stroke: #434343;
  -webkit-transition: all 0.2s linear;
  transition: all 0.2s linear;
  opacity: 0.7;
  filter: drop-shadow(0px 0px 2px rgba(255, 255, 255, 1));
}

.contact svg:hover {
  transform: scale(1.2);
}

.warning {
  padding: 1rem 2rem;
}

.warning-danger {
  border: 1px solid #ffb8b8;
  border-radius: 8px;
  background-color: rgba(255, 56, 56, 0.05);
}
.warning-danger .warning-title {
  color: #ff3838;
}

.warning-title {
  margin-top: 0;
  margin-bottom: 8px;
  font-size: 18px;
}

.warning-content {
  margin: 0;
  font-size: 14px;
  color: #555555;
}

@media only screen and (min-width: 1024px) {
  .work-experience-left .backcover {
    background-color: rgba(123, 123, 123, 0.2);
  }

  .work-experience-left .content {
    width: 75%;
  }

  .work-experience-right {
    position: fixed;
    display: none;
    opacity: 0;
    min-width: 50%;
    height: 100vh;
    width: 500px;
    margin-left: 50%;
  }

  .work-experience-right .backcover {
    position: absolute;
    transform: skew(-20deg, 0deg);
    background-color: rgba(123, 123, 123, 0.2);
    height: 100%;
    width: 150%;
  }

  .work-experience-right .content {
    position: relative;
    padding-left: 5rem;
    font-size: 1rem;
    color: #fff;
    width: 75%;
    text-align: end;
  }

  .work-experience-right .close-container {
    margin-left: auto;
  }
}

@media only screen and (min-width: 1280px) {
  .low-resolution-warning {
    display: none;
  }
}
