body, html {
        /* The image used */
    background-image: url(../img/background.jpeg);

    /* Full height */
    height: 100%;

    /* Center and scale the image nicely */
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
}

p, h1, li {
    color: #fff;
}

h1 {
    margin: .5em 0;
    text-transform: uppercase;
    font-family: Montserrat,"Helvetica Neue",Helvetica,Arial,sans-serif;
    font-weight: 700;
    letter-spacing: 1px;
}

.text {
    margin-top: 2em;
    margin-bottom: 2em;
    background: rgb(0, 0, 0);
    background: rgba(0, 0, 0, 0.4);
}

.footer {
  position: fixed;
    left: 0;
    bottom: 0;
    width: 100%;
    background: rgb(0, 0, 0);
    background: rgba(0, 0, 0, 0.7);
    color: white;
    text-align: center;
}

.row {
    overflow: auto;
}