html {
    background: linear-gradient(#3345ab, #18204f, #000 20vh);
}

body {
    background-image: url('/coback2.png');
    background-position: 0 bottom;
    background-repeat: no-repeat;
}

h2.book-brand * img {
    width: 100%;
}

aside * h4 {
    font-weight:bold;
}

aside nav > ul {
    display:block;
    margin-bottom: 2em;
}

.markdown h1 {
    margin-top: 0;
}

nav#related {
    bottom:inherit;
}
.book-toc > nav {
    max-height:80vmin;
    min-height:20vmin;
}
figure.icon {
	vertical-align: top;
}

img[src $= "#floatleft"] { float: left; margin-right:2em; }

a.anchor { display:none; }

/* Vim: tabstop=4:shiftwidth=4 expandtab */
