header {
    background-color: white;
    height: 100px;
    width: 100%;
}

footer {
    background-color: #808080;
    color: #004899;
    width: 100%;
    height: 35px;
    bottom: 0;
    position: fixed;
}

.ulFooter {
    list-style-type: none;
    margin: 2px;
}

.liFooter {
    display: inline;
    padding-right: 10px;
}

#bonlogo {
    padding-left: 50px;
    padding-right: 50px;
    margin: 5px;
    height: 75px;
}

#bontitle {
    text-align: left;
    padding-left: 50px;
    margin: 5px;
}

nav {
    margin: 2px;
}

#scrollBtn {
    display: none;
    position: fixed;
    bottom: 50px;
    right: 30px;
    z-index: 99;
    border: none;
    outline: none;
    background-color: #808080;
    color: #fff;
    font-weight: bold;
    cursor: pointer;
    padding: 15px;
    border-radius: 10px;
    font-size: 14px;
}

#scrollBtn:hover {
    background-color: #004699;
    color: #fff;
}

.arr-right .breadcrumb-item + .breadcrumb-item::before {
    content: "›";
    vertical-align: top;
    color: #004899;
    font-size: 32px;
    line-height: 18px;
}

.img-fluid {
    transition:transform 0.25s ease;
}

.img-fluid:hover {
    margin-left: 100px;
    -webkit-transform:scale(2.5);
    transform:scale(2.5);
}

.btn-primary {
    -webkit-appearance: none;
    background-color: #808080;
}

.btn-primary:hover {
    -webkit-appearance: none;
    color: #fff;
    background-color: #004699;
}

.btn-primary:focus {
    -webkit-appearance: none;
    color: #004699;
    background-color: #808080;
}

.bg-dark {
    background-color: #fff !important;
}

.text-light {
    color: #004699 !important;
}

.breadcrumb {
    background-color: #fff;
    color: #004699 !important;
    border-color:#004699;
    font-weight: bold;
    font-size: 16px;
}

.pagination-link {
    color:#004699;
}

.alert {
    padding: 0;
    margin-bottom: 0;
}