html {
  font-size: 14px;
}

@media (min-width: 768px) {
  html {
    font-size: 16px;
  }
}

html {
  position: relative;
  min-height: 100%;
}

body {
  margin-bottom: 60px;
}

.container {
    background: #ffffff;
}

a.nav-link:hover {
    background-color: #eee;
}

.custom-card-bg {
    background-color: #f5f5f5;
}

.old-alert-info {
    color: #3a87ad;
    background-color: #d9edf7;
    border-color: #bce8f1;
}

.old-info-text {
    color: #428bca !important;
}