.sideways{
  display: flex;
  flex-direction: row;
  justify-content: space-evenly;
 
  
}
.percent{
  font-size: 2rem;
  font-weight: bold;
  color: #1EAEDB;
  background-color: #fafafa;
  border-radius: 5px;
  border: #1EAEDB 1px solid;
  display: flex;
  flex-direction: column;
  align-items: left;
  padding: 10px;
  margin-bottom: 10px;
}
.percent h6{
  font-weight: bold;
  margin: 0;
}
.log-head{
  padding: 10px 0px 1px 30px;
  background-color: #1eaedb;
  color: #ffffff;
}
.promo td{

  text-align: center;
}
.promo tr:nth-last-child(-n+2) {
    background-color:#ff1a1a;
    color: #ffffff;
}
.promo tr:nth-child(1) {
    background-color: #33cc33;
    color: #ffffff;
}
.withmarg{
  margin: 0 10px;
}
.margintop{
  margin-top: 20px;
}
.centered{
  text-align: center;
}
.prediction{
  width: 90%;
  margin: 0 auto;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}
.prediction div{
  width: 20%;
  border: #1EAEDB 2px solid;
  border-radius: 5px;
  margin: 10px;
  padding: 10px;
  columns: 2;
}
.prediction div h6{
  color: #1EAEDB;
  font-weight: bold;
}
.prediction div p{
  padding-left: 10px;
  margin: 0;
}

.hero-buttons{
  display: flex;
  flex-direction: row;
  justify-content: space-evenly;
}

.hero{
  width: 100%;
  background-image: url('hero.jpg');
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  height: 100vh;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  
  margin: 0 auto;
  height: 100vh;
  overflow: hidden;
  
}

.hero-heading{
  color: #ffffff;
  font-size: 8rem;
  text-align: center;
}
.barriecito-regular {
    font-family: "Barriecito", system-ui;
    font-weight: 400;
    font-style: normal;
  }
  
  
  nav {
    background-color:#1eaedb;
    color: white;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 10px 20px;
  }
  
  .logo {
    font-size: 2.5rem;
    font-family: "Barriecito", system-ui;
    font-weight: 400;
    font-style: normal;
  }
  
  nav ul {
    display: flex;
    list-style: none;
    padding: 0;
    margin: 0;
  }
  
  nav ul li {
    margin-right: 20px;
  }
  
  nav ul li a {
    color: white;
    text-decoration: none;
    transition: color 0.3s;
  }
  
  nav ul li a:hover {
    color: #0FA0CE;
  }
  

  
  
  .mobile-nav{
    display: none;
  }
  .closed{
    display: none;
    }

    /* Form container */

    .form-container{
      display: flex;
      justify-content: center;
      flex-direction: column;
      align-items: center;
      min-height: 100vh;
     
    }

   .form-width{
    width: 50%;
   }
   .tableHead th{
    text-align:center;
   }
   .infobox{
    color: #ffffff;
    background-color: #1EAEDB;
    border-radius: 3px;
    text-align: center;
    
   }

   #showent{
    display: none;
   }
   #entry{
    color: #ffffff;
    border-color: #ffffff;
   }

   .errors{
   
    color: red;
    text-align: left;
   }
   .success{
    color: #0FA0CE;
    text-align: left;
   }
   .bordered{
    border-bottom: #0FA0CE 5px solid;
   }
  
  @media (max-width: 840px) {
  
    .hero-heading{
      font-size: 5rem;
      text-align: center;
    }
   

    #menulist li a {
      color: white;
      font-weight: bold;
      text-decoration: none;
     
      
    }
    

    #menulist li{
      list-style: none;
    }

    #menulist li a:hover {
      color: #0FA0CE;
     
    }


    
    nav{
      display: none;
    }
    
    
    .mobile-nav{
      display: block;
    }
    
      
    
    .nav-head{
      display: flex;
      justify-content: space-between;
       align-items: center;
    padding: 10px 20px;

    }
    #hamburger{
      font-size: 2.0rem;
    }
    .open-nav{
      display: flex;
      background-color:#1EAEDB;
      color: white;
      flex-direction: column;
      align-items: center;
     padding: 10px 20px;
     font-size: 1.5rem;
    }
    .notvis{
      display: none;
    }

    .form-width{
      width: 95%;
     }
    
     .hero{
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  margin: 0 auto;
  height: 100vh;
  overflow: hidden;
}
.prediction{

  flex-direction: column;
  flex-wrap: nowrap;
}
.prediction div{
  width: 90%;
  margin: 5px,auto;
}
    
  }