html {
  height: 100%;
  background: #eeeeee;
  box-sizing: border-box;
  font-family: Arial, Helvetica, sans-serif;
}

body {
  margin: 0;
  padding: 0;
  position: relative;
  min-height: 100%;
  font-size: 22px;
  background: #4596bf;
  color: #f0f0f0;
}

.site-header {
  background: #4596bf;
  padding-top: 20px;
  padding-bottom: 20px;
  border-bottom: 1px;
  border-bottom-style: solid;
  border-bottom-color: #235c79;
  text-align: center;
  font-size: 20px;
}

section.vbrotations {
  background: #63b6e0;
  color: #ffffff;
}

section.notes {
  background: #4596bf;
  border-top: 1px solid #235c79;
  padding-top: 20px;
  padding-bottom: 120px;
  margin-bottom: auto;
}

div.container {
  width: min(100%, 1200px);
  margin-left: auto;
  margin-right: auto;
  padding-left: clamp(12px, 3vw, 32px);
  padding-right: clamp(12px, 3vw, 32px);
}

@media (min-width: 1280px) {
  div.container {
    padding-left: 40px;
    padding-right: 40px;
  }
}

footer.footer {
  background: #235c79;
  color: #4596bf;
  padding: 15px;
  margin-top: 60px;
  text-align: right;
  font-size: 18px;
  vertical-align: middle;
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
}

a:link {
  color: inherit;
}

a:visited {
  color: inherit;
}

a:hover {
  color: inherit;
}

a:active {
  color: inherit;
}

li {
  margin-left: 1.12em;
}
