<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.navbar-brand {
    width: 330px;
    height: 50px;
}

.headshot &gt; .col:after {
    filter: drop-shadow( 0px 0px 10px rgba(0,0,0,0.2) );
}
.bg-lightblue {
    background-color: #aecedb!important;
}
/* title */
section.title .bg-image {
    position: absolute;
    width: 100%;
    height: 100%;
    background-position: center;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-repeat: no-repeat;
    background-size: cover;
}
section.title {
    position: relative;
}
section.title .bg-image:after {
    content: "";
    position: absolute;
    background: rgb(0 0 0 / 50%);
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}
.spacing {letter-spacing: 5px;}
.title a {
  color: white;
  text-decoration: underline;
	
}
.section__bg {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    z-index: -1;
    -webkit-background-size: cover !important;
    background-size: cover !important;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    align-items: flex-end;
}
.section__bg.overlay {
    opacity: 0.5;
}

/* headshot */
.headshot:before {
  height: 461px;
  width: 404px;
  left: 50%;
  transform: translateX(-50%);  
  bottom: -170px;
  position: relative;
}
@media (min-width: 576px) {
  .headshot:before {
    display: block;
  }
}
@media (min-width: 768px) {
  .headshot:before {
    display: none;
  }
  .headshot &gt; .col:after {
      left: -200%;
      height: 571px;
      width: 500px;
      background-size: 100%;
  }  
}
@media (min-width: 992px) {
  .headshot &gt; .col:after {
      left: -200%;
      height: 571px;
      width: 500px;
  }
}
@media (min-width: 1200px) {
  .headshot &gt; .col:after {
      left: -179%;
  }
}</pre></body></html>