body {
    font-family: 'Quicksand', sans-serif;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-weight: 600;
}

a {
    color: #05418e;
    text-decoration: none;
}

.fixed-top {
    background-color: #05418e;
    min-height: 64px;
}

.header-home {
    background-image: url(/img/background-home.jpg);
    padding: 10% 15%;
    background-size: auto;
    color: white;
    background-position: center;
    text-align: center;
}

@media (max-width: 768px) {
    .navbar-brand {
        width: 80%;
    }
    .logo {
        width: 100%;
        height: auto;
    }
    #breadcrumbs {
        overflow: auto;
        white-space: nowrap;
    }
    .breadcrumb {
        display: block;
        font-size: 14px;
    }
    .breadcrumb .breadcrumb-item {
        display: inline-block;
    }
}

.bd-placeholder-img {
    font-size: 1.125rem;
    text-anchor: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
}

@media (min-width: 768px) {
    .bd-placeholder-img-lg {
        font-size: 3.5rem;
    }
}

.sidebar-title {
    font-weight: 700;
    font-size: 18px;
}

#bank-info {
    background: #fff;
    border: 1px solid #dee2e6;
}

#bank-info ul li {
    list-style: none;
    line-height: 35px;
    font-size: 18px;
}

#bank-info ul li i {
    color: #05418e;
}

#bank-info ul li i.fa-star,
#bank-info ul li i.fa-star-half-alt {
    color: #ff7426;
}

.bank-img-container {
    display: flex;
    justify-content: center;
    align-items: center;
}

@media (max-width: 768px) {
    .bank-item {
        margin-bottom: 1.5rem;
    }
}

.bank-title {
    font-size: 1.35rem;
}

.internal-links-container {
    background: #e2f0fc;
    border: 1px solid #90b8e0;
}

.internal-links-container div {
    margin-bottom: 5px;
}

.internal-links-container a {
    text-decoration: none;
}

#breadcrumbs {
    background: white;
    display: flex;
    flex-wrap: nowrap;
    overflow-x: auto;
    color: rgba(255, 255, 255, .75);
    text-align: center;
    white-space: nowrap;
    margin-bottom: 5px;
    margin-top: 12px;
}

@media (max-width: 768px) {
    #breadcrumbs {
        margin-top: 20px;
    }
}

@media (max-width: 510px) {
    #breadcrumbs {
        margin-top: 10px;
    }
}

.map-container {
    position: relative;
}

.leaflet-container {
    height: 300px !important;
    border: 1px solid grey;
}

.office-icon {
    color: #05418e;
}

.hours-container,
.services-container {
    background: white;
    border: 1px solid #e4e4e4;
}

.hours-container div,
.services-container div {
    line-height: 35px;
}

.bank-list-item {
    background: #fff;
    border: 1px solid #dee2e6;
}

.bank-list-item i {
    color: #05418e;
}

.bank-list-item i.fa-star,
.bank-list-item i.fa-star-half-alt {
    color: #ff7426;
}

@media only screen and (max-width: 768px) {
    #bank-info,
    #bank-info ul {
        padding: 0;
    }
    .footer img {
        width: 90%;
        height: auto;
    }
}