<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.justify{
	text-align: justify;
}

.header-logo&gt;img{
	height: 75px;
	margin-right: 25px;
}

.masthead{
	background-color: rgba(255,255,255,.2);
}

.masthead-brand{
	margin-top: 0px;
	top: -10px;
	position: relative;
	left: -5px;
}

 .mastfoot{
 	position: relative;
 }
 .masthead{
 	position: absolute;
 	top: 0px;
 	width: 100%;
 }



 @media screen and (min-width: 800px) {
 	.cover{
 		margin-top: 115px;
 	}

 	.masthead{
 		width: 700px;
 	}
 }

  .cover{
 	margin-top: 190px;
 }

 .nav{
 	margin-top: 6px;
 }</pre></body></html>