/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : May 18, 2015, 6:15:36 PM
    Author     : Chris
*/

@import url(http://fonts.googleapis.com/css?family=Special+Elite);

body{
    background-color: black;
    text-align: center;
}

body > *{
    display: block;
    margin: 20px auto;
}

#banner{
    padding: 25px 50px;
    width: 90%;
    max-width: 600px;
    background: radial-gradient(ellipse at center, rgba(205,235,142,1) 0%, rgba(205,235,142,0.1) 60%, rgba(0,0,0,0) 70%, rgba(0,0,0,0) 100%);
}

#enter{
    font-family: 'Special Elite', 'Arial Black', serif;
    font-weight: bold;
    text-decoration: none;
    font-size: xx-large;
    color: springgreen;
}

#enter:hover{
    color:aquamarine;
}

#html5{
    width: 60px;
    background: white;
    border: 2px solid lightgray;
    padding: 5px;
}

#hitcounter{
    max-width: 200px;
    min-height: 80px;
    background-color: lightgreen;
    border: 2px ridge palegreen;
    font-family: sans-serif;
}

#hitcount{
    font-family: monospace;
    font-size: x-large;
}