<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">html,
body {
  height: 100%;
}

body {
    font-family: 'Source Sans Pro','Open Sans', Verdana, Arial, sans-serif;
    font-weight: 300;
    background-size: cover;
}

h1, h2, h3, h4, h5, h6, p {
    font-weight: 700;
}

.site-wrapper {
    display: table;
    width: 100%;
    height: 100%; /* For at least Firefox */
    min-height: 100%;
}

.site-wrapper-inner {
    display: table-cell;
    vertical-align: middle;
    text-align: center;
}

.site-wrapper-inner img { margin: 0 auto; }

.cover-container {
    margin-right: auto;
    margin-left: auto;
}

@media (min-width: 768px) 
{
  /* Handle the widths */
  .masthead,
  .mastfoot,
  .cover-container {
    width: 100%;
  }
}

@media (min-width: 992px) {
  .masthead,
  .mastfoot,
  .cover-container {
    width: 700px;
  }
}</pre></body></html>