html, body {
    margin: 0;
    padding: 0;
    height: 100%;
    overflow-x: hidden; /* https://stackoverflow.com/questions/30099310/how-to-fix-background-content-shaking-issue-on-desktop-browser-triggered-by-scro */
}

nav {
    margin-bottom: 20px;
}

div.footer {
    text-align: center;
    font-size: smaller;
}

div.card {
    margin-bottom: 20px;
}

button#googleSignInButton {
    padding-top: 0;
    padding-left: 0;
    padding-bottom: 0;
}

button#googleSignInButton:hover {
    cursor: pointer;
}
.breadcrumb {
    background-color: #E9ECEF;
    border: 1px solid var(--bs-gray-300);
    border-radius: .5em;
    padding: 1em;
}
.school-select {
    border-style: dashed;
    border-width: 2px;
    border-color: gray;
    border-radius: 5px;
}
.btn-hero:hover {
    filter: brightness(85%);
}