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: 60px;
    /* background: #D3D3D3; */
    color: #FFFFFF;
    background: #2A7B9B;
    background: linear-gradient(90deg,rgba(42, 123, 155, 1) 0%, rgba(63, 158, 145, 1) 57%, rgba(87, 199, 133, 1) 79%, rgba(134, 217, 132, 1) 99%);
}

li a {
    color: #FFFFFF;
}

.dropdown-section {
    height: 70vh;
    border-right: 1px solid #FFFFFF;
}

#archiveContainer {
    height: 70vh;
}

.archive-list {
    height: 70vh;
    overflow: auto;
}