html {
  font-size: 14px;
}

@media (min-width: 768px) {
  html {
    font-size: 16px;
  }
}

.bg-img {
    background-image: url("../images/StoCorp-Banner-Full-54.jpg");
    background-size: cover;
    background-position: center;
    height: 200px;
    display: flex;
    align-items: flex-end;
    justify-content: left;
}

    .bg-img > h2{
        background-color: rgb(17, 17, 17, 0.7);
        padding: 10px;
        color: white;
    }

.btn-primary {
    color: #221F20;
    background-color: #F7A600;
    border: none;
}

.btn-primary:hover {
    background-color: #F7A600;
    color: #221F20;
    /*transition: 0.7s;*/
}

.btn-primary:active {
    background-color: #F7A600;
    color: #221F20;
    /*transition: 0.7s;*/
}

/*.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;
}*/

.alert-primary {
    color: #221F20;
    background-color: #F8D447;
    border:none;
}

.my-custom-class {
    background-color: #AFB8C7; /* Example: light gray background */
}

.my-custom-card {
    /*background-color: #BEAFAA;  Example: light gray background */
    background-color: #F7A600; /* Example: light gray background */
}

html {
  position: relative;
  min-height: 100%;
}

body {
  margin-bottom: 60px;
}