html {
 
}

@media (min-width: 768px) {
  html {
  
  }
}

html {
  position: relative;
  min-height: 100%;
}

body {
}

footer {
    bottom: -100px !important;
}

.navbar a {
    padding: 0px;
    
}

.navbar a.active {
    text-decoration: underline;
    text-underline-offset: 3px;
}

.white {
    color: white;
}
