﻿@import url('normalize.css');
@import url('http://fonts.googleapis.com/css?family=Gloria+Hallelujah');

/*Basic*/
html, body {height: 100%; }
html{-webkit-tap-highlight-color: rgba(0,0,0,0);}
body, h1, h2, h3, h4, h5, h6, p, b, strong, i, em {font-family: 'Gloria Hallelujah', cursive; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; }
p, h1, h2, h3, h4, h5, h6, textarea, input {margin:0px; padding:0px;}
body{background-color:rgb(255, 255, 255); background:url('../images/bg.jpg') no-repeat center bottom; background-size: cover; -webkit-background-size: cover; -moz-background-size: cover; -o-background-size: cover;}
::-moz-selection{ background: rgba(160, 200, 0,0.9); color:rgb(255, 255, 255); text-shadow: none;  }
::selection { background:rgba(160, 200, 0,0.9); color:rgb(255, 255, 255); text-shadow: none; }
h1{font-size:54px; line-height:120%; color:rgb(255, 255, 255); -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; text-shadow: 0 0 10px rgba(0,0,0,0.75); }
h2{ font-size:30px; line-height:120%; color:rgb(255, 255, 255); -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; text-shadow: 0 0 10px rgba(0,0,0,0.75); }
.wrapper{width:100%; max-width:980px; margin:0px auto;}
/*Basic*/

.logo {float:left; width:100%; height:auto; text-align:center; }
.logo img {background-color:rgb(255, 255, 255);padding:15px 35px; -webkit-box-shadow:inset 0 0 30px 0 rgba(0,0,0,0.2), 0 0 20px 0 rgba(0,0,0,0.75); box-shadow:inset 0 0 30px 0 rgba(0,0,0,0.2), 0 0 20px 0 rgba(0,0,0,0.75); -webkit-border-radius: 0 0 10px 10px; border-radius: 0 0 10px 10px; }
.text {float:left; width:100%; height:auto; text-align:center; margin:50px 0px;}
.game {float:left; width:100%; height:600px; background:url('../images/game_bg.jpg') no-repeat center top; border:6px solid rgb(255, 255, 255); -webkit-border-radius: 10px; border-radius: 10px; background-color:rgb(255, 255, 255); -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; }
.game iframe {width:100%; height:100%; border:0px; margin-top:80px;}

