body {
  overflow-x: hidden;
}

#resume-text {
  font-size: 18px;
  width: 100%;
  min-width: 280px;
  margin: 0 auto;
}
#resume-text > h2 {
  width: 100%;
  font-size: 3em;
  font-weight: 600;
  margin-bottom: 1em;
  text-align: center;
}
#resume-text #skills-exp {
  display: flex;
  flex-flow: row wrap;
  justify-content: center;
}
#resume-text #skills-exp section:first-child {
  margin-right: 25px;
  width: 320px;
}
#resume-text #skills-exp section:last-child {
  margin-left: 25px;
  width: 600px;
}
#resume-text section {
  margin-bottom: 50px;
}
#resume-text section h2 {
  text-align: center;
  font-size: 2em;
  font-weight: 600;
  margin-bottom: 0.5em;
}
#resume-text section #skills-bullets {
  display: flex;
  flex-flow: row wrap;
}
#resume-text h3 {
  font-size: 1.2em;
  line-height: 25.2px;
  margin-bottom: 18px;
}
#resume-text h3.bold {
  font-weight: 500;
}
#resume-text p {
  line-height: 25.2px;
  margin: 0.6em 0;
  width: 300px;
}
#resume-text p img {
  height: 1.4em;
  width: 64px;
  vertical-align: top;
  object-fit: contain;
}
@media only screen and (max-width: 1000px) {
  #resume-text section {
    margin-left: 0;
    margin-right: 0;
  }
  #resume-text section h2, #resume-text section h3 {
    text-align: center;
  }
}

#resume-download {
  display: block;
  width: 225px;
  margin: 0 auto;
  padding: 13px 20px;
  border-radius: 8px;
  border: 2px solid #BA181B;
  background-color: #BA181B;
  color: white;
  font-size: 20px;
  text-align: center;
  text-decoration: none;
  transition: background-color 0.3s, color 0.3s;
}
#resume-download:hover {
  background-color: transparent;
  color: #BA181B;
}

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