html {
    background-color: #000;
}

body {
    color: #fff;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 16px;
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 0;
    border: 0;
    margin-top: 0px;
}
    
header, .full-width {
  width: 100%;
  background: #1D4A5B;
  top: 0px;
  left: 10;
}
.wrap {
  width: 100%;
  max-width: 24em;
  height: 34px;
  margin: 0 auto;
  padding: 0.25em 0.625em;
  
}

h1 {
    color:#fff;
    font:  Trebuchet MS;
    font-size: 18px;
    

}

h2 {
    color:#F0F0F0;
    font-family: gotham;
    font-size: 22px;
    text-decoration: none;
}

h3, h4, h5, h6 {
    color: #000;
    font-weight: 600;
    line-height: 1.3;
}

a {
    color: #fff;
    text-decoration: none;
    
}

a:hover { 
    color: #1D4A5B;
}

b {
    font-size: 28px;
}

samp {
    display: none;
}

img {
    -webkit-animation: colorize 2s cubic-bezier(0, 0, .78, .36) 1;
            animation: colorize 2s cubic-bezier(0, 0, .78, .36) 1;
    background: transparent;
    border: 0px solid rgba(0, 0, 0, 0.12);
    border-radius: 4px;
    display: block;
    margin: 1.3em auto;
    max-width: 95%;
}

p {
  position: absolute;
  background-color: #fff;
  filter: alpha(opacity=40);
  opacity: 0.6;
}

span {
  color: #ffffff;
  filter: alpha(opacity=100);
  opacity: 1;
}