-body {
- background-image: url('/images/header_background.png');
- background-size: auto 300px;
- background-attachment: fixed;
- line-height: 1.45em;
-
- font-family: Times, 'Times New Roman', serif;
-}
-
-header {
- background-image: url('/images/header_foreground.png');
- background-repeat: no-repeat;
- background-size: auto 300px;
- height: 300px;
-}
-
-header a {
- color: transparent;
- display: block;
- max-height: 500px;
-}
-
-main {
- background-color: white;
- padding: 1.414em 4.53em;
- display: flex;
- flex-flow: column;
- align-items: center;
-}
-
-h1, h2, h3 {
- font-weight: 400;
- width: 100%;
-}
-h1 {
- font-size: 2rem;
- line-height: 1.05em;
- max-width: 30rem;
- margin: 0.5em 0 0.5em;
- text-transform: uppercase;
-}
-h2, h3 {
- max-width: 30rem;
- font-size: 1rem;
- margin: 2em 0;