div.body {
    padding-top: 30px;
    min-width: unset;
}
.body > div.section h1 {
    margin-top: 0;
}

div.body p,
div.body dd,
div.body li,
div.body blockquote,
.nav.nav-list {
    font-size: 18px;
}

.navbar-nav .globaltoc-container {
    display: none;
}


/* .container is used by both bootstrap and sphinx */
.container div.body .section > div.container {
    width: unset
}
.project-boxes {
    display: flex;
    flex-wrap: wrap;
}
@media screen and (min-width: 1024px) {
    .project-boxes {
	padding-right: 0;
    }
}
.project-box {
    border: solid thin #a5cced;
    border-width: medium thin;
    background-color: #f7f5fa;
    padding-top: 1em;
    border-radius: 2em;
    margin-bottom: 1em;
}

.project-box + img {
    margin-bottom: 1em;
}

.project-box a {
    font-weight: bold;
}

.project-box ~ .project-box {
    /*x-margin-left: 1em;*/
}

.screenshots {
    margin-bottom: 1em;
}

/* donation */

div#donations.section > .box1 {
    width: 50%;
    border: solid thin lightseagreen;
    border-radius: 1em;
    float: right;
    padding-left: 0.5em;
    margin-left: 0.5em;
    margin-bottom: 0.5em;
}

div#donations.section > .box1 > .centered {
    color: seagreen;
}

div#donations.section > .box2 + * {
    clear: both;
}

div#donations.section >ul li {
    margin-bottom: 0.5em
}

/* admonitions */

p.admonition-title {
    border-bottom: solid lightgrey;
}
div.admonition {
	background-color: #f7f5fa;
	border: #a5cced solid;
	border-radius: 0.5em;
}

/* icons for dowlnload links */
#flyer-composer .download li a {
    background-repeat: no-repeat;
    background-position: left center;
    background-size: 20px;
    padding-left: 24px;
}
#flyer-composer .download li a[href$=".msi"]  {
    background-image: url("../_static/microsoft-icon.svg");
}
#flyer-composer .download li a[href$=".exe"] {
    background-image: url("../_static/microsoft-icon.svg");
}
#flyer-composer .download li a[href*="linux"] {
    background-image: url("../_static/tux-icon.png");
}

/* misc adjustments */

li > p:last-child {
	margin-bottom: revert;
}
