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;
}

    body::before {
        content: "";
        position: fixed;
        inset: 0;
        z-index: -1;
        background: url('/img/bg.jpg') no-repeat;
        background-attachment: fixed;
        background-size: cover;
        background-blend-mode: multiply;
        opacity: 0.2;
    }

.navbar {
    background-color: #DDD !important;
    border-bottom: solid 1px #000 !important;
}

.Thumbnail {
    text-decoration: none;
    display: block;
    padding: 0 5px 10px 5px;
}

/*.ThumbnailContainer:hover {
    background-color: pink;
}*/

.Thumbnail:hover {
    background-color: pink;
}

hr {
    border: solid 0px #000;
    opacity: 1;
}

.thumbVideo {
    pointer-events: none;
}