:root {
  --primary-color: rgb(106, 168, 152);
  --primary-color-alpha: rgba(106, 168, 152, 0.2);
  --primary-color-dark: rgb(75, 137, 121);
  --secondary-color: #2d5a4f;
  --error-color: #d9534f;
  --error-color-alpha: rgba(231, 76, 60, 0.05);
  --success-color: #27ae60;
  --success-color-alpha: rgba(39, 174, 96, 0.05);

  --nav-primary-color: rgb(45, 90, 79);
  --nav-secondary-color: #6aa898;

  --omc-title-color: #d4ebe4;
  --proxima-title-color: #8cd4c0;

  --text-color: #fff;
  --pane-color: #3338;
}

body {
  color: #fff;
  background: linear-gradient(85deg, #546e6a, #7a9d96);
}

body::after {
  background: center / cover url(/images/final.png);
}

@media screen and (min-width: 721px) {
  body::after {
    background: center / cover url(/images/final.png);
  }
}

.pageContents {
  background: #2d4a46cc;
}

h1 strong {
  color: #d4ebe4;
}

h1 span span {
  color: #8cd4c0;
}
