        /*
     * Used only on the home page. */
     
    /*
     * Jumbotron boxes: home page (not used) */
    .jumbotron-background {
        background: #000 url("http://www.dcbourone.com/no-text_soldiers-son.png");
        background-size: cover;
        background-repeat: no-repeat;
        background-position: center;
        width: 100%;
        height: 100%;
    }
    .jumbotron {
      border-top: 1px solid #1a0d0d;
    }