html {
    overflow: hidden;
}

body {
    font-family: 'Noticia Text', serif;
    -webkit-font-smoothing: antialiased;
    text-rendering: optimizeLegibility;
    line-height: 1.4em;
    background-color: black;
    text-align: center;
    color: white;
}

a {
    color: white;
}

h1 {
    font-size: 1.8em;
}

h2 {
    font-size: 1.2em;
}

img {
    display: block;
}

ul {
    list-style: none;
    display: block;
    padding: 0;
    margin: 0;
}

p {
    text-align: left;
}

.scene,
.layer {
    display: block;
    height: 100%;
    width: 100%;
    padding: 0;
    margin: 0;
}

.scene {
    position: relative;
    overflow: hidden;
}

.parallax {
    width: 100%;
    position: relative;
}

.parallax.depth-15 {
    left: 50%;
    margin-left: -960px;
}

.parallax.depth-22 {
    top: 70px;
    left: 50%;
    margin-left: -400px;
}

.parallax.depth-30 {
    top: 300px;
    left: 50%;
    margin-left: -150px;
}

.homecontainer {
    position: fixed;
    bottom: 10%;
    left: 50%;
    margin-left: -450px;
    width: 900px;
    height: 700px;
    overflow-y: hidden;
    overflow-x: hidden;
}

#countdown-holder {
    position: fixed;
    bottom: 50%;
    left: 50%;
    margin-left: -450px;
    width: 900px;
    height: 50px;
    overflow-y: hidden;
    overflow-x: hidden;
    font-size: 1.8em;
}

.container {
    background-color: rgba(0, 0, 0, 0.8);
    position: fixed;
    bottom: 20%;
    left: 50%;
    margin-left: -463px;
    width: 926px;
    height: 600px;
    overflow-y: scroll;
    overflow-x: hidden;
}

.release {
    float: left;
    width: 100%;
    height: 460px;
}

.textcontent {
    float: left;
    width: 94%;
    margin-left: 30px;
}

.sectionsheader {
    width: 900px;
    height: 30px;
    vertical-align: middle;
}

.releaseheader {
    width: 900px;
    height: 30px;
    vertical-align: middle;
}

.trackheader {
    float: left;
    background-color: rgba(100, 100, 100, 0.8);
    width: 298px;
    height: 25px;
    vertical-align: middle;
    margin: 1px;
}

.infoheader {
    float: left;
    background-color: rgba(100, 100, 100, 0.8);
    width: 298px;
    height: 25px;
    vertical-align: middle;
    margin: 1px;
}

.artworkheader {
    float: left;
    background-color: rgba(100, 100, 100, 0.8);
    width: 298px;
    height: 25px;
    vertical-align: middle;
    margin: 1px;
}

.trackcontent {
    clear: left;
    float: left;
    width: 280px;
    height: 280px;
    margin: 10px;
    text-align: left;
}

.infocontent {
    float: left;
    width: 280px;
    height: 280px;
    margin: 10px;
    text-align: left;
}

.artworkcontent {
    float: left;
    width: 300px;
    height: 300px;
}

.download {
    background-color: #530808;
    float: left;
    width: 280px;
    height: 50px;
    vertical-align: middle;
    margin: 10px;
}

.download:hover {
    background-color: #8E0A0A;
}

.download.mp3 {
    clear: left;
}

.download.ogg {
    float: left;
}

.download.flac {
    float: left;
}

button {
    background: url("../img/button.png");
    font-family: 'Noticia Text', serif;
    font-size: 1.2em;
    color: #BBBBBB;
    border: none;
    width: 150px;
    height: 50px;
}

button:hover {
    background: url("../img/button_hover.png");
}

button:hover {
}

.buttons {
    position: fixed;
    bottom: 10%;
    left: 50%;
}

.buttons.home {
    position: float;
    left: 35%;
    margin-left: -75px;
}

.buttons.releases {
    position: float;
    left: 45%;
    margin-left: -75px;
}

.buttons.about {
    position: float;
    left: 55%;
    margin-left: -75px;
}

.buttons.contact {
    position: float;
    left: 65%;
    margin-left: -75px;
}

.player {
    position: fixed;
    width: 300px;
    bottom: 3%;
    left: 50%;
    margin-left: -205px;
}
