html,body,h1,h2,h3,h4,h5,h6 {font-family: "Roboto", sans-serif;}
.w3-sidebar {
  z-index: 3;
  width: 250px;
  top: 43px;
  bottom: 0;
  height: inherit;
}

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

.w3-theme-l1,.w3-theme-l5 {
  color:#000!important;
  background-color:#fff!important;
}

footer a {
  text-decoration: none ! important;
}

html {
  height: 100%;
}

body {
  position: relative;
  padding-bottom: 6rem;
  min-height: 100%;
}

