/*       CSS           */

/* fonts */
html, body, h1, h2, h3, h4, h5, h6 {
  font-family: 'Proza Libre','Helvetica','Verdana','Trebuchet MS','sans-serif';
}

.w3-myfont {
  font-family: 'Proza Libre','Helvetica','Verdana','Trebuchet MS','sans-serif';
}

html, body, h1, h2, h3, h4, h5, h6 {
    color: #343434;
}

/*  colors */
.w3-theme-darkgrey {color:#fff !important; background-color:#343434 !important}

.w3-theme-red {color:#fff !important; background-color:#e40000 !important}

.red {color:#fff !important; background-color:#e40000 !important}

.imp { color: #959595; margin-left: 10px; #959595; margin-right: 10px; font-size: 0.7em; }