/* Provided by Sphinx's 'basic' theme, and included in the final set of assets */
@import "../basic.css";

:root {
    /*Set main color to match color of main logo color */
    --pst-color-primary: 74, 163, 196;
    --pst-font-size-base: 15px;
}

.bd-header-announcement {
    background-color: rgb(221, 21, 21) !important;
}

img {
    /* align center default for images */
    display: block;
    margin-left: auto;
    margin-right: auto;
}

h1,
h2 {
    color: #4AA3C4 !important;
    font-weight: bolder;
}

h3,
h4,
h5,
h6 {
    color: #4AA3C4 !important;
}

/* Main index page overview cards */

.intro-card {
    padding: 10px 10px 10px 10px;
}

.intro-card .sd-card-img-top {
    margin: 0px;
    height: 80px;
    background: none !important;
}

.intro-card .sd-card-title {
    color: var(--pst-color-primary);
    font-size: var(--pst-font-size-h5);
    padding: 0rem 0rem 0.25rem 0rem;
}

.intro-card .sd-card-hover {
    border-color: color: var(--pst-color-primary) transform: scale(2.01);
}

video {
    width: 100%;
}