@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@400;700&display=swap');

body {
  background: #f66e0a url('/onam2022/findMaveli/img/back.jpg');
  background-size: cover;
  /*background-position: center center;*/
  font-family: "Poppins", sans-serif;
  font-size: 16px;
  color: #333;
  width: 100%;
  margin: 0px;
}

a {
  color: #bbb;
  text-decoration: none;
}

a:hover {
  color: #333;
}

#content {
    /*width: 840px;*/
    width: 1200px;
    margin: 10px auto;
    background-color: #fff;
    min-height: 200px;
    position: relative;
    top: 50px;
    left: 0px;
    padding: 20px;
    box-shadow: #888 15px 10px 50px;
    opacity: .92;
    border-radius: 25px;
}

#board {
  padding: 300px 0px 20px 0px;
  overflow: hidden;
  width: 100%;
  height: 300px;
  text-align: center;
}

#box1,#box2,#box3,#box4,#box5,#box6,#box7,#box8,#box9 {
  position: relative;
  float: left;
  margin: 10px;
}

#box1,#box2,#box3,#box4,#box5,#box6,#box7,#box8,#box9 {
  overflow: hidden;
  width: 180px;
  height: 144px;
}

#box1 #box_o_t,#box2 #box_o_t,#box3 #box_o_t,#box4 #box_o_t,#box5 #box_o_t,#box6 #box_o_t,#box7 #box_o_t,#box8 #box_o_t,#box9 #box_o_t {
  left: 0px;
  position: relative;
  top: 0px;
  z-index: 100;
}

#box1 #box_o_b,#box2 #box_o_b,#box3 #box_o_b,#box4 #box_o_b,#box5 #box_o_b,#box6 #box_o_b,#box7 #box_o_b,#box8 #box_o_b,#box9 #box_o_b {
  left: 0px;
  position: relative;
  top: -33px;
  z-index: 300;
}

#kick_jump {
  position: absolute;
  z-index: 200;
  top: -200px;
  left: 0px;
  display: none;
}

#msg_bd {
  position: absolute;
  top: 100px;
  left: 0px;
  width: 1220px;
  padding: 10px;
  font-size: 20px;
  text-align: center;
  color: #fff;
  margin-top: 80px;
}

.color_0 {
  background-color: #ff610d !important;
}

.color_1 {
  background-color: #B12F2F !important;
}

.color_2 {
  background-color: #1F8E1A !important;
}

#footer {
  position: fixed;
  text-align: center;
  bottom: 20px;
  width: 100%;
}

#heading {
    margin-top: 15px;
    font-size: 30px;
    font-weight: bold;
    color: #555;
    text-align: center;
}

#start_game {
  cursor: pointer;
  margin: 0 auto;
  border: 1px solid #e7a943;
  border-bottom-color: #d6982f;
  border-top-color: #f5b74e;
  color: #623f1d;
  font-size: 15px;
  font-weight: bold;
  line-height: 18px;
  padding: 20px 28px;
  text-decoration: none;
  text-shadow: 0 1px 0 #fede9d;
      /* CSS3 */
  -moz-box-shadow: 0px 1px 2px #d9d9d9, inset 0px 1px 0px #ffe598;
  -webkit-box-shadow: 0px 1px 2px #d9d9d9, inset 0px 1px 0px #ffe598;
  box-shadow: 0px 1px 2px #d9d9d9, inset 0px 1px 0px #ffe598;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px;
      /* Gradient */
  background-color: #feda71;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#feda71), to(#febb49));
 /* Saf4+, Chrome */
  background-image: -webkit-linear-gradient(top, #feda71, #febb49);
 /* Chrome 10+, Saf5.1+ */
  background-image: -moz-linear-gradient(top, #feda71, #febb49);
 /* FF3.6 */
  background-image: -ms-linear-gradient(top, #feda71, #febb49);
 /* IE10 */
  background-image: -o-linear-gradient(top, #feda71, #febb49);
 /* Opera 11.10+ */
  background-image: linear-gradient(top, #feda71, #febb49);
}

#start_game:hover {
  background-color: #fee296;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#fee296), to(#fec166));
 /* Saf4+, Chrome */
  background-image: -webkit-linear-gradient(top, #fee296, #fec166);
 /* Chrome 10+, Saf5.1+ */
  background-image: -moz-linear-gradient(top, #fee296, #fec166);
 /* FF3.6 */
  background-image: -ms-linear-gradient(top, #fee296, #fec166);
 /* IE10 */
  background-image: -o-linear-gradient(top, #fee296, #fec166);
 /* Opera 11.10+ */
  background-image: linear-gradient(top, #fee296, #fec166);
}
#intro {position: absolute; top: 75px; line-height: 26px; width: 100%; text-align: center;}

.copyright {color:#999; font-size:12px;}
