
/* --------------------------------
   justinbonnar.com index page CSS.
   Handcrafted in Seattle, April 2020.
   -------------------------------- */

body {
  background-color: #fff;
  color: #333;
  font-family: Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  -webkit-font-smoothing: antialiased;

  margin: 0 auto;
  padding: 32px;
  max-width: 1024px;

  font-size: 1.2em;
}

h1, h2, h3, h4, h5 {
  font-family: Georgia, Times, serif;
  font-style: normal;
  font-weight: 500; 
}

h1 {
  margin-top: 8px;
}

a {
  color: inherit;
  text-decoration: underline;
  text-decoration-color: #FDB515;
  border: 0;
  box-shadow: none;
}

a:hover {
  color: #3B7EA1;
}

p {
  hyphens: auto;
}

.intro {
  max-width: 512px;
  vertical-align: top;
  display: inline-block; 
}

.portrait {
  width: 256px;
  display: inline-block;
}

.portrait img {
  width: 192px;
  height: 192px;
  border-radius: 50%;
}

