@import url(https://fonts.googleapis.com/css?family=Roboto:300);
#bg-video {
    z-index: -5;
    position: fixed;
    right: 0;
    bottom: 0;
    min-width: 100%;
    min-height: 100%;
}

.p-3{
    background-color: none;
    margin-bottom: 10vh;
}

.stats-modal{
    /* display: block; */
    z-index: 2;
    position: absolute;
    top: 16%;
    left: 0%;
    background: #FFFFFF;
    width: auto;
    min-width: 460px;
    margin: 0 auto 100px;
    padding: 45px;
    border-radius: 5%;
    text-align: center;
    box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.2), 0 5px 5px 0 rgba(0, 0, 0, 0.24);
    font: 23px inter;
    margin-top: 100px;
    margin-left: 520px;
}

  .log-out{
    font-family: 'Tomorrow',sans-serif;
    font-size: 2.5vh;
    font-weight: bold;
    color: #E30A92;
    position: absolute;
    right:0%;
    top: 38%;
    text-decoration: none;
    /* background-color: rgb(192, 205, 117); */
  }
  .log-out:hover{
    color: #FFF1BA;
    text-shadow: -1.8px 1.8px #d5318f;
  }

.navbar-items{
  display: flex;
}

.navbar-item{
    font-family: 'Tomorrow',sans-serif;
    font-size: 3vh;
    font-weight: bold;
    color: white;
    /* position: absolute;
    right:0%;
    top: 40%; */
    margin-right: 7.2vh;
    text-decoration: none;
}

.navbar-item:hover{
    color: #FFF1BA;
    text-shadow: -1.8px 1.8px #d5318f;
  }

  .form {
    position: relative;
    /* z-index: 1; */
    background: #FFFFFF;
    max-width: 360px;
    margin: 0 auto 100px;
    padding: 45px;
    border-radius: 5%;
    text-align: center;
    box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.2), 0 5px 5px 0 rgba(0, 0, 0, 0.24);
  }
  .form input {
    font-family: "Roboto", sans-serif;
    outline: 0;
    background: #f2f2f2;
    width: 100%;
    border: 0;
    margin: 0 0 15px;
    padding: 15px;
    box-sizing: border-box;
    font-size: 14px;
  }
  .form button {
    font-family: "Mokoto",sans-serif;
    text-transform: uppercase;
    outline: 0;
    background: #fcf1c0;
    box-shadow: -6px 6px #d5318f;
    width: 100%;
    border: 0;
    padding: 15px;
    color: #000000;
    font-size: 14px;
    -webkit-transition: all 0.3 ease;
    transition: all 0.3 ease;
    cursor: pointer;
  }

  .container {
    position: relative;
    z-index: 1;
    max-width: 300px;
    margin: 0 auto;
  }
  .container:before, .container:after {
    content: "";
    display: block;
    clear: both;
  }
  .container .info {
    margin: 50px auto;
    text-align: center;
  }
  .container .info h1 {
    margin: 0 0 15px;
    padding: 0;
    font-size: 36px;
    font-weight: 300;
    color: #1a1a1a;
  }
  .container .info span {
    color: #4d4d4d;
    font-size: 12px;
  }
  .container .info span a {
    color: #000000;
    text-decoration: none;
  }
  .container .info span .fa {
    color: #EF3B3A;
  }
  body {
    font-family: "Roboto", sans-serif;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;      
  }

  .logo{
    height: 7rem;
    width: 25rem;
    margin-right: 70px;
  }

  .button {
    font-family: "Tomorrow",sans-serif;
    font-weight: bold;
    text-transform: uppercase;
    outline: 0;
    background: #fcf1c0;
    box-shadow: -6px 6px #d5318f;
    margin-top: 10px;
    width: 220px;
    max-width: 220px;
    border: 0;
    padding: 15px;
    color: #000000;
    font-size: 14px;
    -webkit-transition: all 0.3 ease;
    transition: all 0.3 ease;
    cursor: pointer;
  }

a:hover{
    cursor: pointer;
}

  footer {
    position: fixed;
    bottom: 0%;
    left: 45%;
    width: 100%;
    left: 0;
    bottom: 0;
    color: white;
    text-align: center;
    background-color: rgba(0, 0, 0, 0.90);
    color: white;
}
.footer:hover{
    color:#ffe77d ;
}

.discord-btn{
    width: 7vw;
}

.title{
    margin:auto;
    width: 50%;
    font-family: 'Orbitron',sans-serif;
    font-size: 4vh !important;
    font-weight: bold;
    margin-bottom: 4vh !important;
    text-transform: uppercase;
}

.subtext{
    font-size: 2.4vh !important;
}

.msg{
    margin: 15px 0 0;
    color: #000000;
    font-size: 12px;
}

.msg a{
    color: #00e;
    text-decoration: none;
}

.return-btn{
    color: blue;
    text-decoration: none;
    font-size: 2.4vh;
}

.stage0-clue{
    margin-top: 20px;
}

span{
    font-weight: bold;
}

.countdown{
  font-family: "Orbitron",sans-serif;
  font-weight: bold;
}