@font-face {
    font-family: 'aileronblack';
    src: url('fonts/Aileron-Black-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'aileronlight';
    src: url('fonts/Aileron-Light-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

.academy-name {
    font-family: 'aileronblack'
}

.academy-row {
    min-height: 50px;
}

/* Overrides the blue from materialize to match bootstrap */
.arrow-icon {
    transition: all 0.4s ease;
    cursor: pointer;
}

.bio-row {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.2s ease-out;
}

.calendar-text {
    font-size: 100px;
}

.clickable-cell {
    cursor: pointer;
}

.google-button {
    box-shadow: 0 0 0 0.2rem #f4c20d;
}

.header-text {
    font-size: 5em !important;
}

.progress-bar {
    transition: width 3s;
}

#results {
    height: 300px;
    overflow-y: auto;
    font-family: "Courier New";
}

.large-spinner-holder {
    height: 80vh;
}

.scrolling-list-group {
    max-height: 100px;
    margin-bottom: 10px;
    overflow-y:auto;
    -webkit-overflow-scrolling: touch;
}

.toast {
    z-index: -1;
}

.toast-body {
    min-width: 100px;
}