@import url(https://fonts.googleapis.com/css?family=Open+Sans:400,700);

body {
    background-color: #1a1a1a;
    font-family: 'Open Sans', sans-serif;
    font-size: 18px;
    margin: 0;
    color: #555;
    text-align: center;
}

header section.statusbar {
    background-image: url("/img/header.png");
    background-position: top right;
    background-repeat: no-repeat;
    background-color: rgb(143, 40, 143);
    padding: 70px 0;
}

#listen {
    position: absolute;
    top: 25px;
    right: 58px;
}

section.title img {
    display: none;
}

main {
    margin: auto;
    max-width: 500px;
    padding: 0 20px;
}

h1 {
    color: #EEE;
    size: 1.3em;
    font-weight: normal;
    margin-bottom: -0.2em;
}

span.version {
    color: #AAA;
    font-size: 0.6em;
}

h2 {
    color: rgb(63, 186, 104);
    font-size: 1.1em;
    font-weight: normal;
}

div.download {
    padding: 60px 0;
}

footer {
    font-size: 0.6em;
    margin-bottom:20px;
}

a {
    color: rgb(63, 186, 104);
}

img#inline-listen {
    display: none;
}


@media screen and (max-width: 780px) {

    img#inline-listen {
        display: inline-block;
    }

    section.statusbar img.listen {
        display: none;
    }

    header section.statusbar {
        background-image: none;
        background-color: #1a1a1a;
    }

    #listen {
        display: none;
    }
}
