body {
    background-color: black;
    color: white;
    margin: 0px;
    padding: 0px;
}
.banner {
    width: 100%;
    text-align: center;
    background-image: url('../assets/chapel.png');
    background-repeat: repeat-x;
    margin: 0px;
}
.breadcrumbTrail {
    position: absolute;
    top: 125px;
    left: 20px;
}
.breadcrumb {
    float: left;
}
.breadcrumb img {
    width: 75px;
    height: 75px;
}
.home {
    position: absolute;
    top: 125px;
    left: 20px;
    cursor: pointer;
}
.home img {
    width: 75px;
    height: 75px;
}