

.bg-light {
    --bs-bg-opacity: 1;
    background-color: rgba(var(--bs-light-rgb),var(--bs-bg-opacity)) !important;
    border: none!important;
  }
  a {
    color: #eee;
    text-decoration: none!important;
  }
  a:hover {
    color: #EEEEEE;
    text-decoration: none!important;
  }
  
  * {box-sizing: border-box}
  body {font-family: Verdana, sans-serif; margin:0}
  .mySlides {display: none}
  img {vertical-align: middle;}
  

  
  .container, .container-lg, .container-md, .container-sm, .container-xl {
      max-width: 100%;
      
    }
          .bd-placeholder-img {
            font-size: 1.125rem;
            text-anchor: middle;
            -webkit-user-select: none;
            -moz-user-select: none;
            user-select: none;
          }

     .hero-header  {
         position:relative;
         
         margin:0 auto;
         background-image: url("https://testimonials.theeduledger.com/img/The-Edu-Ledger.png"); background-repeat: no-repeat;
         width:400px;
         height: 150px;
    /*color: white;*/
      }
    
    /* mobile devices */
    
 
    
      .py-5 {
        padding-top: 1rem!important;
        padding-bottom: 1rem!important;
    }
          body {
             font-family: 'Book Antiqua';
             overflow-x: hidden;
      
          }
    
          @media (min-width: 768px) {
            .bd-placeholder-img-lg {
              font-size: 3.5rem;
            }
          }
          
           
          @media (max-device-width:896px)  {
              
     .py-5 {
        padding-top: 1rem!important;
        padding-bottom: 1rem!important;
    }       
              
      .hero-header  {
         position:relative;
         margin:0 auto;
         background-image: url("https://testimonials.theeduledger.com/img/The-Edu-Ledger-mobile.png"); background-repeat: no-repeat;
         width:275px;
         height: 77px;
    /*color: white;*/
      }
    

              
          }
          
          
          