﻿body {
  margin: 0;
  background: #bad9f5 url("../img/sky-background.png") 0 0 repeat-x repeat-y!important;

}
img {
  max-width: 100%;
  height: auto;
}
.stage {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    position: absolute;
    overflow: hidden;
    z-index: 100;
}
.far-clouds {
    background: transparent url("../img/far-clouds.png") 205px 205px repeat-x;
}
.near-clouds {
    background: transparent url("../img/near-clouds.png") 205px 265px repeat-x;
}
.content {
    margin-top: 1em;
    margin-bottom: 1em;
    margin-left: 1em;
    margin-right: 1em;
    position: relative;
    z-index: 101;
}

h1 sup {
  font-size: medium;
}