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%;
}


.ribbon {
    z-index: 100;
    position: absolute;
    top: 20px;
    right: -37px;
    background: white;
    color: #005fac;
    padding: 9px 39px;
    transform: rotate(45deg);
    font-weight: bold;
    font-size: 14px;
    box-shadow: 0 2px 6px rgba(0,0,0,0.3);
}

.price {
    color: #008000;
}
.primary {
    color: #005fac;
}

.jumbotron-bg {
    padding-top: 20px;
    min-height: 25.25rem;
/*    background-color: black;*/
    background-image: url('/img/crest_header.png');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}
.footer {
    padding-top: 15px;
}
.btn-blue {
    background-color: #005fac;
    color: white;
}