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 {
  font-family: "Verdana","Helvetica","Arial","sans-serif";
  /* background: url('../img/') no-repeat center center fixed;
 */
  background-image: url('https://cdacentral.com/good_old_shop.jpg');
  background-repeat: no-repeat;
  background-size: contain;
  background-attachment: fixed;
  background-color: #cccccc;
  background-blend-mode: soft-light;
  background-size: cover;
}
.boxit {
  margin-bottom: 20px;
  margin-left:10px;
  margin-right:10px;
  padding: 20px 15px;
  background: rgba(255,255,255,0.9);
  border: #999999 solid 1px;
  border-radius: 1rem;
}
