body.staticpage .imagecenter
{
  text-align:center;
  margin-top: 0.5em;
  margin-bottom: 0.5em;
}

body.staticpage header.main
{
  height:107px;
}

body.staticpage .mainContainer
{
  display: block;
}

body.staticpage .mainContainer #content img
{
  height: auto;
  width: 600px;
  max-width: 90%;
  border: 1px solid rgba(0,0,0,0.3);
  box-shadow: 3px 3px 5px 0px rgba(0,0,0,0.15);
}

body.staticpage .mainContainer #content #contentScrollContainer
{
  display: block;
}

body.staticpage .mainContainer #content #contentScrollContainer .contentFunctions
{
  min-height: 50px;
}

body.staticpage .mainContainer #content #contentScrollContainer > .innerContentWidth
{
  min-height: calc(100vh - 300px);
}

body.staticpage footer.main
{
  min-height: 65px;
}

body.staticpage .section
{
  margin-bottom: 3em;
}

body.staticpage .section p
{
  margin: 0;
}

body.staticpage h1
{
  counter-reset: h2;
}

body.staticpage h2.autoNumbered
{
  counter-increment: h2;
}

body.staticpage h2.autoNumbered::before
{
  content: counter(h2) ". ";
}

body.staticpage h1 a:visited
{
  color: var(--link-color);
}
