/*
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 : 19 mars 2014, 16:32:23
    Author     : Ludovic
*/
@font-face{
    font-family: "porn";
    src: url("pornstaracademy.TTF");
}
@font-face{
    font-family: "robot";
    src: url("Roboto-Regular.ttf");
}
body{
    background: rgba(241,241,241,1);
}
.paper{
    width: 1200px;
    margin: auto;
}
h1{
    line-height: 50px;
    font-family: "robot";
}
p{
    font-family: "robot";
    line-height: 24px;
}

.btn{
    display: inline-block;
    font-family: "porn";
    font-size: 22px;
    margin: 10px;
    text-align: center;
    line-height: 40px;
    text-decoration: none;
    padding: 0 25px;
}

#kinetic{
    overflow: hidden;
}
#kinetic:hover{
    cursor: crosshair;
}

.green{
    border: 10px solid rgb(0,242,169);
    background: rgb(0,242,169);
    color: white;
}
.blue{
    border: 10px solid rgb(4,97,123);
    background: rgb(4,97,123);
    color: white;
}
.red{
    border: 10px solid rgb(222,115,115);
    background: rgb(222,115,115);
    color: white;
}

header{
    height: 50px;
    overflow: hidden;
    background: rgba(4,97,123,1);
    color: white;
    font-family: "porn";
}
header .lis{
    display: inline-block;
    float: right;
    margin: 0 25px;
    width: 150px;
}
header .lis:first-child{
    float: left;
    width: 400px;
}
header h1{
    font-size: 24px;
    line-height: 50px;
}
.content{
    background: rgba(241,241,241,1);
}
.content h1{
    font-size: 24px;
}
.game{
    margin: 25px 0px;
}
.quote{
    border-left: 5px solid rgba(222,115,115,1);
    background: rgba(41,41,41,1);
    padding: 10px 25px;
    color: rgba(241,241,241,1);
}

canvas{
    background: white !important;
}

footer p{
    text-align: center;
}