<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;
}

.navbar-brand {
    width: 425px;
    height: 40px;
}

@media (min-width: 1200px) {
  .navbar-brand {
      width: 640px;
      height: 60px;
  }
}

.navbar-light .navbar-nav .nav-link {
    margin-top: 5px;
}

li.nav-item:last-of-type a {
    font-size: 1.25rem;
    line-height: 1.5;
}
.headshot:before {
    height: 800px;
    width: 430px;
    background-size: contain;
	bottom: 137px;
}
.headshot:before {
    background-size: contain;
    left: 50%;
    transform: translateX(-50%);
    height: 252px;
    width: 400px;
	bottom: -50px;
    position: relative;
}
@media (min-width: 576px) {
  .headshot &gt; .col:after {
    background-size: contain;
    height: 252px;
	width: 400px;
	left: -350px;
  }    
}
@media (min-width: 768px) {
  .headshot &gt; .col:after {
    height: 378px;
	width: 600px;
    left: -550px;
  }    
}
@media (min-width: 992px) {
  .headshot &gt; .col:after {
    height: 441px;
	width: 700px;
	 left: -700px;
  }    
}
@media (min-width: 1200px) {
  .headshot &gt; .col:after {
      height: 504px;
	  width: 800px;
	  left: -800px;
  }
}</pre></body></html>