/* Bootstrap Spinner  */
@keyframes spinner-border {
    to { transform: rotate(360deg); }
}

.spinner-border {
    display: inline-block;
    width: 2rem;
    height: 2rem;
    vertical-align: text-bottom;
    border: .25em solid currentColor;
      border-right-color: currentcolor;
    border-right-color: transparent;
    border-radius: 50%;
    -webkit-animation: spinner-border .75s linear infinite;
    animation: spinner-border .75s linear infinite;
}

.alert-danger {
    --bs-alert-color: #fff;
    --bs-alert-bg: #bc2b25;;
    --bs-alert-border-color: #bc2b25;
  }

.alert-danger a:not(.btn), .alert-danger .alert-link, .alert-danger a:not(.btn):hover {
    color: #fff;
}

/* Be What The World Needs Footer */
.cls-1 { fill: #00643d; }
.cls-2 { fill: #fff; }
#bwtwn_footer {
    width: 400px;
    display: block;
    filter: drop-shadow(0px 0px 2px rgba(0, 0, 0, .3));
    position: absolute;
    top: -90px;
    z-index: 100;
    left: 50%;
    margin-left: -200px;
    animation: fadein1 1.5s normal ease-out;
}
#jumbotron-footer {
    background-color: #4d4e53;
    padding-top: 50px;
    padding-bottom: 10px;
    margin: 96px 0 45px;
    font-size: 14px;
}
@media (max-width: 767px) {
    #bwtwn_footer {
        width: 370px;
        margin-left: -185px;
    }
}
@media (max-width: 500px) {
    #bwtwn_footer {
        width: 290px;
        margin-left: -145px;
        top: -70px;
    }
    #jumbotron-footer {
        padding-top:40px;
    }
}
@media (max-width: 375px) {
    #bwtwn_footer {
        width: 230px;
        margin-left: -115px;
        top: -58px;
    }
    #jumbotron-footer {
        padding-top:34px;
    }
}
.uofs-offcanvas-inner  #jumbotron-footer { display: none; }
