.logo-img {
    width: 300px !important;
    margin-top: 6px !important;
    margin-bottom: 6px !important;
}

.bg-linear-gradient-dark::before {
    background-image: linear-gradient(150deg, rgba(10, 9, 9, 0.675) 0%, rgba(119, 131, 143, 0.3) 100%);
    background-repeat: repeat-x;
    z-index:2;
}

.bg-gray {
    background-color: #c6c6c6 !important;
}

.bg-dark {
    background-color: #1e2022 !important;
}

.browser-box-shadow {
    box-shadow: 0 0.625rem 2.5rem 0.625rem rgba(140, 152, 164, 0.175)
}

.filter-grayscale {
    -webkit-filter: grayscale(100%); /* Safari 6.0 - 9.0 */
    filter: grayscale(100%);
}

.bottom-logo-width {
    width: 100px;
}

@media (min-width: 768px) {
    .min-height-md-80vh {
        min-height:90vh;
    }

    .bottom-logo-width {
        width: 200px;
    }

}



