.header
			{
				width: 100%;
		position: fixed;
				z-index: 1;
	
			}


			.content
			{
			}
				.content > *:not( :last-child )
				{
					margin-bottom: 1.875rem; /* 30 */
				}
				.content h1
				{
					font-size: 3.125em; /* 50 */
					font-weight: 300;
					text-align: center;
				}
					.content h1 a:hover,
					.content h1 a:focus
					{
						color: #867d6d;
					}
					.content h1 a:active
					{
						color: #d3004f;
					}
				.content p
				{
					line-height: 1.625em; /* 26 */
				}
				.content p:first-of-type
				{
					font-size: 1.25em; /* 20 */
				}
				.content hr
				{
					width: 50%;
					height: 0.313em; /* 5 */
					border: none;
					background-color: currentColor;
					opacity: .1;
					display: block;
					margin: 0 auto;
				}
				.content b
				{
					font-weight: 700;
				}
				.content i
				{
					font-style: italic;
				}


		@media screen and ( max-width: 30em ) /* 480 */
		{
			.header span
			{
				display: inline;
			}
			.header b
			{
				display: none;
			}
		}

