@charset "utf-8";
/* CSS Document */

*:focus {
	outline: none;
}
body {
	border: none;
	margin: 0;
	padding: 30px;
	background: #112562;
	font: normal 16px/20px Lekton, sans-serif;
}
a {
	color: white;
	text-decoration: none;
}
h1 {
	text-align: center;
	font-size: 50px;
	font-family: 'Lobster', cursive;
}
h2 {
	font-family: "Open Sans", sans-serif;
	font-size: 35px;
	text-align: left;
	line-height: 60px;
}
h1, h2 {
	font-family: 'Lobster', cursive;
	text-shadow: 10px 10px 20px rgba(0, 0, 0, 0.30);
	color: #000000;
	font-weight: 200;
}
#wrapper {
	position: relative;
	min-width: 700px;
}
.console {
	margin-top: 20px;
	text-align: left;
}
button, .button {
 transition: all .4s;
	display: inline-block;
	padding: 0px 10px;
	font-size: 14px;
	/*text-transform: uppercase;*/

            cursor: pointer;
	background-color: rgba(0, 0, 0, 0.40);
	box-shadow: 0 0 4px rgba(0, 0, 0, 0.4);
	color:#fff;
	border: 1px solid transparent;
	text-decoration: none;
	line-height: 30px;
	margin: 3px;
	border-radius: 10px;
}
button:hover, .button:hover {
	background-color: rgb(0, 0, 0);
	color: #FFF;
	border: 1px solid #fff;
}
#info {
	position: absolute;
	top: 0;
	right: 0;
	max-width: 300px;
	color: #212121;
	background-color: rgba(255, 255, 255, 0.60);
	font-size: 150%;
	padding: 10px;
	display: none;
}
#wp {
        position: absolute;
        z-index: 10;
        min-width: 300px;
        background: rgba(0, 0, 0, 0.55);
        /*background: #ffb200;*/
        color: #fff;
        font-size: 24px;
        line-height: 24px;
        padding: 20px;
        top:130px;
        left: 30px;
        cursor: pointer;
        text-align: left;
        border-radius: 10px;
        font-family: 'Lobster', cursive;
    }

    #wp:hover {
        background: #000000;
    }

    #wp img {
        width: 60px;
        margin-right: 20px;
    }

