html {
  min-height: 100%;
}

body {
    background-color: #1a82f7;
    background: -webkit-gradient(linear, 0% 0%, 0% 100%,to(#006BB9), from(#00A3E3));
    background: -webkit-linear-gradient(top, #00A3E3,#006BB9);
    background: -moz-linear-gradient(top, #00A3E3,#006BB9);
    background: -ms-linear-gradient(top, #00A3E3,#006BB9);
    background: -o-linear-gradient(top, #00A3E3,#006BB9);
    background-attachment: fixed;
    height:100%;
}

h1 {
  font-family: 'Ubuntu', Helvetica, Arial, sans-serif;
  line-height: 100px;
  font-size: 90px;
  margin:0px;
  line-height:800px;
  vertical-align: middle;
}

#header {
    text-align: center;
    vertical-align: middle;
    margin: 0px
    padding:0px;

}

.inset {
  color: #0D4383;
  text-shadow: rgba(0,0,0,0.5) -1px 0, rgba(0,0,0,0.3) 0 -1px, rgba(255,255,255,0.5) 0 1px, rgba(0,0,0,0.3) -1px -2px;
}

.content {
  color: #0D4383;
  font-size: 40px;
  text-align: center;
  font-family: 'Ubuntu', Helvetica, Arial, sans-serif;
  font-family: 'Vollkorn', Georgia, Times, serif;
  line-height: 70px;
}

.right {
  float:right;
}
