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;
}

pre, code {
    white-space: pre-wrap; /* CSS 2.1 */
    white-space: -moz-pre-wrap; /* Mozilla */
    white-space: -pre-wrap; /* Opera 4-6 */
    white-space: -o-pre-wrap; /* Opera 7 */
    word-wrap: break-word; /* Internet Explorer 5.5+ */
}

@media (min-width: 768px) {
    .mh-md-50 {
        max-height: 50vh;
    }
}

@media (min-width: 992px) {
    .mh-md-50 {
        max-height: 50vh;
    }
}

@media (min-width: 1200px) {
    .mh-md-50 {
        max-height: 70vh;
    }
}

.full-width {
    width: 100%;
}

