/* css styles */

body {
  font-size: 0.9em;
}

h2 {
  font-size: 1.2em;
}

@media (max-width: 768px) {
  .headshot {
    width: 110px !important;
  }
  
  div.mobile-stack,
  div[style*="display: flex"] {
    flex-direction: column;
    align-items: left;
  }

  div[style*="order: 2"] {
  order: -1 !important;
  margin-bottom: -2rem;
}

}