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;
}

/*
    custom color palette based on the Anchorpoint brand colors
*/
.text-dark-blue {
    color: #407098;
}

.text-light-blue {
    color: #59afe5;
}

.text-dark-grey {
    color: #8f8f91;
}

.text-light-grey {
    color: #c3c4bc;
}

.text-blue-grey {
    color: #96b1be;
}

.bg-dark-grey {
    background-color: #8f8f91;
}

.bg-shield-blue{
    background-color: #478ac5;
}