@import url('https://fonts.googleapis.com/css?family=Noto Sans Kannada');

html  {
  font-family : 'Noto Sans Kannada', "Noto Sans", Sans ;
}

body    {
  font-size   : 120%  ;
  font-family : 'Noto Sans Kannada', "Noto Sans", Sans ;
  background-color  : #343434  ;
  color        : #fff  ;
}

h1,h2,h3,h4,h5,h6 {
  font-family : 'Noto Sans Kannada', "Noto Sans", Sans ;
}

h1   { 
  font-size   : 140%  ;
  font-weight : 600 ;
}

h2   { 
  font-size   : 140%  ;
  font-weight : 400 ;
}

h3   {
  font-size   : 130%  ;
  font-weight : 400 ;
}

h4   { 
  font-size   : 110%  ;
  color : #99ccff ;
}

span.hl {
  color     : #99ccff ;
}

a:link    {
  text-decoration: none;
}

.w3-banner-theme {
    color : #ffffff ; 
    background-color : #616161 ;
}

.w3-text  {
    font-family : 'Noto Sans Kannada', "Noto Sans", Sans ;
}

.w3-text-theme {
    color : #cccccc ; 
    background-color:#222222 ;
}

.w3-light-theme {
    color : gray ; 
    background-color:#222222 ;
}

.w3-hover-theme:hover {
    color:#fff ; 
    background-color:#616161 ;
}

.w3-link-theme {
    color: #cccccc ; 
    background-color : #222222 ;
}

.w3-link-ref-theme {
    color: #01A9DB ; 
}

.w3-link-hover-theme:hover {
    color: #fff ; 
    background-color : #4a4a4a  ;
}
