/* Some logo-derived colour :) */
h1 {
    color: #B5CC05 !important;
}

h2 {
    color: #1461DA !important;
}

h3 {
    color: #D80213 !important;
}

.md-typeset .grid {
	grid-template-columns: repeat(auto-fit,minmax(min(100%,8rem),1fr));
}

/* Link blocks in the footer of the pages */
footer .links {
    /* enable this to vertically center
    margin: auto .6rem;
    */
    margin: 0 .6rem;
    padding: .4rem 0;
}

footer ul li {
    margin-bottom: 0 !important;
    list-style: square;
}
