.title {
    color: #3f3d3e;
    align-items: flex-start;
    font-size: 1em;
    margin-bottom: 0em !important;
}
body {
    background-image: url(/img/bga.jpg);
    background-repeat: repeat-x;
    background-position: center top;
}
.section {
    background-color: rgba(255, 255, 255, 0.9);
    border-radius: 0.250em;
    text-shadow: 0.125em 0.250em 1.875em #fff;
    padding: 2rem;
}
.col-lg-12 .title {
    color: #6034BF;
    font-size: 1.75em;
}
.breadcrumbs li {
line-height: 1.5625em;
    display: inline-block;
    list-style: none;
    font-size: 0.9em;
    color: #000;
}