* {
    margin: 0px;
    padding: 0px;
    box-sizing: border-box;
}

body {
    background-color: black;
    font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
}

p {
    display: block;
    width: 700px;
    margin: 20px auto;
    color: white;
    font-size: 18px;
    line-height: 28px;
}

h3 {
    display: block;
    width: 700px;
    margin: 20px auto;
    color: white;
    font-size: 28px;
    line-height: 28px;
}

#logo {
    margin: 30px auto 30px auto;
    display: block;
}

#buttons {
    height: 80px;
    text-align: center;
    margin: 50px;
}

.play-button {
    position: relative;
    display: inline-block;
    height: 80px;
    width: 80px;
    line-height: 80px;
    background-color: rgba(0, 0, 0, .2);
    padding: 5px;
    border-radius: 6px;
}

.play-button:hover {
    text-shadow: 0 0 13px white;
    background-color: rgba(0, 0, 0, .3);
}

.play-button img {
    position: absolute;
    top: 10px;
    left: 10px;
    opacity: .5;
}

.play-button:hover img {
    opacity: 1;
}

#chrome-button {
    width: 280px;
}

#chrome-button span {
    display: block;
    position: absolute;
    top: 0px;
    left: 32px;
    display: block;
    width: 100%;
    color: white;
    font-size: 26px;
}

#bg-underlay {
    position: fixed;
    top: -10px;
    bottom: -10px;
    left: -10px;
    right: -10px;
    background-image: url("/img/index/bg-site-image.jpg");
    background-position: center;
    background-size: cover;
    z-index: 0;
    opacity: .7;
}

#bg-overlay {
    position: absolute;
    top: 0px;
    bottom: 0px;
    left: 0px;
    right: 0px;
    z-index: 1;
}

#topbar {
    color: white;
    font-size: 20px;
    text-shadow: 0 0 3px rgba(0, 0, 0, .5);
    text-align: right;
    padding: 0px 20px;
    font-family: 'Jura', sans-serif;
}

#topbar a {
    display: inline-block;
    margin: 10px;
    color: white;
    text-decoration: none;
}

#topbar a:hover {
    color: white;
    text-shadow: 0 0 13px white;
}

h1 {
    font-family: 'Michroma', sans-serif;
    width: 100%;
    color: white;
    font-size: 100px;
    text-shadow: 0 0 3px rgba(0, 0, 0, .5);
    text-align: center;
}

h2 {
    font-family: 'Jura', sans-serif;
    display: block;
    width: 100%;
    color: white;
    font-size: 20px;
    text-shadow: 0 0 3px rgba(0, 0, 0, .5);
    text-align: center;
    margin: -10px 0px 20px 0px;
}

#play {
    margin: 60px 0px;
    text-align: center;
    width: 100%;
}

#play button {
    background: #C35043;
    width: 150px;
    height: 50px;
    line-height: 49px;
    border-radius: 15px;
    color: white;
    font-size: 20px;
    text-shadow: 0 0 3px rgba(0, 0, 0, .5);
    text-align: center;
    border: none;
    box-shadow: 0px 0px 5px white, inset 0 0 5px white;
    border: 1px solid black;
    transition: background-color .25s;
}

#play button:hover {
    background: #CF875A;
    box-shadow: 0px 0px 15px white, inset 0 0 5px white;
    border: 1px solid black;
}

#images {
    margin: 20px auto;
    width: 645px;
}

#footer {
    width: 100%;
    height: 100px;
    text-align: center;
}

.frame {
    padding: 15px;
    border-radius: 6px;
}

iframe,
video {
    margin: 20px auto;
    width: 750px;
    display: block;
}

#vote-button {
    display: block;
    width: 400px;
    margin: 20px auto;
    opacity: .5;
}

#vote-button:hover {
    opacity: 1;
}
