body {
    font-family: HelveticaNeueLT-Thin,Helvetica,Arial,sans-serif;
    background-color: #0f2e52;
}
#content-wrapper {
    text-align: center;
    padding: 15% 20% 20% 20%;
}
#content-wrapper img {
    max-width: 70%;
    padding-bottom: 1.5em;
}
h1, 
h1 a {
    color: #fff;
}
h2 {
    font-weight: 300;
    font-size: 1.5em;
    line-height: 1.2em;
    padding-bottom: .5em;
    color: #fff;
    letter-spacing: .07em;
}
p,
p a {
    font-weight: 300;
    font-size: 1em;
    line-height: 1em;
    padding-bottom: .5em;
    color: #fff;
    letter-spacing: .07em;    
    padding-bottom: .5em;
}
p a {
    color: #fff;
    text-decoration: none;
}
p a:hover {
    color: #fff;
    text-decoration: underline;
}