html {
  font-size: 14px;
}

@media (min-width: 768px) {
  html {
    font-size: 16px;
  }
}

html {
  position: relative;
  min-height: 100%;
}

body {
  margin-bottom: 60px;
}

.nav-link:hover {
    color: #505050; /*Sets the text hover color on navbar*/
}

.nav-link {
    color: #000; /*BACKGROUND color for active*/
    font-weight: bold;
    margin-right: 15px;
}