section
{
  width: 100%;
  margin-top: 200px;
  text-align: center;
  position: absolute;
}

footer
{
margin-top: 250px;
position: absolute;
}

body.Production
{
  background-image: url(../images/AprilBackGround.png);
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-size: cover;
}
img.Image
{

  width: 100px;
  height: 100px;
  letter-spacing: 3em;
}

figure.ImageProduction
{
  display: inline-block;
  margin-left: 100px;
  margin-top: 150px;
}
figure img
{
  display: block;
  margin-left: 5px;
  margin-bottom: 3px;
}
figcaption.ProductionName
{
  font-size: 20px;
  color:blue;
  margin-top: 15px;
  text-align: center;
}
.Image:hover
{
width: 150px;
height: 150px;
}

.TopTitle
{
  text-align: center;
  color: green;
  font-size: 50px;
}

.SpaceImg
{
  margin-top: 200px;
  margin-left: 20px;
  width: 100%;
  position: absolute;
}
