/* Hattori_Hanzo-webfont.woff */

@font-face {
    font-family: "hattori";
    src: url("font/Hattori_Hanzo-webfont.woff") format("woff");
}

a {
    font-size: 18px;
    text-decoration: none;
    letter-spacing: 2px;
}

a:hover {
    color: #04DF02;
}

a.selected {
    color: #04DF02;
}

html,
body {
    font-family: 'hattori', sans-serif;
    margin: 0;
    padding: 0;
    overflow: hidden;
    width: 100%;
    height: 100%;
    background-color: #f2f2f2;
    letter-spacing: 15px;
}

.bg {
    width: 100%;
    height: 100%;
    background-size: cover;
    position: absolute;
    z-index: 0;
    opacity: 0;
}

#bg-into-the-abyss {
    background: url(img/into-the-abyss-bg.jpg) no-repeat center center fixed;
    background-size: cover;
}

#bg-the-myst-divides-us {
    background: url(img/the-myst-divides-us-bg.jpg) no-repeat center center fixed;
    background-size: cover;
}

#bg-possession {
    background: url(img/possession-bg.jpg) no-repeat center center fixed;
    background-size: cover;
}

#title {
    /* width: 250px;
    height: 113px; */
    position: absolute;
    font-size: 27px;
    left: 42px;
    bottom: -81px;
    /* width: 500px; */
    height: 200px;
    color: white;
}

#logo {
    position: absolute;
    left: 42px;
    bottom: -51px;
    font-size: 30px;
    width: 600px; 
    height: 214px;
    color: white;
}

#player {
    opacity: 0;
    position: absolute;
    bottom: 27px;
    right: 14px;
    color: #fff;
    text-align: right;
    z-index: 2;
}

a {
    color: #fff;
    transform-origin: center right;
}

#scrub {
    position: absolute;
    bottom: 0px;
    height: 30px;
    width: 100%;
    cursor: pointer;
}

#scrub-display {
    width: 100%;
    height: 2px;
    background-color: #fff;
    margin-top: 28px;
    position: absolute;
}

#player img {
    height: 26px;
    height: 26px;
    width: 211px;
}

canvas {
    position: absolute;
    left: 40px;
    top: 0;
    z-index: 1;
}

#player a {
    display: block;
}

#play-button {
    height: 100%;
    background-color: rgba(0, 0, 0, 0.8);
    z-index: 5;
    position: absolute;
    width: 100%;
    text-align: center;
}

#play-button .access-key-container {
    font-family: 'hattori', sans-serif;
    color: #fff;
    position: relative;
    top: 50%;
    transform: translateY(-50%);
    cursor: pointer;
}

#play-button #access-key {
    box-sizing: border-box;
    background-clip: padding-box;
    border-radius: 0;
    -webkit-appearance: none;
    background: none;
    border: 0;
    outline: 0;
    padding: 0;
    text-align: left;
    font-size: 13px;
    color: #fff;
    border: 2px solid #fff;
    border-radius: 5px;
    font-size: 2em;
    font-family: 'hattori', sans-serif;
    height: 1.8em;
    color: #fff;
    padding: 5px 10px;
    text-align: center;
}

#play-button #submit {
    -webkit-appearance: none;
    background-clip: padding-box;
    border-radius: 0;
    background: none;
    border: 0;
    cursor: pointer;
    overflow: visible;
    padding: 0;
    width: auto;
    border: 2px solid #fff;
    background-color: #000;
    color: #fff;
    font-family: 'hattori', sans-serif;
    /* height: 1.8em; */
    border-radius: 5px;
    font-size: 1.5em;
    padding: 8px 27px 5px;
}

#play-button #submit:hover {
    background-color: #04DF02;
    color: #000;
}

#play-button .submit {
    margin-top: 15px;
}

#play-button .title {
    margin-bottom: 10px;
    font-size: 1.3em;

}

.contact {
    font-family: 'hattori', sans-serif;
    font-size: 1.4em;
    color: #04DF02;
    position: absolute;
    bottom: 12px;
    text-align: center;
    width: 300px;
    left: 50%;
    margin-left: -150px;
    z-index: 5;
}

#sixteen {
    font-size: 80px;
}