.experience-item {
  display: flex;
  width: 80%;
  margin: 25px auto;
  height: max-content;
  border-radius: 15px;
  background-color: var(--Background-Light);
  box-shadow: var(--DropShadow) 0 0.125em 0.125em;
  padding: 10px 0;
  color: var(--SecondaryText);
  transition: 0.3s;
}
.experience-item:hover {
  transform: translateY(-10px);
}
.experience-item .experience-date {
  position: relative;
  width: 250px;
  padding: 30px;
}
.experience-item .experience-text {
  display: flex;
  flex-direction: column;
  position: relative;
  width: 600px;
  padding: 30px 20px;
}
.experience-item .exp-link {
  height: 20px;
  padding: 20px;
}
.experience-item .exp-bullet {
  padding-top: 10px;
}

#allProjects-btn {
  padding: 50px 0;
  justify-content: right;
}

.projects-heading {
  height: 120px;
}

.projects-item {
  display: inline-block;
  width: 500px;
  height: max-content;
  margin: 0 65px 15px 65px;
  padding: 10px 0;
  border-radius: 15px;
  background-color: var(--Background-Light);
  box-shadow: var(--DropShadow) 0 0.125em 0.125em;
  transition: 0.3s;
}
.projects-item:hover {
  transform: translateY(-10px);
}
.projects-item .project-img {
  width: 100%;
  height: 275px;
  border-radius: 15px 15px 0 0;
  transform: translateY(-10px);
  background-color: var(--Background-Light);
}
.projects-item .project-title, .projects-item .project-desc, .projects-item .project-tag {
  padding: 30px;
  margin: 0 auto;
}
.projects-item .project-tags, .projects-item .project-year {
  width: 450px;
  height: max-content;
  margin: 0 auto;
  text-align: center;
}
.projects-item .project-tag {
  display: inline-block;
  padding: 7px;
  width: max-content;
  height: max-content;
  margin: 5px;
  border: 5px solid var(--MainAccent);
  border-radius: 25px;
  background-color: var(--Background-Light);
  text-align: center;
}
.projects-item .project-link {
  height: 20px;
  width: max-content;
  padding: 10px 25px;
  margin: 15px auto;
}

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