.footer {
    background-color: white;
}
.bg {
    /* The image used */
    /*background-image: url("../images/background.jpg");

    !* Full height *!
    height: 100%;

    !* Center and scale the image nicely *!
    background-position: center;
    background-repeat: repeat-y;
    background-size: cover;*/

    background: url(../images/background.jpg) no-repeat center center fixed;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

.container {
    padding: 10px;
}

ul li {
    list-style: none;
}

/*.card:hover{
    -webkit-box-shadow: -1px 9px 40px -12px rgba(0,0,0,0.85);
    -moz-box-shadow: -1px 9px 40px -12px rgba(0,0,0,0.85);
    box-shadow: -1px 9px 40px -12px rgba(0, 0, 0, 0.85);
}*/

.span4 img {
    margin-right: 10px;
}
.span4 .img-left {
    float: left;
}
