.jumbotron {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100vw;
  height: 29vw;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  position: relative;
}

.jumbotron::after {
  content: "";
  background-color: rgba(0, 51, 21, 0.25);
  position: absolute;
  top: 0;
  left: 0;
  width: 100vw;
  height: 29vw;
}

.jumbotron .title-font-size {
  position: relative;
  color: white;
  font-size: 3rem;
  z-index: 50;
  font-weight: 600;
  padding: 5px;
  text-shadow: 0 0 6px black;
}

.container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 20px;
  margin: 0rem 3rem;
  max-width: 100%;
}

.container .left-category {
  width: 25%;
  min-height: 70vh;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.container .left-category .header {
  font-size: 2rem;
  color: rgba(0, 0, 0, 0.5);
}

.container .left-category hr {
  width: 50%;
}

.container .left-category .detail {
  padding: 10px 0;
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
}

.container .left-category .detail:hover > a {
  color: green;
}

.container .left-category .active > a {
  color: green;
  font-weight: bold;
}

.container .main-content {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -ms-flex-item-align: start;
      align-self: flex-start;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.education-title {
  font-weight: bold;
  font-size: 19px;
}

.education-text {
  height: 10rem;
}
/*# sourceMappingURL=education.css.map */