html {
  font-size: 14px;
}

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

.btn:focus, .btn:active:focus, .btn-link.nav-link:focus, .form-control:focus, .form-check-input:focus {
  box-shadow: 0 0 0 0.1rem white, 0 0 0 0.25rem #258cfb;
}

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

body {
  margin-bottom: 70px;
  padding-bottom: 70px;
}

.container {
    max-width: 75%;
}

.bg-ntge-color {
    background-color: #a3d3e3;
}

.bg-home-link {
    text-decoration: none;
    color: black;

}
.bg-home-td:hover {
    background-color: lightgray;
}

.f-small {
    font-size: small;
}

.padline {
    background: rgb(2,0,36);
    background: linear-gradient(90deg, rgba(2,0,36,1) 0%, rgba(43,38,181,1) 15%, rgba(19,16,131,1) 27%, rgba(79,77,201,1) 40%, rgba(113,83,171,1) 55%, rgba(9,9,121,1) 77%, rgba(0,212,255,1) 100%);
    height: 8px;
}

#navbar-brand-logo {
    height: 40px;
}

.search-form {
    box-shadow: 0 2px 8px rgba(0,0,0,0.04);
}