


body {
  background-color: #282923;
  color: white;
}

input{
  height: 40px;
  border-radius: 15px;
  min-width: 280px;
  font-size: 20px;
  padding-left: 20px;
}

.latLanClass {
  margin-top: 15px;
  }

.latLanError {
  color:  red;
  margin-top:  15px;
}

button {
    height: 70px;
    background-color: #282923;
    color: white;
    border: 1px solid white;
    border-radius: 15px;
    padding-top: 20px;
    padding-bottom: 20px;
    padding-left: 30px;
    padding-right: 30px;
    cursor: pointer;
    margin-top: 25px;
      font-size: 30px;
    min-width: 320px;

}


*{
  font-family: 'Arial', serif;
}


select {
  width: 300px;
  padding-top: 10px;
  padding-bottom:10px;
  display: flex;
  
  border-radius: 15px;
  padding-left: 60px;
  font-size: 20pt;

}




.mainBox {
  display: flex;
  flex-direction: column;   
  justify-content: space-between;
  height: 100vh;
  margin-left: -5px;
  margin-right: -5px;
}

#header_one {
    background-color: cyan;
    flex: 2;
    display: flex;
    justify-content: center;
    align-items: center;
}

.howmanyplayers {
  margin-bottom: 15px;
  font-size: 30px;
  margin-top: 50px;
}

.container_one {
    display: flex;
    
    min-height: 300px;
    justify-content: space-around;
    align-items: center;
    flex-direction: column;
    
}

.inserisci_nome {
  font-size: 30px;
}

.footer {
        position: fixed;
        bottom: 0px;
        left: 0px;
        width: 100%;
        color: white;
        font-size: 10pt;
        background-color: black;
        padding-top: 15px;
        z-index: 900;
}

.footer div {
  text-align: center; 
        height: 100%;
}

.footer img {
  align-text: center;
        padding-top: 10px;
        position: relative;
        margin-left: auto;
        margin-right: auto;
        height: 50px;
        width: auto;
        margin-top: 15px;
        margin-bottom:15px;
}

.header img {
  width: 101%; 
  margin: -10px;
}


.sessionHeader {
  background-color: #97a4ba;
  color: #15445c;
  margin-left: -5px;
  margin-right: -5px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 18pt;
  padding-left: 20px;
  padding-right: 20px;
  flex: 0.5;
  margin-top: 5px;
  font-size: 20px;
  padding-bottom: 5px;
  padding-top: 5px;

}

.flContainer {
  display: flex;
  flex-direction: ;
  justify-content: space-around;
  align-items: flex-end;
  flex-wrap: wrap;
  margin-bottom: 100px;
}

.sessionContainer {
  display: flex;
  flex-direction: column;
  justify-content: space-around;
  align-items: center;
  margin-top: 30px;
  margin-bottom: 200px;
}
.gameDesc {

  font-style: italic;
  width: 500px;
  border-top: 1px solid white;
  margin-top: 15px;
  padding-top: 15px;
  margin-bottom: 30px;
  text-align:  center;
  

}

.sessionContainer span {
  display: flex;
  max-width : 700px;
  
  font-size: 18pt;
}

.sessionNumberSelectorContainer {
  display: flex;
  max-width: 520px;
  flex-wrap: wrap;
}

.session_menu {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.sessionNumberSelector {
  display: flex;
  background-color: #97a4ba;
  color: black;
  justify-content: center;
  align-items: center;
  margin-top: 20px;
  width: 60px;
  height: 60px;
  cursor: pointer;
  font-size: 30px;

  margin-right: 5px;
  border-radius: 15px;

}

.videoContainer {
  width: 670px;
  height: 375px;
  margin-bottom: 80px;
  margin-top: 80px;
  
}

.sessionData {

  position: flexbox;
  left: 800px;
  margin-bottom: 50px;
  font-size: 30px;
}

.orario {
  color: orange;
}

.videoContainer video {
   width: 670px;
  height: 405px;
  position: absolute;
}

#grid {
  margin-top: 13px;
  width:670px;
  height: 378px;
  position:absolute;
  mix-blend-mode: hard-light;

}



#faischifo {
  border-radius: 30px;
  border: 8px solid blue;
  font-size: 28pt;
  padding: 5px;
  padding-left: 15px;
  padding-right: 15px;
  margin-top: 30px;
}

td, th {
  padding-left: 25px;
  padding-right: 25px;
  font-size: 16pt;
}

th {
  border-bottom: 1px solid white;

}

table {
  border-collapse: collapse;
  text-align:center;
}

.link {
  color: blue;
   text-decoration: underline;
 cursor: pointer;

}

#aggiornaClassifica {

  margin-top: 25px;
  margin-bottom: 35px;
}

#map {
  width: 100%;
  height: 600px;

}

.questionTextContainer {
  border-radius: 15px;
  width: 50%;
  padding-top: 25px;
  padding-bottom: 25px;
  
  align-items: center;
  justify-content: center;

}

.answer {
  border: 1px solid black;
  padding-left: 60px;
  padding-right: 60px;
  padding-bottom: 25px;
  padding-top: 25px;
  margin-right: 50px;
  margin-left: 50px;
  margin-top: 30px;
  cursor: pointer;
  border-radius: 15px;
  min-width: 450px;
  display: flex;
  align-items: center;


}

.answerContainer {
  display: flex;
  width: 75%;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  margin-bottom: 30px;

}

.constellationImgContainer {
  position: relative;
}

.constellationImgContainer img {
  display: block;
  width: 100%;
}


.constellationClickableDiv {
  display: block;  
  position: absolute;
  z-index: 1;
  background-color: rgba(255,0,0, 0);
  
}

.mainBox {
  position: relative;
  height: auto;
  margin-bottom: 100px;
  
}


.title {
  margin-top: 30px;
  font-size: 30px;
  padding-left: 30px;
  text-align: center;
}

.scroll {
    background-image: url(https://i.imgur.com/2b786tF.png);
    background-position: 0 0;
    background-repeat: repeat;
    width: 70%;
    margin-left: auto;
    margin-right: auto;
    padding: 25px 35px 25px 35px;
    display: flex;
    flex-direction: column;
    
}

.flSelectPosition {
  margin-top: 50px;
  font-size: 30px;
  max-width: 520px;

}

.flLocationTheoryVideo img {
  position: relative;
  border: 1px solid black;
  width: 300px;
  height: 230px;
}

.flLocationTheoryVideo video {
  position: absolute;
  width: 300px;
} 

.theoryQuiz {
  position: relative;
  dispaly: flex;
  padding-left: 5px;
  
  
  width: 290px;
}

.theoryQuizHeader {
  text-align: center;
  margin-top: 5px;
  background-color: white;
  padding-top: 5px;
  padding-bottom: 5px;
  border-radius: 0px 0px 5px 5px;
}

.theoryQuizAnswers {
  display: flex;
  flex-wrap: wrap;
  justify-content:space-between;
  margin-top: 100px;
  
}

.theoryQuizAnswer {
  width: 120px;
  margin-top: 5px;
  padding: 5px 5px 5px 5px;
  border-radius: 0px 0px 5px 5px;
  background-color: white;
  color: black;
}

.FindAxisMain {
  display: flex;
}

.FindAxisAxis {
  border: 2px dashed black;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;

}

.FindAxisButton {
  border: 1px solid black;
  padding: 20px;
  cursor: pointer;
  position: absolute;
  width:  60px;

}

.FindAxisButtonSelected {
    box-shadow: 0px 00px 15px 5px #FFD700;
}

.FindAxisImgContainer {
  position:  relative;
  width:  100%;
}

.FindAxisImgContainer img {
  width: 90%;
}


.footer_link {
          text-decoration: underline;
          cursor: pointer;
}

.showConstellation {
  position: absolute;
  top: 20px;
  right: 20px;
  width: 50px;
  cursor: pointer;
}

.positionResult {
  display: flex;
  width: 100%;
  flex-direction: row;
  justify-content: space-around;
  margin-top: 15px;
  margin-bottom: 15px;
 
}


#rank {
  margin-bottom: 150px;
}


.constellationQuestions {
  align-items: center;
  display: flex;
  flex-direction: column;
}


.constellationsAnswers {
  display: flex;
  width: 75%;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
}

.constellationsAnswers button {
  min-width: 450px;
}

