/* Pull content up under the ASU header */
#asu-header + main {
    margin-top: 0 !important;
}
@media (min-width: 1260px) {
  #header-main .navbar-brand .vert {
    height: 96px;
  }
}
/* Smaller page title */
.page-title {
    font-size: 1.8rem;
    margin-bottom: .5rem;
}

/* Less whitespace under intro */
.page-intro {
    margin-bottom: 1rem;
}

/* Tighter sections */
.tool-section {
    margin-top: 1.5rem;
}

/* Four cards across */
.tool-card {
    height: 100%;
}

.tool-card .card-body {
    padding: .9rem;
}

.tool-card .card-title {
    font-size: 1.05rem;
    margin-bottom: .4rem;
}

.tool-card .card-text {
    font-size: .95rem;
    margin-bottom: .75rem;
}

.tool-card .btn {
    width: 100%;
}