/*djhfjdh*/
.aboutme {
  margin-top: 7em;
  display: flex;
  flex-direction: column;
  align-items: center;
  overflow: hidden;
}

.aboutme-header {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.aboutme h1.main-title {
  font-family: "DIN Alternate Bold", "sans-serif", "Montserrat";
  font-size: 3em;
  padding-left: 10%;
  color: #5e530e;
}

.title-container h3 {
  text-align: center;
}

.aboutme-img {
  position: relative;
  width: 100vw;
  background-color: #9f8d03;
}

.aboutme-img .drawing {
  padding-left: 5vw;
  width: 30%;
}

.main-picture {
  position: absolute;
  width: 40%;
  right: 7%;
  bottom: -1vw;
  border: #f8f8f2 10px solid;
}

.aboutme-article {
  padding: 2em 1em;
  font-size: 1em;
  display: flex;
  flex-wrap: wrap;
}

.aboutme-credit {
 margin-left:auto;
 margin-right:.5em;
}

.aboutme-credit > * {
  margin-top: 1em;
}

.aboutme-credit a {
  color: #8c8218;
  text-decoration: underline;
}

h3 {
  display: block;
}

.pub-exp-section {
  text-align: left;
  align-self: baseline;
  margin-left: 1em;

}

.pub-exp-section > .section-title {
  margin-bottom: 0;
}

@media only screen and (min-width: 800px) {
  .aboutme-header {
    flex-direction: row;
    width: 100vw;
    justify-content: space-between;
  }

  .aboutme h1.main-title {
    padding-left: 0;
  }

  .title-container {
    padding-left: 5%;
    padding-right: 5%;
  }

  .title-container h3 {
    text-align: left;
  }

  .aboutme-img {
    width: 60vw;
  }

  .aboutme-article {
    padding: 2em;
  }
  .main-picture {
    border: #f8f8f2 1vw solid;
  }
}
