@font-face {
    font-family: "Pacifico";
    src: url(fonts/Pacifico/Pacifico-Regular.ttf);
}

a:link, a:visited {
    color: darksalmon;
    text-decoration: none;
}

abbr {
    cursor: help;
}

body {
    color: white;
    font-family: Helvetica, sans-serif;
    font-size: 130%;
    margin: 0em;
}

pre {
    background-color: black;
    border-color: #95574C;
    border-radius: 0.3em;
    border-style: solid;
    border-width: thin;
    font-family: monospace;
    margin: 1.2em auto;
    overflow: auto;
    padding: 0.5em 1em;
    white-space: pre-line;
}

.comment {
    color: gray;
}

.cover {
    background-color: #Cf333D;
    background-image: url(img/pyramids.svg),
                      url(img/birds.svg),
                      url(img/dusk.svg);
    background-position: 90% bottom, left 100px bottom 30px, top;
    background-repeat: no-repeat, no-repeat, no-repeat;
    background-size: 342px 65px, 44px 31px, cover;
    box-sizing: border-box;
    height: 100vh;
    padding: 1rem;
    text-align: center;
}

.cover a,
.footer a {
    color: #191919;
}

figure {
    margin: 0rem;
}

figcaption {
    color: silver;
    font-size: smaller;
    margin-top: 1em;
}

html {
    background-color: #191919;
    margin: 0em;
}

h1, h2 {
    color: #CF523B;
    font-weight: normal;
}

h2 {
    font-family: "Pacifico", sans-serif;
    margin-bottom: 1em;
    margin-top: 3em;
}

.block-centered {
    display: block;
    margin: auto;
}

.block-image {
    display: block;
    max-width: 100%;
}

.button-group {
    display: flex;
    flex-flow: column;
    gap: 1rem;
    justify-content: center;
    margin-top: 2em;
    padding: 0rem;
}

.button-group > li {
    list-style: none;
}

.button-featured:link,
.button-featured:visited {
    border-radius: 5px;
    border-style: solid;
    border-width: thin;
    display: inline-block;
    font-size: 0.8em;
    padding: 10px;
    text-align: center;
    text-decoration: none;
    width: 80%;
}

.button-simple:link,
.button-simple:visited {
    color: white;
}

.button-simple:active,
.button-simple:focus,
.button-simple:hover {
    background-color: #191919;
    border-color: black;
}

.fineprint {
    font-size: 0.7em;
}

.footer {
    background-color: #Cf333D;
    background-image: url(img/dusk.svg);
    background-size: cover;
    margin-top: 5em;
    padding: 1em;
    padding-top: 3em;
    text-align: center;
}

.info {
    margin: auto;
    max-width: 800px;
    padding: 1em;
    text-align: left;
}

.responsive-image {
    display: block;
    height: auto;
    margin: auto;
    max-width: 100%;
}

.shell {
    font-family: monospace;
    font-size: 1.2em;
    margin-top: 1.2em;
}

.cmd {
    background-image: url("img/prompt.svg");
    background-position: 0% 50%;
    background-repeat: no-repeat;
    padding-left: 24px;
}

.usage-list {
    text-align: left;
}

.usage-list > div {
    margin: 1em 0em;
}


@media screen and (min-width: 680px) {
    .cover {
        height: auto;
        padding: 3em;
    }

    .button-group {
        flex-flow: row wrap;
    }

    .button-featured:link,
    .button-featured:visited {
        width: 150px;
    }
}
