/*!
 * Start Bootstrap - Modern Business (https://startbootstrap.com/template-overviews/modern-business)
 * Copyright 2013-2019 Start Bootstrap
 * Licensed under MIT (https://github.com/BlackrockDigital/startbootstrap-logomodern-business-nav/blob/master/LICENSE)
 */

.wrapper {
    width: 960px;
}


/* WEBSITE */

.img-logo {
    padding: 15px 0 10px 0;
    height: 160px;
    width: auto;
}

.img-logo2 {
    height: 80px;
    width: auto;
}

.card-img-top-product {
    width: 100%;
    height: 20vh;
    object-fit: cover;
}

.card-img-top-project {
    width: 100%;
    height: 10vh;
    object-fit: cover;
}

#carouselIndicators {
    padding-top: 0.5rem;
}

#carouselIndicators .carousel-item {
    height: 50vh;
    min-height: 480px;
    background: no-repeat center center scroll;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

.portfolio-item {
    margin-bottom: 30px;
}


/* ADMIN */

table tr.grey {
    background-color: rgba(0, 0, 0, .05);
}

div.table-responsive {
    display: table;
}