html, body {
    background-color: #222222;
    color: #eeeeee;
    font-family: 'Source Serif Pro', serif;
    font-weight: 100;
    font-size: 1.125rem;
    height: 100vh;
    margin: 0;
    padding: 0;
}

h1, h2, h3, h4, h5, h6 {
    font-family: 'Forum', serif;
    color: #ffffff;
}

a:hover {
    color: #ffffff;
}

code, pre, kbd {
    font-family: 'Source Code Pro', monospace;
}

pre {
    overflow: hidden;
}

hr {
    border: 1px solid black;
}

.site-header {
    margin: 0.5rem;
    padding: 0.5rem;
}

ul.no-bullet, ol.no-bullet {
    margin-left: 0;
    list-style: none;
}

.w100 {
    height: 4rem;;
}

.spacer {
    min-height: 3rem;
}

.form-control {
    font-family: 'Source Code Pro', monospace;
    color: #fff;
    background-color: #555;
}

.form-control[readonly] {
    background-color: inherit;
    color: inherit;
    border: solid 1px;
}

.footer {
    position: fixed;
    top: 0; /* But why is it called footer if it is at the top? Because I cannot be bothered to change it */
    width: 100%;
    height: 60px; /* Set the fixed height of the footer here */
    line-height: 60px; /* Vertically center the text there */
    background-color: #333;
}

.footer > .container {
    padding-right: 15px;
    padding-left: 15px;
}

.img32 {
    height: 32px;
    width: 32px;
}

#divDiceBase {
    display: none;
}

.input-group-middle > .input-group-text, .input-group-middle > .form-control {
    border-radius: 0;
}

.text-muted {
    font-family: 'Source Serif Pro', serif;
}
