
/**************************************/
/**************** Root ****************/
/**************************************/
:root {
    --documentation: white;
    --navbar: white;
}

/**************************************/
/***************  **************/
/**************************************/
.integration_logo img {
    display: block;
    padding-left: 5px;
    padding-right: 5px;
    padding-top: auto;
    padding-bottom: auto;
    margin: auto;
}

.integration_logo_square {
    width: 50%;
    margin: auto;
}

.integration_info_card {
    width: 10em;
    height: 10em;
    margin: auto;
    text-decoration: none;
    color: #8795A1;
}

.integration_info_logo {
    height: 200px;
    margin: auto;
    text-decoration: none;
    color: #8795A1;
}

.embed-responsive-item {
    position: relative;
    top: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 0;
}

.heroImage {
    height: 300px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    justify-content: center;
}

.heroImage > img {
    display: block;
    width: auto;
    height: 100%;
}
