@import url("//fonts.googleapis.com/css?family=Press+Start+2P");

body {
  height: 100%;
  width: 100%;
  min-height: 100%;

  min-width: 100%;


  /* background-color: #00305b !important; */
  
  background-image: url("images/pixelated_background_window.jpeg");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  background-size: 100% 100%;

  background-repeat: no-repeat;


  font-family: 'Press Start 2P', cursive;

  overflow: hidden;
  display: block;
  /* can't highlight anything */
  -ms-user-select: none;
  user-select: none;
  -moz-user-select: none;
  -khtml-user-select: none;
  -webkit-user-select: none;

  margin: 0px;


}



.bottom_bar {
  height: 40px;
  width: 100%;
  background-color: rgb(136, 136, 132);
  position: absolute;
  display: flex;
  align-items: center;
  justify-content: left;
  position: fixed;
  bottom: 0;
  box-shadow: 5px 5px 10px 5px rgb(29, 29, 29);
  outline: 5px solid;
  outline-color: rgb(157, 157, 157);

}

.bottom_start_button {
  padding: 10px;
  color: black;
  margin: 2px;
  background-color: rgb(164, 164, 164);
  box-shadow: 5px 5px 10px rgb(164, 164, 164);
  outline: 2px solid;
  outline-color: rgb(164, 164, 164);

  height: 80%;
  text-align: center;
  font-family: 'Press Start 2P', cursive, b;

}

.bottom_blackout {
  width: 100%;
  height: 100%;
  background-color: black;
  display: none;

}

.large_window {
  width: 400px;
  height: 500px;
  position: absolute;
}

.tracks_and_sponsors_window {
  width: 400px;
  height: 500px;
  min-width: 400px;
  position: absolute;
  top: 30%;
  left: 10%;
  display:none;



}

.mid_window {
  width: 400px;
  height: 300px;
  position: absolute;
}

.tile_window {
  width: 400px;
  min-width: 400px;
  height: 400px;
  position: absolute;

  top: 20%;
  left: 35%;
  z-index: 10;
  /* z-index: 100000000; */

}

.questionClickme {
  width: 200px;
  min-width: 200px;
  height: 200px;
  position: absolute;
  background-color: white !important;
  top: 10%;
  left: 15%;
  /* display:none; */


}

.faq_window {
  width: 400px;
  height: 400px;
  min-width: 400px;
  position: absolute;
  background-color: white !important;
  top: 20%;
  left: 30%;
  display: none;


}

.only_sponsors_window {
  width: 500px;
  min-width: 600px;

  height: 700px;
  position: absolute;
  top: 20%;
  right: 0%;
  top: 10%;
  right: 5%;

}

.registration_window {
  width: 500px;
  height: 700px;
  position: absolute;
  top: 20%;
  right: 0%;
  display: none;

}

.window_box {
  width: 100%;
  height: 100%;
  position: absolute;
  box-shadow: 5px 5px 10px rgb(29, 29, 29);
  outline: 8px solid;
  place-items: center;
  border-radius: 0.3rem;
  overflow: hidden;


}

.top_box {
  width: 100%;
  height: 30px;
  background-color: rgb(174, 198, 207);
  position: absolute;
  display: flex;
  /* z-index: 10; */
}

.top_click_box {
  width: 100%;
  height: 100%;
  background-color: #3569d2;
  position: absolute;
  cursor: move;
  display: flex;

  align-items: center;
  justify-content: right;
  outline: 3px solid;

  box-shadow: 1px 1px 1px 5px rgb(0, 0, 0);
  z-index: 1;

}

.exit_box {
  margin: 5%;
  width: 20px;
  height: 20px;

  background-color: rgb(255, 255, 255);
  margin-left: auto;
  text-align: center;
  position: relative;
  outline: 2px solid;
  border-radius: 0.1rem;


  box-shadow: 5px 5px 10px rgb(29, 29, 29);
}

.exit_box h1 {
  height: 100%;

  width: 10;
}

.top_logo img {
  width: 5%;
}

.registration_page {
  text-align: center;
  color: #ffffff;
  flex-direction: column;
  /* background-image: url('images/reg_back1.jpg.avif'); */
  background-color: rgb(0, 0, 0);
  height: 100%;


}
.registration_form{
  height: 100%;
width: 100%;
  /* padding: 10px; */


}

.registration_page_tile{
  padding: 10px;
}
.bottom_reg {
  width: 100%;
  height: 80%;
  background-color: rgb(0, 0, 0);
  /* background-image: url('images/reg_back1.jpg.avif'); */
}


.drag_me {
  margin-top: 40px;
  padding: 20px;
}

.regisatar_now_button{
  
  height: 150px;
  width: 200px;
  
  position: absolute;
  bottom: -30px;
  left: 100px;
 

}
.regisatar_now_button img{
  flex-shrink: 0;
  min-width: 100%;
  min-height: 100%;

}