.education {
  background: url("../resources/book_red_bg.jpg") no-repeat center center fixed;
  background-size: cover;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  max-width: 100%;
  height: 100vh;
}

.projects-title {
  color: white;
  font-size: 34px;
  font-weight: bold;
  margin-bottom: 15%;
  font-family: "Cormorant Garamond", "Palatino Linotype";
}
@media (min-width: 800px) {
  .projects-title {
    font-size: 45px;
    margin-bottom: 10%;
  }
}
@media (min-width: 1050px) {
  .projects-title {
    font-size: 60px;
    margin-bottom: 7%;
  }
}

.projects {
  width: 80%;
  margin-top: 30px;
  margin-bottom: 30px;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}
.projects h3 {
  font-weight: bold;
  padding: 5px;
}

.project-intro,
.project-description {
  color: black;
  padding: 10px;
  text-align: left;
  font-family: "Cormorant Garamond", "Palatino Linotype";
}
.project-intro .project-img,
.project-description .project-img {
  outline: 1px solid black;
}
@media (min-width: 800px) {
  .project-intro ul,
.project-description ul {
    margin-bottom: 5px;
  }
}
@media (min-width: 1050px) {
  .project-intro ul,
.project-description ul {
    margin-top: 45px;
    padding-left: 10px;
    margin-bottom: 15px;
  }
}
@media (min-width: 1050px) {
  .project-intro,
.project-description {
    padding: 20px 0px 20px 30px;
  }
}

.project-intro {
  text-align: center;
}

.project-description a {
  display: block;
  text-align: center;
  margin-right: 15px;
}
@media (min-width: 800px) {
  .project-description a {
    text-align: left;
    margin-left: 22px;
  }
}
@media (min-width: 1050px) {
  .project-description a {
    text-align: left;
    margin-left: -5px;
  }
}
.project-description a span {
  padding-left: 5px;
}
.project-description a img {
  width: 20px;
  height: 20px;
}
.project-description a:hover {
  color: black;
  text-decoration: none;
  background-color: white;
}
@media (min-width: 1050px) {
  .project-description {
    padding: 20px 30px 20px 0px;
  }
}

.additive-comment {
  font-size: 1em;
  color: gray;
}

.inner-divider {
  background-color: rgba(20, 20, 20, 0.2);
  width: 1px;
}

.project-enc {
  display: grid;
  gap: 0px 20px;
  padding: 20px;
  margin-bottom: 15%;
  background-color: white;
  grid-template-columns: 1fr;
}
@media (min-width: 1050px) {
  .project-enc {
    gap: 0px 30px;
    margin-bottom: 7%;
    grid-template-columns: 1fr 1px 1fr;
  }
}

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