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;
}

.footer {
    position: fixed;
    height: 100px;
    bottom: 0;
    width: 100%;
}

#container {
    position: page;
    height: 100%
}

.nav-link {
    cursor: pointer;
}

#container canvas, .overlay {
    position: absolute;
}

.overlay {
    width: 100%;
    height: 100%
}

/* width */
::-webkit-scrollbar {
    width: 10px;
}

/* Track */
::-webkit-scrollbar-track {
    opacity: 0
}

/* Handle */
::-webkit-scrollbar-thumb {
    background: #888;
    border-radius: 10px;
}

    /* Handle on hover */
    ::-webkit-scrollbar-thumb:hover {
        background: #555;
    }
.center-footer-link {
    text-align: center;
    text-decoration: none;
    color: #333;
}
.partialDisplay {
    opacity: .88;
    background-color: #d9d9d9;
    border-radius: 30px 30px 30px 30px;
    margin-top: 20px;
    padding: 10px;
}