<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "utf-8";
/* CSS Document */
/* temporary */
.learn {
    display: none;
}
.library {
    display: none !important;
}
@media (max-width: 1200px){
	.navbar-brand img{
		width: 275px!important;
	}
	.navbar-brand .img-fluid{
		max-width: none;
	}
}

@media (min-width: 992px) {

	.navbar-brand {
		display: block;
		width: 400px;
/*		height: 57px;*/
	}
}

.headshot:before {
    content: "";
    background-repeat: no-repeat;
    height: 461px;
    width: 404px;
    display: block;
    position: absolute;
    left: 0px;
    bottom: 180;
    top: auto;
    right: 0;
    margin: auto;
    z-index: 0;
}
@media (min-width: 576px) {
    .headshot:before {
        display: none;
    }</pre></body></html>