/**
 * Almost identical to the https://advtr.co.uk/acknowledgments css
 * since it's pretty much the same thing
 */

* {
    box-sizing: border-box;
}

body {
    margin: 0;
    font-family: Lato, -apple-system, BlinkMacSystemFont, "Segoe UI", Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji";
    font-size: 16px;
    line-height: normal;
    font-weight: 400;
    -webkit-font-smoothing: antialiased;
}

a, button, h1, h2, h3, h4, h5, h6, input, ol, p, textarea, th, ul {
    background: transparent;
    border: 0;
    border-radius: 0;
    font: inherit;
    list-style: none;
    margin: 0;
    outline: 0;
    overflow: visible;
    padding: 0;
    vertical-align: baseline;
}

a, a:hover {
    color: inherit;
    background-color: transparent;
    text-decoration: none;
}

h1, .h1 {
    font-size: 32px;
    font-weight: 500;
    line-height: 1.2;
}

h3, .h3 {
    font-size: 20px;
    font-weight: 500;
    line-height: 1.2;
}

.container-lg {
    max-width: 1012px;
    margin-right: auto;
    margin-left: auto;
    padding: 0;
}

.acknowledgements {
    margin: 32px auto 8px auto;
    padding: 0 20px !important;
}

.header {
    display: flex;
    flex-direction: row;
    flex: auto;
}

.meta {
    position: relative;
    margin-right: 4px;
    margin-bottom: 0;
    flex: auto;
}

.home {
    display: flex;

    flex-wrap: wrap;
    align-items: center;
    justify-content: end;
}

.bck-btn {
    cursor: pointer;
    font-weight: 600;
    background-color: #0099cc;
    border-radius: 4px;
    color: aliceblue !important;
    padding: 4px 8px;
    margin: 0;
}

.codeblock {
    background: #f0f0f0;
    border-radius: 6px;
    padding: 20px;
    margin: 2rem 0;
    color: #000;
    font-size: 1.2rem;
    font-family: monospace, monospace, sans-serif;
    font-weight: 400;
    letter-spacing: 0;
}

h3 {
    padding-bottom: 5px;
}

.separator {
    margin: 10px 0;
}
