html {
    height: 100%;
    width: 100%;
    background: url(cover.jpg) no-repeat right center fixed;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}
body {
    font-family: "Open Sans", sans-serif;
    margin: 0;
    min-width: 280px;
}
header {
    background: rgba(0, 0, 0, 0.75);
    font-family: "Oswald", sans-serif;
    font-weight: 700;
    padding: 32px 32px 44px 32px;
}
h1, h2, h3 {
    text-transform: uppercase;
    font-size: 64px;
    line-height: 70px;
    color: #ff0;
    margin: 0;
}
h2, h3 {
    font-size: 32px;
    line-height: 36px;
}
main {
    padding: 4px 44px 4px 32px;
    font-size: 20pt;
    line-height: 44px;
    text-transform: uppercase;
    position: fixed;
    bottom: 0;
    color: #ff0;
    background: rgba(0, 0, 0, 0.75);
}
main ul {
    list-style: none;
    padding: 0;
}
main ul li {
    display: inline-block;
}
main ul li a {
    color: inherit;
    text-decoration: inherit;
}
@media (max-width: 600px) {
    header {
        padding: 16px 14px;
        box-shadow: inset 0 12px 32px 0px #000;
    }
    h1, h2, h3 {
        font-size: 48px;
        line-height: 52px;
    }
    h2, h3 {
        font-size: 24px;
        line-height: 28px;
    }
    main {
        font-size: 20pt;
        line-height: 38px;
        width: 100%;
        padding: 0px 14px;
        box-shadow: inset 0 -12px 32px 0px #000;
    }
}
