/* Size original */
 .font-resize-monitoring{
    font-size: 15px;
  }
  .font-resize-counter{
    font-size: 14px;
  }

  .font-footer-button  {
     font-size: 15px;
  }
  
/* Size Media screen */

  /* Halaman Monitoring dan Navbar*/
  @media only screen and (max-width: 1414px) {
    .font-resize-navbar {
      font-size: 12px;
    }
  
    .font-resize-monitoring{
      font-size: 10px;
    }
  
    .font-resize-counter{
      font-size: 9px;
    }
  
  }
  @media only screen and (max-width: 1101px) {
    .font-resize-navbar {
      font-size: 10px;
    }
  
    .font-resize-monitoring{
      font-size: 13px;
    }
  
    .font-resize-counter{
      font-size: 7px;
    }
  }
  
  @media only screen and (max-width: 953px) {
  
  
    .font-resize-counter{
      font-size: 12px;
    }
    
  
  }
    /* End Halaman Monitoring Monitoring dan Navbar*/

    /* Halaman footer */
    @media only screen and (max-width: 699px) {
      
      .font-footer-button  {
        font-size: 9px;
      }
     
    }
    /* End Halaman Vehicle Counting */
  