body {
    font-family: 'Lato', sans-serif;
    padding: 20px 0 0;
}

header {
    text-align: center;
}

h1 {
    font-weight: 100;
    margin: 0 0 20px;
}

h1 > span {
    font-size: .5em;
    position: relative;
    top: -4px;
}

main {
    background: url(../img/background.png) no-repeat center;
    display: block;
    height: 649px;
    letter-spacing: 1px;
    margin: 0 auto;
    width: 90%;
}

h2,
h3 {
    color: #fff;
}

h2 {
    font-weight: 400;
    font-size: 7em;
    line-height: 1;
    margin: 0;
    padding: 50px 50px 10px;
}

h3 {
    font-weight: 300;
    padding: 0 50px 0;
}

a,
a:focus,
a:hover {
    color: #fff;
    text-decoration: none;
}