div.jumbo {
  margin-top: 1em;
  margin-bottom: 1em;
  background-color: #eeeeee;
  color: #333333;
  border-radius: 0.75rem;
  padding: 1em;

  font-size: 1.5rem;
}

/* Larger than tablet */
@media (min-width: 750px) {
  div.jumbo {
    padding: 1.5em;
  }
}

/* Larger than desktop */
@media (min-width: 1000px) {
  div.jumbo {
    font-size: 2rem;
    padding: 3.5em;
  }
}

div#more-about-me {
  margin-top: 1.5em;
  font-size: 2rem;
}

div#more-about-me p {
  margin-bottom: 0;
}

img#img-me {
  /* margin-top: 2.5em; */
  max-height: 30rem;
  /* display block to remove whitespace below image */
  display: block;
  margin: 0 auto;
}

div#more-about-me h4 {
  margin-bottom: 0.2em;
}

div#more-about-me p {
  font-size: 0.75em;
}

div#more-about-me a:link {
  text-decoration: none;
}

