a {
  white-space: nowrap; }

body {
  font-family: Arial, sans-serif;
  background-color: #eeeeee;
  display: flex;
  flex-flow: column;
  align-items: center;
  background-image: url("/img/stucco-texture_(10)x0.5.jpg"); }

main {
  overflow: hidden;
  position: relative;
  box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.25); }
  main > * {
    max-width: 1200px;
    padding: 1rem 2rem; }
  main:after {
    position: absolute;
    content: '';
    z-index: -1;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    background-color: #fdf6de;
    opacity: 0.8; }

header, footer {
  text-align: center;
  background-color: #ddd;
  position: sticky;
  z-index: 1; }

header {
  border-bottom: 1px solid grey;
  top: 0; }

footer {
  border-top: 1px solid grey;
  bottom: 0; }

h1 {
  text-align: center; }

h1, h2, h3 {
  margin-bottom: 0.5rem; }
  h1:first-child, h2:first-child, h3:first-child {
    margin-top: 0; }

ul {
  padding-left: 0;
  margin-left: 0; }
  ul li {
    margin-left: 1.5rem; }

div.image {
  display: flex;
  flex-flow: row wrap; }
  div.image > *:not(:first-child) {
    flex-grow: 1; }

figure {
  max-width: 420px;
  margin: 0 2rem 2rem 0;
  display: flex;
  flex-flow: column nowrap; }
  figure img {
    height: auto;
    width: 100%;
    max-width: 213px; }
  figure figcaption {
    display: inline-block;
    color: grey; }

.grid {
  display: inline-grid;
  grid-template-columns: auto auto;
  column-gap: 1rem; }
  .grid > .row {
    display: contents; }

/*# sourceMappingURL=styles.css.map */
