/* Variables */
html {
  scroll-behavior: smooth;
  height: -webkit-fill-available;
}

body {
  font-family: "Avenir";
  box-sizing: border-box;
  margin: 0;
  background-repeat: no-repeat !important;
  background-attachment: fixed !important;
  background-size: cover;
  overflow-x: hidden;
  font-size: 1.2rem;
  min-height: 100vh;
  min-height: -webkit-fill-available;
}
body a {
  text-decoration: none;
}
body.dark-mode {
  background-color: #252331;
  background: linear-gradient(135deg, #252331, #2e2c3d);
  color: #ece9e6;
}
body.dark-mode a {
  color: #00d4d4;
}
body.dark-mode .project-card {
  background-color: rgba(255, 255, 255, 0.0392156863);
}
body.dark-mode .links i {
  color: #252331;
  background-color: #ece9e6;
}
body.dark-mode .tooltip {
  background-color: #4a4663;
}
body.dark-mode .skill .tooltip::before {
  border-color: transparent transparent #4a4663 transparent;
}
body.dark-mode .dark {
  display: block;
}
body.dark-mode .light {
  display: none;
}
body.light-mode {
  background-color: #dfecf1;
  background: linear-gradient(135deg, #dfecf1, #ece9e6);
  color: #252331;
}
body.light-mode .project-card {
  background-color: rgba(0, 0, 0, 0.0392156863);
}
body.light-mode .links i {
  color: #ece9e6;
  background-color: #252331;
}
body.light-mode .tooltip {
  background-color: #bcc8cc;
}
body.light-mode .skill .tooltip::before {
  border-color: transparent transparent #bcc8cc transparent;
}
body.light-mode .dark {
  display: none;
}
body.light-mode .light {
  display: block;
}
body .heading {
  font-family: "DINNeuzeitGrotesk LT";
  text-align: center;
  font-size: 2rem;
  margin-bottom: 0.2rem;
}
body #theme-toggle {
  font-size: 1.4rem;
  margin: 0.4rem;
  background: none;
  border: none;
  cursor: pointer;
}
body #theme-toggle .fa-sun {
  color: #ece9e6;
}
body #intro {
  text-align: center;
}
body #intro h1 {
  font-size: 4rem;
  margin-bottom: 0rem;
}
body #intro h2 {
  margin-top: -0.5rem;
}
body #intro .about {
  font-size: 1.2rem;
}
body #intro .highlight {
  color: #ff3333;
}
body #intro .links i {
  border-radius: 50%;
  font-size: 2rem;
  padding: 0.75rem;
  transition: 0.5s;
}
body #intro .links i:hover {
  background-color: #ff3333;
}
body #skills {
  text-align: center;
}
body #skills .skill {
  text-align: center;
  margin: 0.5rem;
  position: relative;
  display: inline-block;
}
body #skills .skill:hover .tooltip {
  visibility: visible;
}
body #skills .skill .icon {
  max-height: 64px;
  z-index: -1;
  position: relative;
}
body #skills .skill .tooltip {
  visibility: hidden;
  position: absolute;
  left: 0;
  top: 80px;
  border-radius: 0.4rem;
  padding: 0.5rem;
}
body #skills .skill .tooltip::before {
  content: "";
  position: absolute;
  top: -2rem;
  left: 2rem;
  margin-left: -1rem;
  border-width: 1rem;
  border-style: solid;
}
body #projects {
  padding-top: 80px;
}
body #projects .project-cards {
  display: flex;
  flex-flow: wrap;
  justify-content: center;
}
body #projects .project-cards .project-card {
  display: flex;
  flex-direction: column;
  text-align: center;
  min-width: 250px;
  max-width: 300px;
  margin: 15px;
  border: 0.05rem solid;
  border-bottom: 0.25rem solid;
  position: relative;
  word-wrap: break-word;
  background-clip: border-box;
  border-radius: 0.25rem;
  box-shadow: 0 4px 8px 0;
  padding: 1rem;
  transition: 0.5s;
}
body #projects .project-cards .project-card:hover {
  background-color: rgba(255, 51, 51, 0.4666666667);
}
body #projects .project-cards .project-card p, body #projects .project-cards .project-card h3 {
  margin: 0 0 0.2rem;
}
body #projects .project-cards .project-card .icons {
  text-align: left;
  position: absolute;
}
body #projects .project-cards .project-card .icons .icon {
  max-height: 20px;
}
body #projects .project-cards .project-card .year {
  font-size: 0.8rem;
  text-align: right;
  padding: 0.5rem;
}
body #projects .project-cards .project-card .title {
  font-size: 1.4rem;
  font-family: "DINNeuzeitGrotesk LT";
}
body #projects .project-cards .project-card .project-icon {
  font-size: 1.6rem;
  margin-bottom: 1.5rem;
}
body #projects .project-cards .project-card .description {
  font-size: 1.2rem;
}
body #projects .project-cards .project-card .project-links {
  padding: 1rem 0 0;
  height: 100%;
  display: flex;
  align-items: flex-end;
}
body #projects .project-cards .project-card .project-links .project-link {
  border-radius: 0.6rem;
  border: 0.1rem solid;
  padding: 0.2rem 0.7rem;
  margin: 0 0.5rem;
  font-size: 1rem;
  transition: 0.3s;
  width: 100%;
}
body #projects .project-cards .project-card .project-links .project-link:hover {
  color: #ff3333;
}

body #media .media-cards {
  display: flex;
  flex-flow: wrap;
  justify-content: center;
}
body #media .media-cards .media-card {
  display: flex;
  flex-direction: column;
  text-align: center;
  width: 90%;
  max-width: 600px;
  margin: 15px;
  border: 0.05rem solid;
  border-bottom: 0.25rem solid;
  position: relative;
  word-wrap: break-word;
  background-clip: border-box;
  border-radius: 0.25rem;
  box-shadow: 0 4px 8px 0;
  padding: 0;
  transition: 0.5s;
  height: fit-content;
}
body #media .media-cards .media-card img {
  border-radius: .25rem;
}

/*# sourceMappingURL=main.css.map */
