body {
    position: relative;
    height: 100%;
    margin: auto;
    /*background: rgba(0, 0, 0, .6) no-repeat center center fixed;*/
    background-size: cover;
}

.navbar-inverse {
    background-color: rgb(0, 0, 0);
}

.under-construction {
    width: 80%;
    max-width: 400px;
}

.head-image {
    /*min-width: 100%;*/
    min-height: 100vh;
}

.background-transparency {
    background-color: rgba(160, 160, 160, 0.7);
    min-height: 100vh;
    height: 100%;
    width: 80%;
    min-width: 768px;
    margin: auto;
}

.content {
    min-height: calc(100vh - 40px);
}

.container {
    padding-bottom: 40px;
}

.product-image {
    max-width: 250px;
    max-height: 150px;
}

.foot {
    position: absolute;
    background-color: black;
    width: 100%;
    bottom: 0px;
    border-radius: 0px;
    height: 25px;
}

.main-section-spacing {
    padding-top: 50px;
}

.img-proj {
    height: 300px;
    margin: 15px;
    transition-property: width;
    transition-duration: 1s;
}

/*.img-proj:hover {*/
    /*width: 100%;*/

/*}*/
