@import url(//fonts.googleapis.com/css?family=Open+Sans:300,400,600&subset=latin);
@import url(//fonts.googleapis.com/css?family=Zilla+Slab:300,400,600&subset=latin);
html {
    font: normal 14px/1.4 "Open Sans", "Helvetica Neue", Helvetica, sans-serif;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    overflow-y: scroll;
    color: #666;
    font-weight: 300;
}
html,
body {
    height: 100%;
    min-height: 100%;
    padding: 0;
    overflow: hidden;
}
body { margin: 0; background: #1f3042;}
a { background-color: transparent; }
a:active,
a:hover { outline: 0; }
a {
    color: #03a479;
    text-decoration: none;
    cursor: pointer;
}
a:hover {
    color: #1f3042;
}

#container {
    width: 80%;
    max-width: 800px;
    margin: 0 auto;
    padding: 40px 100px 0 100px;
    background: #fff;
    box-shadow: 0px 0px 10px rgba(255,255,255,.9);
    height: 100%;
}

#logo {
    width: 300px;
    display: block;
    height: auto;
    margin: 2rem auto;
}

#content {
    width: 90%;
    max-width: 500px;
    margin: 2rem auto;
}

#social {
    width: 100%;
    text-align: center;
    margin-bottom: 40px;
}

#social img {
    height: 34px;
    width: auto;
}

h1, h2 {
    font-family: "Zilla Slab", "Helvetica Neue", Helvetica, sans-serif;
    text-align: center;
}