@import url('https://fonts.googleapis.com/css2?family=Mulish:wght@400;500;700&display=swap');

/*####################################################################
############################## GENERAL ###############################
####################################################################*/
*{
    font-family: 'Mulish', sans-serif;
    font-weight: 400;
    background-repeat: no-repeat;
    font-size: 19px;
    -webkit-user-select: none; /* Safari */
    -ms-user-select: none; /* IE 10 and IE 11 */
    user-select: none; /* Standard syntax */
}

input { -webkit-user-select:text;}

body{
    margin: 0;
    overflow-x: hidden;
    background-color: black;
}
h1{
    font-size: 30px;
}
h2{
    font-size: 28px;
}
p{
    line-height: 1.5;
}

a{
  cursor: pointer;
}

.font-weight-bold, b, strong, h1, h2{
    font-weight: 700;
}
.text-primary{
    color: #FEFF00 !important;
}
.btn-primary, .btn-secondary{
    border: 0;
    background-color: #FEFF00;
    color: #02080D;
    text-align: center;
    font-size: 22px;
    font-weight: 700;
    min-width: 200px;
    padding: 15px 0;
    cursor: pointer;
    border-radius: 28px;
    box-sizing: border-box;
    display: block;
    text-decoration: none;
}
.btn-secondary{
    border: 2px solid #FEFF00;
    padding: 13px 0;
    color: #FEFF00;
    background-color: transparent;
}
.img-fluid {
    max-width: 100%;
    height: auto;
  }



/*####################################################################
############################## LOGIN PAGE ############################
####################################################################*/
#section-login{
    background-image: url("../img/background_login.png");
    background-size: cover;
    background-position: center;
    padding-top: 67px;
    height: 100vh;
    box-sizing: border-box;
}
#section-login .lumeblue-logo{
    width: 238px;
    height: auto;
}
.form-container{
    position: relative;
    top: calc(50% - 58px);
    transform: translateY(-50%);
}
.form-container label{
    font-size: 16px;
}
.form-container input[type="email"], .form-container input[type="password"], .form-container input[type="text"], .form-container input[type="date"], .form-container select{
    font-size: 14px;
    color: #1D1D1D;
    border: 0;
    border-radius: 6px;
    padding: 12px 15px;
    width: 100%;
    outline: none;
}
.forgot-password-link{
    font-size: 16px;
}




/*####################################################################
############################## SUBSCRIBE PAGE ############################
####################################################################*/


#section-subscribe{
  background-color: black;
  background-image: url("../img/background_login.png");
  background-size: cover;
  background-position: center;

}

#section-subscribe .lumeblue-logo{
  width: 273px;
  height: auto;
  margin-top: 0;
}







/*####################################################################
############################## HOME PAGE #############################
####################################################################*/
#section-home{
    background-color: #02080D;
    background-image: url("../img/img-home-1.jpg");
    background-size: 70% auto;
    background-position: -10% -20%;
}
.anchor-link{
    text-decoration: none;
    font-weight: bold;
    padding: 40px 0;
    display: block;
}
#section-home .btn-secondary{
    padding: 5px 0;
    font-weight: 500;
    min-width: 147px;
}
.logout-row{
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 149px;
    height: auto;
}
#section-home .lumeblue-logo{
    width: 273px;
    height: auto;
    margin-bottom: 130px;
}
.intro-home-row{
    margin-bottom: 40vh;
}
.footer-home-row{
  margin-bottom: 20vh;
}




@media (min-width:390px){
  #section-home{
      background-size: 65% auto;
      background-position: -10% 20vh;
  }


  #section-bluebyrinth #provagioco {
    margin-top: 15%;
          position: static;
  }
}




@media (min-width:576px){
  #section-home{
      background-size: 65% auto;
      background-position: -10% 20vh;
  }/*sm resolution */

    #section-bluebyrinth #provagioco {
      margin-top: 0%;
      position: static;
    }
}

@media (min-width:768px){
    /*md resolution */
    #section-home{
        background-size: 70% auto;
        background-position: -10% 12vh;
    }

}



@media (min-width:992px){
    /*lg resolution */
    #section-home{
        background-size: 75% auto;
        background-position: -10% 10vh;
    }
}

@media (min-width:1200px){
    /*xl resolution */
    #section-home{
        background-size: 80% auto;
        background-position: -10% 5vh;
    }
}

@media (min-width:1400px){
    /*xxl resolution */
    #section-home{
        background-size: 70% auto;
        background-position: -10% 0vh;
    }
}
@media (min-width:1600px){
    /*xxxl resolution */
    #section-home{
        background-position: -10% 0vh;
    }
}


.img-home-2{
  width: 634px;
  height: auto;
}
.img-home-3{
  width: 674px;
  height: auto;
}
.img-home-4{
  width: 472px;
  height: auto;
}
.img-footer{
  width: 303px;
  height: auto;
}

.second-img-home-row{
    margin-top: 20vh;
}

.margin-top-img-home{
      margin-top: 5vh;
}

#section-home .btn-primary{
    width: 60px;
}

.home-padding-left{
  padding-left: 50px;
}






/*####################################################################
############################## PLAY PAGE #############################
####################################################################*/
#section-play{
    background-image: url("../img/background_play.png");
    background-size: 70% auto;
    background-position: -10% -20%;
    background-size: cover;
    background-position: center;
    padding-top: 32px;
    height: 100vh;
    box-sizing: border-box;
}

#section-play .lumeblue-logo{
    width: 222px;
    height: auto;
}


.bluebyrinth-logo{
  width: 896px;
  height: auto;
}

.bluebyrinth-logo-container{
  position: relative;
  top: 100%;
  transform: translateY(100%);
}




/*####################################################################
############################## BLUEBYRINTH PAGE #############################
####################################################################*/

#section-bluebyrinth{
    /*background-color: #02080D;*/
    background-size: 70% auto;
    background-position: -10% -20%;
    background-size: cover;
    background-position: center;
    padding-top: 32px;
    height: 100vh;
    box-sizing: border-box;
}

#section-bluebyrinth .lumeblue-logo{
    width: 222px;
    height: auto;
}

.bg-bluebyrinth {
  background-color: #02080D;
}



.bluebyrinth_logo2{
  width: 321px;
  height: auto;
}







.overlay {
  height: 100%;
  width: 0;
  position: fixed;
  z-index: 1;
  top: 0;
  left: 0;
  background-color: rgb(0,0,0);
  background-color: rgba(0,0,0, 0.9);
  overflow-x: hidden;
  transition: 0.5s;
}

.overlay-content {
  position: relative;
  top: 25%;
  width: 100%;
  text-align: center;
  margin-top: 30px;
}

.overlay a {
  padding: 8px;
  text-decoration: none;
  font-size: 36px;
  color: #818181;
  display: block;
  transition: 0.3s;
}

.overlay a:hover, .overlay a:focus {
  color: #f1f1f1;
}

.overlay .closebtn {
  position: absolute;
  top: 20px;
  right: 45px;
  font-size: 60px;
}

@media screen and (max-height: 450px) {
  .overlay a {font-size: 20px}
  .overlay .closebtn {
  font-size: 40px;
  top: 15px;
  right: 35px;
  }
