body {
    background: url("../img/bg.jpg") no-repeat center center fixed;
    background-color: #116dc2;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

#page-container {
    position: relative;
    min-height: 100vh;
}

.content-wrap {
    padding-bottom: 50px;
}

.jumbotron {
    background-color: #0e2e42;
    color: white;

}

.img-wrapper {
    Width: 100%;
    Height: 230px;
    overflow: hidden;
}

.card {
    background-color: #0e2e42;
    color: white;
}

.footer {
    width: 100%;
    height: 80px;
    background-color: #0e2e42;
    text-align: center;
    bottom: 0;
}

.footer a {
    color: white;
}

.footer a:hover {
    color: gray;
    text-decoration: underline;
}