﻿
body {
    background: url('../Games/AlienCrusher/images/eclipse.jpg');
}

canvas {
    position: absolute;
    background: transparent;
}

#background {
    z-index: 1;
}

#main {
    z-index: 1;
}

#ship {
    z-index: 1;
}

#canvas-container {
    width: 968px;
    height: 584px;
    position: absolute;
    border: solid 4px #FF7F00;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto;
}

#game-credits {
    width: 960px;
    height: 576px;
    position: absolute;
    background-color: #fff;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    display: none;
}

.score {
    position: absolute;
    top: 70px;
    left: 330px;
    color: #fff;
    font-family: proxima-nova,sans-serif;
    cursor: default;
    display: none;
}

.wave {
    position: absolute;
    top: 70px;
    left: 1200px;
    color: #fff;
    font-family: proxima-nova,sans-serif;
    cursor: default;
    display: none;
}

.game-over {
    width: 250px;
    height: 50px;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    color: #FFF;
    font-family: proxima-nova,sans-serif;
    font-size: 30px;
    cursor: default;
    display: none;
    margin: auto;
    z-index: 100;
}

    .game-over span {
        font-size: 20px;
        cursor: pointer;
        position: relative;
        left: 50px;
    }

        .game-over span:hover {
            color: #FFD700;
        }

.game-loading {
    width: 100px;
    height: 50px;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    color: #FFF;
    font-family: proxima-nova,sans-serif;
    font-size: 30px;
    cursor: default;
    margin: auto;
}

.game-start {
    width: 100px;
    height: 50px;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    color: #FFF;
    font-family: proxima-nova,sans-serif;
    font-size: 30px;
    cursor: default;
    display: none;
    margin: auto;
    z-index: 5;
}

    .game-start p {
        margin: 0;
        padding: 0;
        width: 800px;
        top: -260px;
        position: relative;
        left: -200px;
        font-size: 18px;
        font-style: italic;
    }

    .game-start span:hover {
        color: #FFD700;
        cursor: pointer;
    }

.title-text {
    font-weight: 700 !important;
    font-size: 30px;
    color: #fff;
    font-family: proxima-nova,sans-serif;
    width: 300px;
    height: 50px;
    top: 10px;
    right: 0;
    left: 0;
    position: absolute;
    margin: auto;
}

.game-credits {
    top: 220px;
    position: relative;
    left: 450px;
    font-size: 14px;
    cursor: pointer;
    width: 200px;
}

#game-credits p {
    margin-left: 10px;
}

#game-credits span {
    position: relative;
    top: 10px;
    left: 10px;
}

.gameOver-credits {
    font-size: 14px;
    position: relative;
    top: 160px;
    left: 530px;
    cursor: pointer;
}
