/* General */
html,
body {
    font-family: 'Neue Helvetica W02', sans-serif;
    font-size: 20px;
    color: #fff;
    margin: 0;
    padding: 0;
    height: 100%;
    -webkit-font-smoothing: antialiased;
}
html {
    background: #000 url('../img/background.jpg') no-repeat center right fixed;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}
h2, h3 {
    font-size: 29px;
    text-transform: uppercase;
    margin-bottom: 0;
}
p {
    margin-top: 0;
    margin-bottom: 1em;
}
p,
a {
    color: #bdad50;
}
a {
    text-decoration: none;
    border-bottom: 1px solid;
}
a:hover {
    color: #fff;
}
a img {
    border: none;
}

/* Header */
h1 img {
    width: 200px;
    height: auto;
}

img {
	margin-bottom: 0.7em;
}

/* Content */
#wrapper {
    height: 100%;
    max-width: 680px;
    margin: 0 auto;
    display: table;
}
#content {
    display: table-cell;
    height: 100%;
    padding: 1em;
    vertical-align: middle;
}

section {
	margin-bottom: 3em;
}

/* Footer */
#footer .links {
    float: left;
}
#footer .links.social img {
    width: 40px;
    height: auto;
}
#footer .links.sound a {
    margin-right: 20px;
}
#footer .links.sound a:last-child {
    margin-right: 0;
}
#footer .links.social a {
    display: block;
    float: left;
    padding-right: 30px;
    border-bottom: 0;
}
#footer .links.social a:last-child {
    padding-right: 0;
}
@media screen and (max-width: 767px) {
    #footer .links {
        float: none !important;
        display: block !important;
        width: 100% !important;
    }
    #footer .links.sound a {
        margin-right: 1em;
    }
    #footer .links.social a {
        display: block;
        float: left;
        padding-right: 30px;
        padding-left: 0;
        margin-top: 1em;
    }
}