a
{
    text-decoration:none;
    cursor:pointer;
    color:#000;
}

a:hover
{
    color:#12c00b;
}

.navbar-nav .nav-item + .nav-item {
            margin-left: 15px;
        }
        
        .navbar {
    background: linear-gradient(to right, #ffc107, #ffc107);
    /* border-bottom: 3px solid #e68a00; */
    overflow: visible;
        position: sticky;
    top: 0;
    z-index: 1050;
}

.nav-link
{
    cursor:pointer;
}

.h1,h1
{
  font-size: 8.5rem;
  font-weight:bold;
}

     .banner .text-container div {
        font-size: 3rem;
    }

@media (max-width: 1440px) {
  .h1,h1 {
    font-size: 5rem;
    font-weight:bold;
  }
  
}

@media (max-width: 1024px) {
  .h1,h1 {
    font-size: 5rem;
    font-weight:bold;
  }
}

@media (max-width: 768px) {
  .h1,h1 {
    font-size: 1.5rem;
    font-weight:bold;
  }
  
  .banner .text-container div {
    flex: 1;
    padding: 0px 10px;
    width: 50%;
    border-left: solid;
    border-right: solid;
    font-size: 0.9rem;
    color: #fff;
}

 .list
 {
     font-size:30px;
 }
 
}

.navbar-nav {
            margin: auto;
        }

        .sign-out
        {
          border-color: #14C00A;
          background-color: #14C00A;
          color: #fff;
        }
        
        .sign-in {
          border-color: #14C00A;
          background-color: #14C00A;
          color: #fff;
        }
        
        .sign-out:hover
        {
          border-color: #14C00A;
          background-color: transparent;
          color: #fff;
        }
        
        .sign-in:hover {
          border-color: #14C00A;
          background-color: transparent;
          color: #fff;
        }
        
        .post-link {
          border-color: #14C00A;
          background-color: #14C00A;
          color: #fff;
        }
        
        .post-link:hover
        {
          border-color: #14C00A;
          background-color: transparent;
          color:#14C00A;
        }
        
        
        
        /*
       .btn-outline-primary, .btn-outline-secondary {
          border-color: #14C00A;
          background-color: #000;
          color: #fff;
        }
        */

        
        
        .btn-outline-warning
        {
            border-color: #14C00A;
            background-color: #14C00A;
            color: #fff;   
        }
        
        .btn-outline-warning:hover, .btn-outline-secondary:hover {
            background: none;
            border-color: #14C00A;
            color:#fff;
        }
        
        .btn-primary
        {
           border-color: #FFC109;
          background: #FFC109;
          color: #fff; 
        }
        
        .btn-primary:hover
        {
           border-color: #FFC109;
          background-color: #FFC109;
          color: #fff; 
        }
        
        .active>.page-link, .page-link.active {
    color: #000;
    background-color: #11C00A;
    border-color: #11C00A;
}

.page-link
{
    border:solid #11C00A;
    background-color:#fff;
    color:#000;
}
        
     /*   .banner {
    padding: 50px 0px;
    text-align: center;
    background-color:#918D90;
    display:none;
}
*/

/*

.banner img {
    max-width: 100%;
    height: auto;
}
*/

/*

.banner p {
    padding: 0;
    font-family: Helvetica, sans-serif;
    text-align: center;
    color: #fff;
    font-size: 18px;
    max-width: 100%;
}
*/

/*

.banner .text-container {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    width:65%;
    margin:auto;
}

*/

 
        

@media (min-width: 1024px)
{

/*
.banner .text-container div {
    flex: 1;
    text-align: center;
    font-family: Helvetica, sans-serif;
    color: #fff;
    padding: 10px;
    max-width: 100%;
    border-left:solid;
    border-right:solid;
    font-size: 2rem;
}

*/

     .list
        {
            display: flex;
            justify-content: flex-end;
            margin: 0px 50px;
           color: #FFC109;
          font-size: 70px;
        }

}

.banner .text-container div:nth-child(odd) {
   /* background-color: rgba(255, 255, 255, 0.1); */

}

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

    .logo-line {
      display: flex;
      align-items: flex-end;
      font-size: 140px;
      color: white;
    }

    .logo-p {
      color: #00FF00; /* Neon Green */
      font-size: 220px;
      /* line-height: 0.75; */
      margin: auto;
    }

    .tagline {
      font-size: 30px;
      margin-top: 10px;
      color: white;
      font-weight: 100;
      margin:auto;
    display: flex;
    justify-content: center;
    }

    @media (max-width: 768px) {
      .logo-line {
        font-size: 70px;
      }

      .logo-p {
        font-size: 130px;
      }

      .tagline {
        font-size: 16px;
      }
    }
    
tbody, td, tfoot, th, thead, tr
 {
    border-color: inherit;
    border-style: solid;
    border-width: thin;
    /* padding: 10px; */
}

