@font-face {
    font-family: 'Gloria Hallelujah';
    src: url('../fonts/badabb__-webfont.eot');
    src: url('../fonts/badabb__-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/badabb__-webfont.woff') format('woff'),
         url('../fonts/badabb__-webfont.ttf') format('truetype'),
         url('../fonts/badabb__-webfont.svg#badaboom_bbregular') format('svg');
    font-weight: normal;
    font-style: normal;

}


* {
  margin: 0;
  padding: 0;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

a {
  color: rgb(0, 71, 255);
  text-decoration: none;
}

body {
  overflow: hidden;
  font-size: 100%;
  font-family: 'Gloria Hallelujah';
}

#fps {
  font-weight: bold;
  font-size: 16px;
  position: absolute;
  right: 20px;
  top: 0px;
}

#container {
  height: 960px;
  width: 640px;
  position: absolute;
  top: 0;
}

#startScreen {
  background: #d4dfc0;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-user-select: none;
  -moz-user-select: none;
  -o-user-select: none;
  user-select: none;
}

#logo, #logo2 {
  width: 100%;
  height: 25.21%;
  background: url(../img/title.png) no-repeat center center;
  background-size: contain;
  position: absolute;
  top: 0%;
  left: 0%;
}

#endScreen {
  background: #d4dfc0;
  display: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -o-user-select: none;
  user-select: none;
}

/* Buttons */
#start_game, #restart_game {
  background: url(../img/start.png) no-repeat;
  background-size: contain;
  width: 47.18%;
  height: 9.58%;
  display: block;
  position: absolute;
  bottom: 4.3%;
  left: 7%;
}

#restart_game {background-image: url(../img/retry.png);}

#description, #go_menu, #back {
  background: url(../img/help.png) no-repeat;
  background-size: cover;
  width: 34.84%;
  height: 9.58%;
  display: block;
  position: absolute;
  bottom: 4.3%;
  right: 7%;
}

#go_menu {background-image: url(../img/menu.png)}
#back {background-image: url(../img/back.png)}

#name_req, #email_req {
  width: 85.6%;
  background: url(../img/input.png) left top no-repeat;
  background-size: contain;
  border: none;
  height: 9.58%;
  font-size: 2.5rem;
  font-family: "Gloria Hallelujah", cursive;
  color: #564a47;
  padding: 0 7%;
  letter-spacing: 1px;
  position: absolute;
  bottom: 30%;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  outline: none;
}

#email_req {
  bottom: 17.3%;
}


#startScreen .packet {
  background: url('../img/packet_title.png') center center no-repeat;
  background-size: cover;
  position: absolute;
  left: 50%;
  bottom: 41.5%;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  height: 17.66%;
  width: 100%;
}


.highscore {
  font-size: 2.5rem;
  letter-spacing: 1px;
  color: #564a47;
  width: 84.84%;
  height: 12.08%;
  background: url(../img/highscore.png) no-repeat;
  background-size: contain;
  line-height: 359%;
  text-align: center;
  position: absolute;
  top: 25.21%;
  z-index: 30;
  right: 8.6%;
}

/*
  Description Screen
*/

#description_screen {
  display: none;
  background: url(../img/help/help.png) no-repeat;
  background-size: contain;
  height: 100%;
  width: 100%;
}

#slider {
  height: 25%;
  width: 100%;
  position: absolute;
  top: 37.5%;
  left: 0;
}

#slider img {
  height: 100%;
  width: 100%;
  position: absolute;
  left: 0;
  top: 0;
  display: none;
}


/*
  Loader
*/
#loader {
  display: block;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  position: absolute;

  background: rgb(28, 81, 129);
  color: white;
  z-index: 50;
}
#loader_text {
  font-size: 4rem;
  text-align: center;
  margin-top: 50%;
}
#bar_contain {
  width: 90%;
  height: 20px;
  position: absolute;
  top: 50%;
  left: 50%;
  margin: -10px 0 0 -45%;
  background: black;
}
#bar {
  height: 100%;
  width: 0%;
  background: rgb(255, 122, 0);
}



/* Game OVer SCreen */
#endScreen #endScore {
  width: 100%;
  height: 45%;
  background: url(../img/gameover_bg.png) no-repeat left center;
  background-size: contain;
  position: absolute;
  top: 24%;
  left: 0%;
}

#endScreen .highscore {
  top: 33%;
}

#endScreen #endScore .endScore {
  font-size: 2.5rem;
  letter-spacing: 1px;
  color: #564a47;
  text-align: center;
  padding-top: 39.5%;
}



canvas {
  background-size: contain;
  margin: 0 auto;
  display: block;

  position: absolute;
  top: 0;
  bottom: 0;
  z-index: -1;
}

#pause {
  position: absolute;
  background: url(../img/pause_control.png) no-repeat top left;
  background-size: contain;
  height: 5.42%;
  width: 8.12%;
  top: 1.5%;
  right: 3%; 
  display: none;
  z-index: 50;
}

#score_disp {
  font-size: 2rem;
  letter-spacing: 1px;
  font-family: "Gloria Hallelujah", cursive;
  color: black;
  margin: 0;
  padding: 0;
  position: absolute;
  height: 6.67%;
  color: #fff;
  display: none;
  top: 2.7%;
  letter-spacing: 1px;
  right: 16.4%;
}

#top_bar {
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  height: 8.7%;
  background: url(../img/top_bar.png) no-repeat;
  background-size: contain;
  display: none;
}

#tweet, #fb {
  height: 7.81%;
  width: 11.72%;
  background: url(../img/twitter.png);
  background-size: contain;
  bottom: 17.71%;
  right: 24.38%;
  display: block;
  position: absolute;
}
#fb {
  background: url(../img/fb.png);
  background-size: contain;
  right: 10.38%;
}

#share_text {
  width: 100%;
  height: 10%;
  position: absolute;
  bottom: 16.2%;
  left: 0;
  background: url(../img/share.png);
  background-size: contain;
}