html, body {
  font-family: sans-serif;
  line-height: 1.5;
  margin: 0;
  padding: 0;
  background: #2b2a33;
  color: white; }

a {
  color: #3573a8;
  text-decoration: none; }

a.button, button.button {
  cursor: pointer;
  font-family: sans-serif;
  font-size: 1.5em;
  line-height: 1.25;
  border-radius: 5px;
  display: inline-block;
  text-decoration: none;
  border: none;
  padding: 5px 20px;
  background: #3573a8;
  color: white;
  box-sizing: border-box; }
  a.button:hover, button.button:hover {
    color: #3573a8;
    background: white;
    box-shadow: inset 0 0 0 2px #3573a8; }

h1, h2, h3, h4, h5, h6 {
  margin: .5em 0;
  font-family: sans-serif; }

h1 {
  font-size: 2em; }

h2 {
  font-size: 1.5em; }

h3 {
  font-size: 1.25em; }

h4, h5, h6 {
  font-size: 1em; }

a.page.edit {
  position: fixed;
  right: 1em;
  bottom: 1em;
  z-index: 1000; }
  a.page.edit img {
    display: block;
    width: 75px;
    height: auto; }

a.section.edit {
  position: absolute;
  bottom: -25px;
  right: 0; }
  a.section.edit img {
    display: block;
    width: 35px; }

table {
  border-collapse: collapse; }
  table th, table td {
    padding: 1em; }
  table th {
    border-bottom: 2px solid #3573a8; }

div.wrapper {
  box-sizing: border-box;
  max-width: 700px;
  margin: auto; }

div.spacer {
  height: 1rem;
  clear: both; }

header {
  text-align: center; }

section {
  clear: both;
  position: relative; }
  section div.title {
    text-align: center; }
  section div.video div.iframe {
    width: 100%;
    padding-bottom: 56%;
    position: relative; }
    section div.video div.iframe iframe {
      position: absolute;
      width: 100%;
      height: 100%;
      left: 0;
      top: 0; }

article {
  height: 100vh;
  display: flex;
  justify-content: center;
  align-items: center; }

section.bookmarks div.bookmarks {
  display: flex;
  justify-content: center;
  flex-wrap: wrap; }
  section.bookmarks div.bookmarks a {
    line-height: 1.1;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    border-radius: 999em;
    margin: .25em;
    padding: 1em;
    width: 55px;
    height: 55px;
    background: white;
    color: black; }

section.images div.images {
  display: flex;
  flex-wrap: wrap;
  margin: 0.25em;
  justify-content: center; }
  section.images div.images div.image {
    flex: 1 1 100px;
    max-width: 700px;
    margin: 0.5em; }
    section.images div.images div.image div {
      position: relative;
      padding-bottom: 56%; }
      section.images div.images div.image div img {
        position: absolute;
        object-fit: cover;
        height: 100%;
        width: 100%; }

section.contact div.message {
  display: none; }

section.contact div.formfield {
  padding: 0.5em 0; }

section.contact form input, section.contact form textarea {
  box-sizing: border-box;
  font-family: inherit;
  font-size: inherit;
  display: block;
  width: 100%;
  padding: 0.5em;
  margin: 0; }

footer {
  min-height: 10em; }

/*# sourceMappingURL=main.scss.css.map */