@charset "utf-8";
/* CSS Document */

@import url('https://fonts.googleapis.com/css?family=Bangers');

body{
  height: 100%; 
	margin: 0;
  padding: 0;
  text-align: center;
}

video#bgvid {
	position: fixed;
	right: 0;
	bottom: 0;
	min-width: 100%;
	min-height: 100%;
	width: auto;
	height: auto;
	z-index: -100;
	background-size: cover;
}

nav{
  font-family: 'Bangers',cursive;
  font-size: 100px;
  padding-left: 30px;
  color: #FF0000;
  text-align: center;
}

#app{
  left:25%;
  position: absolute;
  justify-content: center;
  text-align: center;
}

#text{
  position: absolute;
  font-family: 'Bangers',cursive;
  font-size: 50px;
  width: 100%;
  color: rgb(235, 84, 14);
  text-align: center;
}

/* The Modal (background) */
.modal {
  display: none;
  height: 0;
  transition: height 1000ms ease-in-out;
  display: none; /* Hidden by default */
  position: fixed; /* Stay in place */
  z-index: 10; /* Sit on top */
  left: 0;
  top: 0;
  width: 100%; /* Full width */
  height: 100%; /* Full height */
  overflow: auto; /* Enable scroll if needed */
  background-color: rgb(0,0,0); /* Fallback color */
  background-color: rgba(0,0,0,0.4); /* Black w/ opacity */
}

/* Modal Content/Box */
.modal-content {
  position: relative;
  display: flex;
  justify-content: center;
  /*text-align: center;*/
  background-color: rgb(3, 10, 51);
  margin: 10% auto; /* 15% from the top and centered */
  padding: 5px;
  border: 5px solid rgb(29, 28, 28);
  border-radius: 25px;
  opacity: 0.8;
  width: 30%; 
  height: 40%;
}
.modal-content p{
  position: absolute;
  font-family: 'Bangers',cursive;
  font-size: 60px;
  width: 100%;
  color: rgb(235, 84, 14);
  text-align: center;
}
.modal-content img{
  opacity: 0.5;
}

#modalReStartBtn{
  position: absolute;
  padding: 15px 30px;
  font-family: 'Bangers',cursive;
  font-size: 30px;
  background-color:#FF0000;
  border-radius: 25px;
  font-weight: bold;
  bottom: 10%;
  /*left: 27%;*/
}

.modal-content-start {
  position: relative;
  text-align: left;
  font-family: 'Bangers',cursive;
  font-size: 30px;
  color: rgb(235, 84, 14);
  background-color: rgb(3, 10, 51);
  margin: 10% auto; /* 15% from the top and centered */
  padding: 10px;
  border: 5px solid rgb(29, 28, 28);
  border-radius: 25px;
  opacity: 0.8;
  width: 52%; 
  height: 60%;
  max-height: 500px;
  max-width: 600px;
}

#modalStartBtn{
  position: absolute;
  padding: 15px 30px;
  font-family: 'Bangers',cursive;
  font-size: 30px;
  background-color:#FF0000;
  border-radius: 25px;
  font-weight: bold;
  bottom: 10%;
  left: 35%;
}

#score{
  position:absolute;
  display:inline-block;
  font-family: 'Bangers',cursive;
  font-size: 25px;
  color: rgb(235, 84, 14);
  background-color: rgb(3, 10, 51);
  top:130px;
  right: 50px;
  width:200px;
  height:180px;
  border: 5px solid rgb(29, 28, 28);
  border-radius: 25px;
  opacity: 0.8;
}