/* User Provided Stylesheet */

/* From https://github.com/jupyter-book/example-landing-pages/blob/main/css/footer.css */

a[href*="/steps/signup"] {
    background-color: rgb(59 130 246);
    color: white;
}

.myst-theme-button {
    width: 1.8rem;
    height: 1.8rem;
}

.myst-landing-centered-inner {
    padding-top: 20px;
    padding-bottom: 30px;
}

h2[id="features"] {
    margin-top: 10px;
}

h2[id="pricing"] {
    margin-top: 25px;
}

footer {
    padding-top: 10px !important;
    padding-bottom: 10px !important;

    & .grid {
        margin: 0;

        & p {
            margin: 0;
        }
    }
}

/* Overwrite builtin shadow class to make it more pronounced. */
.shadow {
    box-shadow: 0 5px 5px -3px rgba(0, 0, 0, 0.2), 0 8px 10px 1px rgba(145, 145, 145, 0.14), 0 3px 14px 2px rgba(0, 0, 0, 0.12);
}

/* EOF */
