/*!
 * Copyright 2021 System Development, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */

.sdicgm-footer {
    background-color: #DEE2E4;
}


/*SDI STYLE OVERRIDES FOR BOOTSTRAP */

.hubspot-button {
    background-color: #6a78d1;
    border: 1px solid #6a78d1;
    border-radius: 3px;
    padding: 10px 16px;
    text-decoration: none;
    color: #fff;
    font-family: inherit;
    font-size: inherit;
    font-weight: normal;
    line-height: inherit;
    text-align: left;
    text-shadow: none;
}

.card-yellow {
    background-color: #E19F1C;
    color: #fff;
}

.highlight-yellow {
    color: #E19F1C;
}

.hightlight-red {
    color: red;
}

.jumbotron {
    padding: 2rem 1rem;
    margin-bottom: 2rem;
    background-color: #e9ecef;
    border-radius: 0.3rem;
    height: 500px;
}

@media (min-width: 576px) {
    .jumbotron {
        padding: 4rem 2rem;
    }
}

.jumbotron-fluid {
    padding-right: 0;
    padding-left: 0;
    border-radius: 0;
    /* background: linear-gradient(rgba(0, 0, 0, .65), rgba(255, 255, 255, 0)) */
}

.jumbotron-fluid.browser {
    background-image: url("../images/Header-Browser.bmp");
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.jumbotron-fluid.company {
    background-image: url("../images/Header-Company.bmp");
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.jumbotron-fluid.cloud {
    background-image: url("../images/Header-Cloud.bmp");
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.jumbotron-fluid.developers {
    background-image: url("../images/Header-Developers.bmp");
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.jumbotron-fluid.desktop {
    background-image: url("../images/Header-Desktop.bmp");
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.jumbotron-fluid.home {
    background-image: url("../images/Header-Home.bmp");
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.jumbotron-fluid.partners {
    background-image: url("../images/Header-Partners.bmp");
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.jumbotron-fluid.foreign-browser {
    background-image: url("../../images/Header-Browser.bmp");
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.jumbotron-fluid.foreign-company {
    background-image: url("../../images/Header-Company.bmp");
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.jumbotron-fluid.foreign-cloud {
    background-image: url("../../images/Header-Cloud.bmp");
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.jumbotron-fluid.foreign-developers {
    background-image: url("../../images/Header-Developers.bmp");
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.jumbotron-fluid.foreign-desktop {
    background-image: url("../../images/Header-Destkop.bmp");
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.jumbotron-fluid.foreign-home {
    background-image: url("../../images/Header-Home.bmp");
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.jumbotron-fluid.foreign-partners {
    background-image: url("../../images/Header-Partners.bmp");
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.navbar {
    background-color: #253657;
}

.new-theme {
    background-color: #091621;
    color: #fff;
}

.new-theme-gray {
    background-color: #818fb1;
}

.new-theme-white {
    background-color: #FFFFFF;
    color: #091621;
}

.partner-logos {
    max-width: 60px;
    max-height: 60px;
}

.customer-logos {
    max-height: 60px;
    max-width: 150px;
}

.product-banner {
    min-height: 360px;
    max-height: 500px;
}

.product-subtitle {
    height: 140px;
    background-color: rgba(9, 22, 33, .5);
}

.preview-card {
    background-image: url("../images/cgm-preview-handler.jpg");
    height: 200px;
}

.foreign-preview-card {
    background-image: url("../../images/cgm-preview-handler.jpg");
    height: 200px;
}

.partners {
    max-width: 200px;
}

.sdicgm-footer {
    background-color: #DEE2E4;
}