/*
@font-face {
  font-family: 'ChargerStatic';
  src: url('..fonts/ChargerStatic-KKWe.otf') format('opentype'),
    url('../fonts/ChargerStatic.woff2') format('woff2'),
     url('../fonts/ChargerStatic.woff') format('woff');
  font-weight: normal;
  font-style: normal;
} 
*/

@font-face {
  font-family: 'ChargerStatic';

  src: url('ChargerStatic.woff2') format('woff2'),
     url('ChargerStatic.woff') format('woff');
  font-weight: normal;
  font-style: normal;
}

/*
.charger-txt {
  font-size: 1.35em;
  font-family: 'ChargerStatic', arial;
/*  font-family: 'ChargerStatic'; 
  color: #7DF9FF;
  text-align: center;
}
*/
.charger-txt {
  font-size: 1.35em;
  font-family: 'ChargerStatic', sans-serif;
  color: #7DF9FF;
  text-align: center;
}


    .illus{
        float: right;
        width: 100%;
        margin-left: 15px;
        }
    
@media only screen and (min-width:768px) {
/*Tablet styles here*/
    .illus {
        float: right;
        width: 35%;
        margin:5%;
        clear: left;
        }

}

