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;
}

img {
  pointer-events: none;
}

.page-link {
    color: #111;
    background-color: #fff;
    border: 1px solid #111;
}

.page-item.active .page-link {
    background-color:#666;
    border-color: #111;
}

.page-item.disabled .page-link {
    color: #999;
    background-color: #fff;
    border-color: #999;
}

.stroke {
    /*-webkit-text-fill-color: white; /* Will override color (regardless of order) */
    /*-webkit-text-stroke: 1px black;
    //color: black;
    text-shadow: -1px -1px 0 #000, 1px -1px 0 #000, -1px 1px 0 #000, 1px 1px 0 #000;*/
}
.stroke2 {
    /*-webkit-text-fill-color: gray; /* Will override color (regardless of order) */
    /*-webkit-text-stroke: 2px black;*/
    /*color: black;
    //text-shadow: -1px -1px 0 #000, 1px -1px 0 #000, -1px 1px 0 #000, 1px 1px 0 #000;*/
}

