﻿html,
body {
  background-color: #ffffff;
  font: 14px Tahoma, Geneva, sans-serif;
  margin: 0;
  padding: 0;
}
h1,
h2,
h3 {
  font-weight: normal;
}
h1 {
  font-size: 34px;
}
h2 {
  font-size: 28px;
  color: #FFF;
  text-shadow: 0px 2px 5px #000000;
  text-align: center;
}
h3 {
  font-size: 22px;
}
.content-wrapper {
  box-sizing: border-box;
  margin: 0 auto;
  padding: 0 12px;
  width: 100%;
  max-width: 1024px;
}
.header,
.footer {
  padding: 12px 0;
}
.container {
  position: fixed;
  top: 0px;
  bottom: 0px;
  left: 0px;
  right: 0px;
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#1e5799+0,00adef+100 */
  background: #1e5799;
  /* Old browsers */
  background: -moz-linear-gradient(top, #1e5799 0%, #00adef 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(top, #1e5799 0%, #00adef 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, #1e5799 0%, #00adef 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#1e5799', endColorstr='#00adef', GradientType=0);
  /* IE6-9 */
}