/* DEFAULTS */
/* =============================================== */
body {

  
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Open Sans', sans-serif;
      background: -moz-linear-gradient(45deg, #e30219 0%, #80003e 29%, #4b4501 66%, #ffa079 100%);
    background: -webkit-linear-gradient(45deg, #e30219 0%,#80003e 29%,#4b4501 66%,#ffa079 100%);
    background: linear-gradient(45deg, #e30219 0%,#80003e 29%,#4b4501 66%,#ffa079 100%);
    background-size: 400% 400%;
    -webkit-animation: Gradient 15s ease infinite;
  -moz-animation: Gradient 15s ease infinite;
  animation: Gradient 15s ease infinite;
  /*min-height: calc(100vh - 2rem);*/
  height: 100%;
  width: 100%;
  margin: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  }
.ScoreDivH1{
    text-align: center;
  
}
.h1h{
  text-align: center;
}
.img{
  max-width:100%;
  max-height:100%;
  transition:transform 0.25s ease;
  border-radius: 10px;
}
.img:hover{
  -webkit-transform:scale(1.5);
    transform:scale(1.5);
}
@media only screen and (max-width: 760px) {
  .ImageDiv{
  scale: 0.7;
}
  .img { 
    transition:transform 0.25s ease;
    max-width:100%;
    max-height:100%;
       scale:1.5  }
  .right{
    background-color: rgba(0, 0, 0, 0.5);
    display: block;
    
  }
  .wrong{
    background-color: rgba(0, 0, 0, 0.5);
    display: block;
  }
  .button3{
    color: white;
    position: relative;
   scale: 1;
        background-color: rgba(0, 0, 0, 0.5);
    border-radius:  25px;
 }
  #overlay {
  position: fixed; /* Sit on top of the page content */
  display: none; /* Hidden by default */
  width: 100%; /* Full width (cover the whole page) */
  height: 100%; /* Full height (cover the whole page) */
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0,0,0,0.9); /* Black background with opacity */
  z-index: 2; /* Specify a stack order in case you're using a different order for other elements */
  cursor: pointer; /* Add a pointer on hover */
    transition:transform 0.25s ease;
}

  
  .button{
    color: white;
    background-color: rgba(0, 0, 0, 0.5);
    border-radius:  25px;
    display: block;
  }
.button:hover{
  background-color: rgba(0, 0, 0, 0.9);
}
.button2{
  text-align: center;
    scale: 0.7;
    color: white;
    background-color: rgba(0, 100, 0, 0.5);
    border-radius:  25px;
  display: block;
  
  }
  .button0{
    text-align: center;
    color: white;
    background-color: rgba(0, 100, 0, 0.5);
    border-radius:  25px;

  }
  #Next{
  display: none;
}
#Answer{
display: block;
}
#QuestionsDiv{
  display: block;
}
#ScoreDiv{
  display: none;
}
  .MadeBy{
    color: white;
    text-align: center;
  }
.button2:hover{
  background-color: rgba(0, 0, 0, 0.9);
}
}





.MadeBy{
  color: white;
    text-align: center;
   position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  margin: 0;
  }
#Next{
  display: none;
}
#Answer{
display: block;
}
#QuestionsDiv{
  display: block;
}
#ScoreDiv{
  display: none;
}


 .button3{
    color: white;
    position: relative;
   scale: 1;
        background-color: rgba(0, 0, 0, 0.5);
    border-radius:  25px;
 }
.button0{
  text-align: center;
    color: white;
    background-color: rgba(0, 100, 0, 0.5);
    border-radius:  25px;
   
  
  
  
  }
#overlay {
  position: fixed; /* Sit on top of the page content */
  display: none; /* Hidden by default */
  width: 100%; /* Full width (cover the whole page) */
  height: 100%; /* Full height (cover the whole page) */
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0,0,0,0.9); /* Black background with opacity */
  z-index: 2; /* Specify a stack order in case you're using a different order for other elements */
  cursor: pointer; /* Add a pointer on hover */
  transition:display 0.25s ease;
}
.RelativeDiv{
  position: relative;
}
 .h1{
   color: white;
   top:75%; right:0 ;
   scale: 0.5;
 }
   .wrong{
     color: red;
     text-align: center;
   }
   .right{
     color:  green;
     text-align: center;
   }
  .button{
    position: center;
      text-align: center;
    color: white;
    background-color: rgba(0, 0, 0, 0.5);
    border-radius:  25px;
    height: 50px;
    width: 50%;
    margin: 40px 
  }
.button:hover{
  background-color: rgba(0, 0, 0, 0.9);
}
.button2{
  
    color: white;
    background-color: rgba(0, 100, 0, 0.5);
    border-radius:  25px;
    height: 50px;
    width: 50%;
    margin: 110px 
  
  
  }
.button2:hover{
  background-color: rgba(0, 0, 0, 0.9);
}

  /* MAIN */
  /* =============================================== */
  .rad-label {
    display: flex;
    align-items: left;
    
  
    border-radius: 100px;
    padding: 14px 16px;
    margin: 10px 0;
  
    cursor: pointer;
    transition: .3s;
  }
  
  .rad-label:hover,
  .rad-label:focus-within {
    background: hsla(0, 0%, 80%, .14);
  }
  .div-color{
  background-color: rgba(100, 100, 100, 0.2);
    padding: 100px;
    border-radius: 25px;
    display: block;
}
  .rad-input {
    display: flex;
    position: absolute;
    left: 0;
    top: 0;
    width: 1px;
    height: 1px;
    opacity: 0;
    z-index: -1;
    background-color: rgba(100, 100, 100, 0.9);
    
    
  }
  
  .rad-design {
    width: 22px;
    height: 22px;
    border-radius: 100px;
  
    background: linear-gradient(to right bottom, hsl(154, 97%, 62%), hsl(225, 97%, 62%));
    position: relative;
    
  }
  
  .rad-design::before {
    content: '';
    
    display: inline-block;
    width: inherit;
    height: inherit;
    border-radius: inherit;
  
    background-color: rgba(0, 0, 25, 0.9);
    transform: scale(1.1);
    transition: .3s;
  }
  
  .rad-input:checked+.rad-design::before {
    transform: scale(0);
  }
  
  .rad-text {
    color: hsl(0, 0%, 60%);
    margin-left: 14px;
    letter-spacing: 3px;
    text-transform: uppercase;
    font-size: 18px;
    font-weight: 900;
  
    transition: .3s;
  }
  
  .rad-input:checked~.rad-text {
    color: hsl(0, 0%, 100%);
  }
  
  
  /* ABS */
  /* ====================================================== */
  .abs-site-link {
    position: fixed;
    bottom: 40px;
    left: 20px;
    color: hsla(0, 0%, 0%, .5);
    font-size: 16px;
    
  }