html { 
    background: url(blue-sky-up-ahead.jpg) no-repeat center center fixed; 
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    color: #e3d9d0;
    font-family: Helvetica, sans-serif;
    overflow: hidden;
    text-shadow: 2px 2px 8px rgba(0, 0, 0, 1);
}

h1 {
    display: inline;
    font-family: Arvo, Helvetica, sans-serif;
    font-size: 1.3em;
    font-weight: 400;
    margin: 0 0 .1em 0;
}

h2 {
    font-family: Arvo, Helvetica, sans-serif;
    font-size: 2em;
    font-weight: 400;
    line-height: 1.2em;
    margin: .2em 0 .1em 0;
}

a { color: #add8e6; }
a.buy { font-family: Arvo, Helvetica, sans-serif; }

p {
    font-size:1.1em;
    line-height: 1.3em;
}

.large {
    font-size: 1.3em;
    margin: 1em 0 0 0;
}

.main {
    margin:auto;
    width: 85%;
}

.buffer, .content {
    width:100%;
    text-align: center;
}

.listen {
    bottom:0px;
    font-size:1em;
    position:fixed;
    width:85%; 
}

/* Tablet version */
@media (min-width: 760px) {
    .buffer  {
        text-align: left;
        width: 52%;
    }
    .content {
        text-align: left;
        width: 45%;
    }
    .large {
        font-size: 1.5em;
        margin: 1.5em 0 0 0;
    }
    .main { margin-top:5%; }
    .listen {
        position: relative;
    }

    h1 { font-size: 1.6em; }
    h2 { font-size: 3em; }
}

/* Desktop version */
@media (min-width: 960px) {
    .buffer  {
        text-align: left;
        width: 49%;
    }
    .content {
        text-align: left;
        width: 49%;
    }
    .large {
        font-size: 1.5em;
        margin: 1.5em 0 0 0;
    }
    .main { margin-top:5%; }
    .listen {
        position:relative;
    }

    h1 { font-size: 1.6em; }
    h2 { font-size: 3em; }
}

