/***********
  ** Override CSS goes here
  ** Typically added to live sites that aren't compiled anymore
************/

.color-white {
  color: #FBFAF5 !important;
}

.modal {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 999999;
    display: none;
    width: 100%;
    height: 100%;
    overflow-x: hidden;
    overflow-y: auto;
    outline: 0;
}

.modal.show .modal-dialog {
    transform: none;
}

#fadeModal img.modal-logo {
    max-height: 125px;
}

#fadeModal .btn-close {
    background: #fff;
    color: #000;
    position: absolute;
    top: 0;
    right: 0;
    opacity: 1;
    border-radius: 0;
    margin: 0;
    padding: 5px 9px 9px;
}

#fadeModal ul {
    position: relative;
    z-index: 100;
    list-style: none;
}

@media (min-width: 1200px)
.fs-4 {
    font-size: 1.5rem !important;
}