/* RIGHT FILE TO UPDATE!!! */


* {
    margin: 0px;
    padding: 0px;
  }
  
  body {
    font-family: sans-serif;
    font-size: 1.25rem;
    background-color: white;
    font-family: Arial;
    color: #353639;
    letter-spacing: -0.005rem;
  }
  
  .overallContainer {
    overflow: auto;
    align-items: center;
    margin-bottom: 0;
    text-align: center;
  }
  
  nav {
    display: flex;
    justify-content: space-evenly;
    margin-top: 0.5rem;
    padding-top: 2rem;
    padding-bottom: 2rem;
  }
  

  .title {
    display: inline-block;
  }
  
  .nav-link {
    display: inline-block;
    min-width: 35px;
    min-height: 35px;
  }
  .star {
    display: inline-block;
    width: 35px;
    height: 35px;
    fill: none;
  }
  
  .container {
    width: auto;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    margin-top: -3rem;
  }
  
  h1 {
    margin-left: 2rem;
    margin-right: 2rem;
    text-transform: uppercase;
    font-size: 2rem;
    text-decoration: strong;
    letter-spacing: 0.5rem;
    text-shadow: 
    2px 2px 3px #cccccc;
  
  }
  
  h1,
  h2 {
    color: #353839;
  }
  h2 {
    font-size: 1.5rem;
  }
  .introduction {
    margin-top: -1.5rem;
    margin-bottom: 1rem;
    color: #353839;
  
    font-size: 1.25rem;
    width: auto;
    padding: 0.5rem;
  }
  .introduction,
  .answer {
    font-size: 1.25rem;
    font-weight: 700;
  }
  .instruction {
    margin-left: 2rem;
    margin-right: 2rem;
  }
  .instruction, .feedback{
    padding-top: 2.5rem;
  }
  
  .message {
    font-size: 1.25rem;
    margin-bottom: 2rem;
  }
  @-moz-document url-prefix() {
    .instruction {
      margin-top: 0.5rem;
      margin-bottom: 1.5rem;
    }
  }
  .flagName,
  .instruction,
  .intro,
  .feedback {
    color: #242424;
    font-size: 1.25rem;
    margin-top: -1rem;
  }
  .feedback{
    margin-bottom: -1.25rem;
  }
  @-moz-document url-prefix() {
  .feedback{
    margin-bottom: 0.75rem;
  }
}


  .flagName {
    margin-bottom: 3.5rem;
  }
  @-moz-document url-prefix() {
    .flagName {
      margin-bottom: 1.75rem;
    }
  }

  .displayedFlagImage{
    width: 400px;
    height: 250px;
  }

  .intro {
    margin-top: -0.5rem;
  }
  .showFlag {
    margin-top: -2.15rem;
    margin-left: 2rem;
    margin-right: 2rem;
  }

  .reset {
    margin-top: -6.5rem;
  }
  
  @-moz-document url-prefix() {
    .reset {
      margin-top: -1rem;
    }
  }
  
  .getGameScore {
    text-align: center;
  }
  
  .answer {
    font-size: 1.25rem;
    text-align: center;
    border: 1px solid;
    border-color: #242424;
    display: absolute;
    margin-top: -2.5rem;
    margin-bottom: 2rem;
    padding: 0.5rem;
    border-radius: 5px;
  }
  @-moz-document url-prefix() {
    .answer {
      margin-top: 1.75rem;
      margin-bottom: 0.25rem;
    }
  }
  @-moz-document url-prefix() {
    .answer {
      margin-bottom: 1.75rem;
    }
  }
  
  .radio-button input[type="radio"]:checked + label {
    background-color: #76cf9f;
  }
  displayflag .submitButton {
    margin-bottom: 2rem;
  }
  
  a {
    font-size: 1rem;
  }
  
  @-moz-document url-prefix() {
    .wrapup {
      position: relative;
      top: -2rem;
    }
  }
  
  .labelTimer {
    font-size: 1.25rem;
    margin-top: 0.25rem;
    margin-left: 2rem;
    margin-right: 2rem;
    padding: 1.5rem;
    border-radius: 0.5rem;
  
    border: solid #555 3px;

  }
  
  .practiceMode {
    background-color: #CED9CF;
  }
  
  .finishGameMessage {
    text-align: center;
    font-size: 1.5rem;
    font-weight: 700;
    margin-top: -6.5rem;
    margin-bottom: 3rem;
    color: #242424;
  }
  
  @-moz-document url-prefix() {
    .finishGameMessage {
      margin-top: 0rem;
      margin-bottom: -0.25rem;
    }
  }
  
  .practiceAtResults{
    margin-top: 1.5rem;
  }
  
  .startNewGame {
    text-align: center;
    margin-top: 6rem;
  }
  
  .finishGameInstruction {
    position: relative;
  
    text-align: center;
  }
  
  .popupHeading {
    font-size: 1.5rem;
    font-weight: 700;
    text-align: center;
  }
  

  .how-to:hover,
  .stat-icon:hover {
    cursor: pointer;
  }
  
  .nav-link:hover,
  .nav-link:active {
    color: #777;
  }
  .statsContainer {
    display: flex;
    justify-content: center;
  }
  .helpContainer {
    display: flex;
    justify-content: center;
  }
  
  .statsContent,
  .helpContent {
    /*height: auto;*/
    width: 50%;
    background-color: #eae6e6;
    /*border: 3px solid #242424;*/
    border: 3px solid #555;
    border-radius: 0.5rem;
    margin: 0rem 5rem;
    text-align: center;
  }


  .statsText {
    margin-bottom: 0rem;
    line-height: 1.15rem; 
  }

  
  .statsText,
  .helpText {
    text-align: center;
    margin-top: -2rem;
    margin-right: 3rem;
    margin-left: 3rem;
    padding: 0.5rem;
  }

  .practiceStatistics{
    line-height: 1.75rem;
    margin-bottom: -0.15rem;
  }

  .share1{

    margin-top: 1rem;
   margin-bottom: 2rem;

  }
  .share2 {

    margin-top: -2rem;
  }
  @-moz-document url-prefix() {
    .share2{
 margin-top: 1.5rem;
    
    }
  }

  .dailyGameButton{
    display: none;
    margin-top: 0rem;
    margin-bottom: 2rem;
  }
  .close {
    text-align: right;
  }
  
  .closeButtonHelp,
  .closeButtonStats {
    text-align: right;
    font-weight: 700;
    background-color: transparent;
    border: none;
    font-size: 1.5rem;
    padding-top: 2rem;
    padding-right: 2rem;
    color: #333;
    display: block;
  }
  
  .closeButtonHelp:hover,
  .closeButtonStats:hover,
  .closeButtonHelp:active,
  .closeButtonStats:active {
    color: #777 !important;
    background-color: transparent;
    cursor: pointer;
  }
  
  button {
    color: #ffffff;
    background-color:#353839;
    box-shadow: 
    3px 3px 3px #cccccc;
    cursor: pointer;
    border-color: #1f5124;
    padding: 0.5rem 1rem;
    border-radius: 0.5rem;
    font-size: 1rem;
    margin-top: 1rem;
    
  }
  
  button:hover,
  button:active {
    color: #ffffff !important;
    box-shadow: 
    5px 5px 5px #cccccc;
    background-color: #4A4D4F;
    border-color: #004170;
    cursor: pointer;
    /*transform: translateY(-2px);*/
    
  }
  /* Keyframes for moving up then down */
@keyframes moveUpDown {
  0% {
      transform: translateY(0); /* Starting position */
  }
  50% {
      transform: translateY(-2px); /* Moves up by 10px */
  }
  100% {
      transform: translateY(0); /* Returns to original position */
  }
}
  .copyright {
    text-align: center;
    margin-top: 1rem;
    font-size: 1rem;
  }
  
  .option {
    visibility: hidden;
    padding: 0.5rem;
    transition: transform 0.3s ease;
    
  }

  .option:hover{
    animation: moveUpDown 0.6s ease-in-out;
  }

  .countryOptionButtons{
    margin-top: -0.75rem;
  }


  .countryButtonClasses {
    margin-top: 0.5rem;
  }
  
  @-moz-document url-prefix() {
    .countryButtonClasses {
      margin-top: -2rem;
    }
  }
  
  a {
    font-size: 1.25rem;
    color: #6d6875;
  }
  a:hover,
  a:active {
    color: #b5838d;
  }
  .appMessageContainer{
    justify-content: center;
    text-align: center;
    margin-top: 90px;
    margin-bottom: -74px;
  
  }
  .appMessage {
    font-size: 1rem;
    text-align: center;

  
  
  }
  .footer {
    text-align: center;
    display: block;
  }
  
  .coffee {
    font-size: 1.25rem;
    margin-top: 6.5rem;
  }
  .coffee a {
    font-size: 1rem;
  }


  @media (max-width: 1050px) {
    .helpText{
      font-size: 1.15rem;
    }
    .gameLink{font-size: 1.15rem;}


  }
  @media (max-width: 1000px) {
    .statsContent,
    .helpContent {
      width: 80%;
    }
  }

  @media (max-width: 700px) {
 
  }
  @media (max-width: 565px) {
    .dailyGameButton {
      width: 80%;
      margin-bottom: 2rem;
    }
    .helpText{
      margin-top: 0rem;
      margin-left:2rem;
      margin-right:2rem;
    }
    .finishGameMessage{
      margin-left: 1rem;
      margin-right: 1rem;
      line-height: 1.75rem;
    }
  }
  @media(max-width: 500px){
    .stats{
      font-size: 1.15rem;
    }



  }
  
  @media (max-width: 460px) {
    .statsContent,
    .helpContent {
      width: 95%;
      margin: 0 1rem;
    }
    .popupHeading{
      font-size: 1.25rem;


      }
  }

  @media (max-width: 400px) {
    .displayedFlagImage{
      width: 320px;
      height: 200px;
    }
    .helpContent{
      margin: 0 0.5rem;
    }



  }

  @media (max-width: 350px) {

    .statsContent{
      line-height: 1.25rem;
    }
  }



  @media (max-width: 330px) {
    .stats{
     font-size: 1rem;


  }

}