.divider {
    height: 2rem;
    border-width: 1px 0;
    box-shadow: inset 0 .5em 1.5em rgba(0,0,0,0.25);
}

.parallax {
    /* The image used */
    background-image: url("../images/back_andon.svg");
    /* Set a specific height */
    min-height: 500px;
    /* Create the parallax scrolling effect */
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}
