h2.bold {
  font-size: 2em;
}

#tag-and-portrait-container {
  display: flex;
  flex-direction: column;
  margin-left: auto;
  margin-right: auto;
  width: 90%;
  height: 100%;
  margin-bottom: 30px;
  margin-top: 30px;
  align-items: center;
  justify-content: center;
  box-shadow: 5px 5px 5px 0px rgba(41, 51, 69, 0.75);
  background-color: white;
}

#tag-container {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 100%;
  width: 100%;
}
#tag-container li {
  font-size: 1.2rem;
  margin-top: 15px;
  margin-bottom: 15px;
}

#portrait-container {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-bottom: 2%;
  height: 100%;
  width: 100%;
}
#portrait-container > img {
  max-width: 100%;
}

@media only screen and (min-width: 768px) {
  #tag-and-portrait-container {
    flex-direction: row;
    width: 735px;
    height: 450px;
  }
  #portrait-container {
    margin: 0;
    justify-content: flex-end;
    align-items: flex-end;
  }
  #tag-container {
    padding-left: 40px;
  }
}
#timeline-parent {
  width: 100%;
  background-color: white;
  position: relative;
  display: flex;
  flex-direction: column;
  flex: 0 1 auto;
  align-items: center;
  justify-content: center;
  margin-left: auto;
  margin-bottom: 20px;
  padding-top: 40px;
  box-shadow: 5px 5px 5px 0px rgba(41, 51, 69, 0.75);
}

#timeline-container {
  margin-bottom: 20px;
  width: 90%;
}

.list-gap {
  width: 100px;
  height: 20px;
  background-color: white;
}

#timeline-container > ul {
  margin: 0;
  padding: 0;
  width: 100%;
}

#timeline-container > ul > li {
  float: left;
  position: relative;
  width: 90%;
  list-style-type: none;
  display: block;
  margin-bottom: 0;
}

#timeline-container > ul > li::before {
  content: "";
  position: absolute;
  width: 6px;
  background-color: #1A2530;
  top: 0px;
  bottom: 0px;
  left: 20px;
  margin-left: -3px;
}

#timeline-container > ul > li::after {
  content: "";
  position: absolute;
  width: 25px;
  height: 25px;
  left: 3px;
  background-color: white;
  border: 4px solid #fc9e49;
  top: 15px;
  border-radius: 50%;
  z-index: 1;
}

.list-content {
  margin-left: 50px;
  color: white;
  width: 90%;
  padding-right: 50px;
  padding-bottom: 5px;
  padding-top: 5px;
  padding-left: 5px;
  background-color: #1A2530;
}

.list-content > p {
  font-size: 1.1em;
}

.year-text {
  display: block;
  font-size: 1.5rem;
  font-weight: bold;
  margin-bottom: 8px;
}

.see-myself-title {
  margin-top: 0;
  margin-bottom: 0;
}

.see-myself-subtitle {
  margin-bottom: 0;
}

.see-myself {
  padding-left: 2%;
  padding-right: 2%;
}
.see-myself li {
  font-size: 1.2em;
  margin-bottom: 10px;
}

.generic-flex-container > h2:first-child {
  align-self: center;
  justify-self: center;
  text-align: center;
}
.generic-flex-container > h2:nth-child(2), .generic-flex-container > h2:nth-child(4) {
  padding-left: 5%;
}
.generic-flex-container > h3 {
  padding-left: 5%;
}
.generic-flex-container > p {
  font-size: 1.2em;
  padding-left: 5%;
  padding-right: 5%;
}

#interests-hobbies-container {
  display: flex;
  flex-direction: column;
  width: 100%;
  height: 100%;
  margin-bottom: 30px;
  align-items: flex-start;
  justify-content: center;
  box-shadow: 5px 5px 5px 0px rgba(41, 51, 69, 0.75);
  background-color: white;
}

#interests-hobbies-text-container {
  padding-left: 2%;
  padding-right: 2%;
}
#interests-hobbies-text-container > h2 {
  text-align: center;
}
#interests-hobbies-text-container li {
  font-size: 1.2em;
  margin-bottom: 10px;
}
#interests-hobbies-text-container > ul {
  padding-left: 40px;
}

#interests-hobbies-images-container {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
#interests-hobbies-images-container > img {
  max-width: 70%;
  padding: 10px;
}

@media only screen and (min-width: 768px) {
  #interests-hobbies-images-container {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
  }
  #interests-hobbies-images-container > img {
    max-width: 40%;
  }
}/*# sourceMappingURL=aboutmepage_custom.css.map */