<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* temporary */
.learn {
    display: none;
}
.library {
    display: none !important;
}

/* headshot */
.headshot:before {
    width: 100%;
    margin: 0 -120px 0 auto;
    bottom: 160px;
	left: -50px;
	background-image: url("../img/Erin_sm.png")!important;
}

@media (min-width: 576px) {
  .headshot &gt; .col:after {
    left: -404px;
    height: 550px;
  }    

}

.calculator-buttons &gt; a {
  padding: 1.5rem;
  width: 12rem;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 1rem 1rem 0;
  border: none;
}</pre></body></html>