#hero {
    text-align: center;
    margin: 50px auto 25px;
}

#hero .app-icon {
    width: 128px;
    height: 128px;
    border-radius: 28px;
    margin-bottom: 20px;
}

#hero h1 {
    font-weight: 600;
    margin-bottom: 8px;
}

#hero .lead {
    font-size: 1.35rem;
    color: #444;
    margin-bottom: 20px;
}

#hero .tagline {
    max-width: 560px;
    margin: 0 auto 16px;
    color: #555;
}

#hero .app-store {
    margin: 24px auto 0;
}

#hero .app-store a {
    display: inline-block;
    padding: 10px 22px;
    background-color: #000;
    color: #fff;
    border-radius: 8px;
    font-weight: 500;
    text-decoration: none;
}

#hero .app-store a:hover {
    background-color: #222;
}

#hero .requirements {
    font-size: 0.9rem;
    color: #888;
    margin-top: 16px;
}

.screenshot-block {
    text-align: center;
    margin: 40px auto;
}

.screenshot {
    max-width: 100%;
    height: auto;
    display: block;
    margin: 20px auto;
    border-radius: 10px;
}

.screenshot-popover {
    max-width: 280px;
}

.screenshot-settings {
    max-width: 360px;
}

.features {
    margin: 50px auto;
}

.feature {
    margin: 40px auto;
}

.feature h2 {
    font-size: 1.25rem;
    font-weight: 600;
    margin-bottom: 8px;
}

.feature p {
    color: #444;
    margin-bottom: 0;
}

.feature p + .screenshot {
    margin-top: 24px;
}

#footer {
    margin: 60px auto 40px;
    text-align: center;
    font-size: 0.9rem;
    color: #888;
}

#footer a {
    color: #666;
    text-decoration: none;
}

#footer a:hover {
    text-decoration: underline;
}

.legal {
    margin: 25px auto;
}

.legal h2 {
    font-size: 1.15rem;
    font-weight: 600;
    margin-top: 32px;
    margin-bottom: 10px;
}

.legal p, .legal li {
    color: #444;
}

.legal .updated {
    color: #888;
    font-size: 0.9rem;
}
