* {
  margin: 0px; }

.header_main {
  width: 100%;
  height: 130px;
  background: white;
  position: fixed;
  top: 0;
  border-bottom: 3px #fcb950 solid;
  z-index: 9999; }

.head_wrapper {
  max-width: 1200px;
  margin: 0 auto;
  box-sizing: border-box; }

.head_logo {
  display: inline-block;
  height: 100%;
  box-sizing: border-box;
  margin-left: 10px; }

.logo_title {
  display: inline-block;
  padding: 12px 0 0px 42px;
  vertical-align: top;
  color: #fb9c06;
  font-family: "Calibri";
  letter-spacing: 1.1px; }

.logo_title_span {
  margin: 0;
  color: #6e6d6b;
  font-family: "Bebas Regular"; }

.head_nav {
  float: right;
  margin-top: 4px; }

.head_nav:after {
  content: '.';
  display: block;
  height: 0;
  clear: both;
  visibility: hidden; }

.head_nav_content {
  display: inline-block;
  font-size: 0; }

.head_nav_content a {
  text-decoration: none;
  text-align: center;
  margin-left: 52px; }

.head_nav_content:hover {
  opacity: 0.3;
  transform: scale(1.1); }

.head_nav_content p {
  color: #6e6d6b;
  font-family: "Calibri";
  font-size: 22px;
  margin: -5px 0 0 50px;
  font-weight: bold; }

.header-banner {
  height: 400px;
  border-top: 3px #fcb950 solid;
  border-bottom: 3px #fcb950 solid;
  background-size: cover;
  margin-top: 130px; }

.header-banner_wrapper {
  margin: 0 auto;
  max-width: 1200px;
  position: relative; }

.banner_content {
  position: absolute;
  top: 130px; }

.banner_content h2:nth-child(1) {
  background: rgba(75, 79, 79, 0.7);
  margin: 0px 0px 20px 18px;
  padding: 5px 0px 10px 10px;
  letter-spacing: 2px;
  text-align: center;
  width: 370px;
  color: #fb9c06; }

.banner_content h2:nth-child(2) {
  background: rgba(253, 199, 89, 0.7);
  padding: 12px 14px 15px 28px;
  margin: 28px 10px;
  text-align: center;
  letter-spacing: 0.75px;
  color: #6e6d6b; }

.main_wrapper {
  max-width: 1200px;
  margin: 0 auto;
  font-size: 0;
  position: relative;
  font-family: "Calibri";
  min-height: 216px; }

.main_wrapper:after {
  content: '.';
  display: block;
  height: 0;
  clear: both;
  visibility: hidden; }

.main-text_content {
  max-width: 300px;
  box-sizing: border-box;
  font-size: 15px;
  display: inline-block;
  padding: 29px 5px 0px 18px;
  height: 190px;
  line-height: 23px;
  letter-spacing: 0.4px;
  overflow: auto;
  font-weight: bold; }

.main-text_content_a {
  display: block;
  color: #fdc759;
  text-align: right;
  text-decoration: none;
  font-style: italic;
  padding-right: 12px;
  letter-spacing: 1px; }

.main-text_content_a:hover {
  color: black;
  font-weight: bold; }

.main_h2 {
  font-family: "StMarie-Thin";
  text-align: center;
  color: #fdc759;
  text-decoration: underline;
  font-size: 39px;
  letter-spacing: 1.8px;
  font-weight: 300;
  margin: 18px; }

.main_content:after {
  content: '.';
  display: block;
  height: 0;
  clear: both;
  visibility: hidden; }

.path-color {
  color: #fdc759; }

.figure_wrapper {
  max-width: 1200px;
  margin: 0 auto;
  font-size: 0;
  font-family: "Calibri"; }

.figure_content {
  height: 520px;
  display: inline-block;
  box-sizing: border-box;
  width: 340px;
  padding: 0 10px; }

.figure_content_img {
  border: 12px solid #fdc759;
  border-radius: 150px;
  transform: scale(0.95); }

.figure_content:nth-child(3) {
  padding: 0 100px;
  width: 520px; }

.figure_h3 {
  font-size: 22px;
  font-family: "Calibri";
  text-align: center;
  margin: 18px; }

.figure_p {
  font-size: 16px;
  margin: 15px 21px;
  height: 90px;
  overflow: hidden;
  line-height: 23px; }

.form_wrapper {
  margin: 0 auto;
  max-width: 1200px; }

.main_form {
  margin-top: 61px;
  font-size: 32px;
  height: 380px;
  position: relative; }

.main_form label {
  color: #fdc759;
  font-family: "StMarie-Thin";
  font-size: 25px;
  display: inline-block;
  margin: 5px 0 0 -4px; }

.main_form_input {
  background: #f8f7f6;
  border-left: 4px solid #d2d0cf;
  border-top: 2px solid #d2d0cf;
  width: 89%;
  float: right;
  vertical-align: middle;
  font-size: 25px; }

.input_line {
  height: 28px; }

.main_form_input:focus {
  background: rgba(248, 247, 246, 0.3);
  border-left: 4px solid rgba(253, 199, 89, 0.5);
  border-top: 2px solid rgba(253, 199, 89, 0.5); }

.main_form_input:after {
  content: '.';
  display: block;
  height: 0;
  clear: both;
  visibility: hidden; }

.main_form label:after {
  content: '.';
  display: block;
  height: 0;
  clear: both;
  visibility: hidden; }

.uploadButton {
  position: absolute;
  bottom: 80px;
  right: 35px;
  font-family: "StMarie-Thin";
  font-size: 30px;
  background: #fb9c06;
  color: #fff;
  outline: none;
  height: 50px;
  width: 175px;
  border-bottom: 3px solid #cc830f; }

footer {
  width: 100%;
  height: 70px;
  background: #fb9c06;
  color: #fff;
  position: absolute;
  bottom: -45px;
  border-bottom: 3px solid #cc830f; }

.footer_wrapper {
  max-width: 1200px;
  margin: 0 auto;
  text-transform: uppercase;
  text-align: center;
  font-size: 34px;
  font-family: "StMarie-Thin";
  padding: 15px;
  letter-spacing: 0.6px; }

.header_underline {
  width: 100%;
  box-shadow: 0 1px #f2f2f2, 0 2px #f7f7f7, 0 3px #fbfbfb; }

.preloader {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: black;
  z-index: 20;
  display: flex;
  align-items: center; }
  .preloader.done {
    visibility: hidden; }

/*coffee cup*/
.coffee_cup {
  width: 40px;
  height: 48px;
  border: 2px white solid;
  border-radius: 0px 0px 10px 10px;
  position: relative;
  margin: 36px auto; }
  .coffee_cup:after, .coffee_cup:before {
    position: absolute;
    content: ""; }
  .coffee_cup:after {
    width: 10px;
    height: 24px;
    border: 2px #fff solid;
    border-left: none;
    border-radius: 0px 40px 40px 0px;
    left: 40px;
    top: 5px; }
  .coffee_cup:before {
    width: 2px;
    height: 12px;
    background-color: white;
    top: -20px;
    left: 8px;
    box-shadow: 10px 0px 0px 0px white, 10px -10px 0px 0px white, 20px 0px 0px 0px white;
    -webkit-animation: steam 1s linear infinite alternate;
    -moz-animation: steam 1s linear infinite alternate;
    animation: steam 1s linear infinite alternate; }

@-webkit-keyframes steam {
  0% {
    height: 0px; }
  100% {
    height: 12px; } }

@-moz-keyframes steam {
  0% {
    height: 0px; }
  100% {
    height: 12px; } }

@keyframes steam {
  0% {
    height: 0px; }
  100% {
    height: 12px; } }

* {
  box-sizing: border-box; }

html,
body {
  margin: 0;
  padding: 0; }

body {
  font-family: Rebellion; }

canvas {
  width: 100%;
  height: 100%;
  display: none;
  margin: auto;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0; }

.score {
  position: absolute;
  font-size: 1.5em;
  z-index: 10;
  top: 5%;
  right: 5%;
  color: #4271f2;
  text-align: center; }

.hero_life {
  position: absolute;
  z-index: 10;
  top: 5%;
  left: 2%; }

.game-over, .game-over-overlay {
  margin: auto;
  width: 512px;
  height: 480px;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
  display: none; }

.game-over-overlay {
  background-color: black;
  opacity: .5; }

.game-over, .game-over-overlay {
  height: 200px;
  text-align: center;
  color: white; }
  .game-over h2, .game-over-overlay h2 {
    font-size: 3em;
    font-family: sans-serif; }
  .game-over button, .game-over-overlay button {
    font-size: 1.5em; }

.preview {
  width: 50%;
  height: 50%;
  margin: 0 auto;
  text-align: center; }
  .preview h1 {
    font-size: 10rem;
    text-shadow: -2px 0 black, 0 2px black, 2px 0 black, 0 -2px black;
    margin: 5%;
    color: #00b386; }

.playButton {
  font-size: 3rem;
  width: 40%;
  padding: 2%;
  border-radius: 30px;
  background: rgba(153, 153, 255, 0.7);
  border: 1px solid #666;
  cursor: pointer;
  font-family: Rebellion;
  color: #0073e6; }
  .playButton:hover {
    color: #d9d9d9;
    transform: scale(1.03);
    background: #9999ff; }

.boss_life {
  width: 450px;
  height: 50px;
  color: #fff;
  position: absolute;
  top: 10%;
  left: 50%;
  transform: translate(-50%, -50%);
  display: none; }

.progress-bar {
  width: 506px;
  height: 26px;
  background-color: #bbb;
  border-radius: 13px;
  padding: 3px;
  font-size: 1rem; }

.progress {
  width: 500px;
  height: 20px;
  border-radius: 10px;
  background-color: dodgerblue; }
