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;
}

body {
    min-height: 100vh;
}

.text-justify {
    text-align: justify;
}
.img-home {
    max-width: 85%;
}

input[readonly] {
    background-color: #343A40;
}

.favorite {
    cursor: pointer;
}
.favorite:hover {
    color: #ffc107;
}

.previewImage {
    max-width: 196px;
    max-height: 196px;
}
.thumbnailImage {
    max-width: 98px;
    max-height: 98px;
}

.tableDataCentered {
    vertical-align: middle;
}

#videoIframe {
    width: 640px;
    height: 594px;    
}

#navigationPane .navbar-nav {
    flex-direction: column;
}

