html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

a {
  text-decoration: none;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

body {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

html {
  background-color: black;
  min-width: 300px;
  scroll-behavior: smooth;
}

body {
  background-color: black;
  font-family: 'Lato', Verdana, sans-serif;
  font-size: 16px;
}

@media screen and (min-width: 600px) {
  body {
    font-size: 1.5em;
  }
}

section {
  padding: 1.2em;
}

section.theme-xdark,
.theme-xdark section {
  background-color: #101418;
}

section.theme-dark,
.theme-dark section {
  background-color: #212831;
}

section.theme-blue,
.theme-blue section {
  background-color: #bfd5ed;
}

section.theme-light,
.theme-light section {
  background-color: #dbdbdc;
}

section.theme-xlight,
.theme-xlight section {
  background-color: #fafafa;
}

.restrict-width {
  display: block;
  max-width: 1200px;
  margin: 0 auto;
}

p {
  padding: 0.8em;
  line-height: 1.4em;
}

p.theme-xdark,
.theme-xdark p {
  color: white;
}

p.theme-dark,
.theme-dark p {
  color: white;
}

p.theme-blue,
.theme-blue p {
  color: black;
}

p.theme-light,
.theme-light p {
  color: black;
}

p.theme-xlight,
.theme-xlight p {
  color: black;
}

ul, ol {
  padding-left: 2em;
}

li {
  padding: 0.4em;
  line-height: 1.4em;
}

li.theme-xdark,
.theme-xdark li {
  color: white;
}

li.theme-dark,
.theme-dark li {
  color: white;
}

li.theme-blue,
.theme-blue li {
  color: black;
}

li.theme-light,
.theme-light li {
  color: black;
}

li.theme-xlight,
.theme-xlight li {
  color: black;
}

h2 {
  font-size: 1.4em;
  padding: calc(0.8em / 1.4);
  text-transform: uppercase;
}

h2.theme-xdark,
.theme-xdark h2 {
  color: #88b0dd;
}

h2.theme-dark,
.theme-dark h2 {
  color: #bfd5ed;
}

h2.theme-blue,
.theme-blue h2 {
  color: #212831;
}

h2.theme-light,
.theme-light h2 {
  color: #508bce;
}

h2.theme-xlight,
.theme-xlight h2 {
  color: #88b0dd;
}

h3 {
  line-height: 1.4em;
  text-transform: uppercase;
}

h3.theme-xdark,
.theme-xdark h3 {
  color: #88b0dd;
}

h3.theme-dark,
.theme-dark h3 {
  color: #bfd5ed;
}

h3.theme-blue,
.theme-blue h3 {
  color: #212831;
}

h3.theme-light,
.theme-light h3 {
  color: #508bce;
}

h3.theme-xlight,
.theme-xlight h3 {
  color: #88b0dd;
}

nav {
  display: none;
}

footer {
  text-align: center;
  background-color: black;
  color: #4f5963;
  font-size: 0.8em;
  padding: 2em;
}

.img-frame {
  background-color: white;
  padding: 0.6em;
  -webkit-box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.4), 0 0 20px 0 rgba(0, 0, 0, 0.25);
          box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.4), 0 0 20px 0 rgba(0, 0, 0, 0.25);
}

.button-section {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

a.hollow-button {
  padding: 0.8em;
  margin: 0.8em;
  border: 2px solid;
}

a.hollow-button.theme-xdark,
.theme-xdark a.hollow-button {
  color: #88b0dd;
}

a.hollow-button.theme-dark,
.theme-dark a.hollow-button {
  color: #bfd5ed;
}

a.hollow-button.theme-blue,
.theme-blue a.hollow-button {
  color: #212831;
}

a.hollow-button.theme-light,
.theme-light a.hollow-button {
  color: #508bce;
}

a.hollow-button.theme-xlight,
.theme-xlight a.hollow-button {
  color: #88b0dd;
}

a.hollow-button.theme-xdark,
.theme-xdark a.hollow-button {
  border-color: #88b0dd;
}

a.hollow-button.theme-dark,
.theme-dark a.hollow-button {
  border-color: #bfd5ed;
}

a.hollow-button.theme-blue,
.theme-blue a.hollow-button {
  border-color: #212831;
}

a.hollow-button.theme-light,
.theme-light a.hollow-button {
  border-color: #508bce;
}

a.hollow-button.theme-xlight,
.theme-xlight a.hollow-button {
  border-color: #88b0dd;
}

a.hollow-button:hover.theme-xdark,
.theme-xdark a.hollow-button:hover {
  color: #717f8e;
}

a.hollow-button:hover.theme-dark,
.theme-dark a.hollow-button:hover {
  color: #aab2bb;
}

a.hollow-button:hover.theme-blue,
.theme-blue a.hollow-button:hover {
  color: #fafafa;
}

a.hollow-button:hover.theme-light,
.theme-light a.hollow-button:hover {
  color: #717f8e;
}

a.hollow-button:hover.theme-xlight,
.theme-xlight a.hollow-button:hover {
  color: #717f8e;
}

a.hollow-button:hover.theme-xdark,
.theme-xdark a.hollow-button:hover {
  border-color: #717f8e;
}

a.hollow-button:hover.theme-dark,
.theme-dark a.hollow-button:hover {
  border-color: #aab2bb;
}

a.hollow-button:hover.theme-blue,
.theme-blue a.hollow-button:hover {
  border-color: #fafafa;
}

a.hollow-button:hover.theme-light,
.theme-light a.hollow-button:hover {
  border-color: #717f8e;
}

a.hollow-button:hover.theme-xlight,
.theme-xlight a.hollow-button:hover {
  border-color: #717f8e;
}

a.hollow-button:visited.theme-xdark,
.theme-xdark a.hollow-button:visited {
  color: #88b0dd;
}

a.hollow-button:visited.theme-dark,
.theme-dark a.hollow-button:visited {
  color: #bfd5ed;
}

a.hollow-button:visited.theme-blue,
.theme-blue a.hollow-button:visited {
  color: #212831;
}

a.hollow-button:visited.theme-light,
.theme-light a.hollow-button:visited {
  color: #508bce;
}

a.hollow-button:visited.theme-xlight,
.theme-xlight a.hollow-button:visited {
  color: #88b0dd;
}

a.hollow-button:visited.theme-xdark,
.theme-xdark a.hollow-button:visited {
  border-color: #88b0dd;
}

a.hollow-button:visited.theme-dark,
.theme-dark a.hollow-button:visited {
  border-color: #bfd5ed;
}

a.hollow-button:visited.theme-blue,
.theme-blue a.hollow-button:visited {
  border-color: #212831;
}

a.hollow-button:visited.theme-light,
.theme-light a.hollow-button:visited {
  border-color: #508bce;
}

a.hollow-button:visited.theme-xlight,
.theme-xlight a.hollow-button:visited {
  border-color: #88b0dd;
}
