body {
    font-family: Archivo, sans-serif;
    font-size: 1.25em;
    padding-top: 20px;
    padding-bottom: 20px;
}

a {
    font-weight: 700;
    color: rgb(83, 83, 255);
    text-decoration-line: none;
}

p {
    margin-bottom: 1px;
}

hr {
    margin-top: 7px;
}

.code-large {
    font-family: 'Sometype Mono';
    font-size: 6.5em;
    font-weight: 700;
    margin-top: -60px;
    margin-bottom: -30px;
}

.code-small {
    font-family: 'Sometype Mono';
    font-weight: 700;
}

.mainheader {
    font-size: 1.7em;
    font-weight: 700;
    line-height: 1.05;
    text-transform: uppercase;
}

.subheader {
    font-size: 1.4em;
    font-weight: 700;
    text-transform: uppercase;
}

.headerinfo {
    margin-bottom: 15px;
}

.spacer {
    margin-bottom: 30px;
}

.font-small {
    font-size: 0.9em;
}

.font-medium {
    font-size: 1.0em;
}

.font-large {
    font-size: 1.1em;
}

.strong {
    font-weight: 700;
}

.row, .mb-3, .mb-9 {
    padding-top: 12px;
    padding-bottom: 12px;
    margin-bottom: 0!important;
}

.row-shade {
    background-color: rgb(228, 228, 228);
}

.row-noshade {
    background-color: white;
}

.row-shade, .row-noshade {
    padding-top: 12px;
    padding-bottom: 12px;
    margin-bottom: 0 !important;
}

.info {
    width: 100%;
    height: 150px;
    padding: 10px 15px;
}

.rowheader {
    font-weight: 700;
}

.dropdown {
    padding: 6px 5px;
}

.align-right {
    text-align: right;
}

.input-text {
    width: 100%;
    max-width: 500px;
    font-size: 1em;
}

.warning {
    color: red;
}

.clean {
    color: black;
    font-weight: 300;
}

.card-title {
    font-size: 1.7em;
    font-weight: 700;
}

.card-text {
    font-size: 1.2em;
    font-weight: 500;
}

.blue {
    background-color: lightblue;
}

.yellow {
    background-color: rgb(255, 255, 167);
}

.orange {
    background-color: rgb(233, 201, 142);
}

.green {
    background-color: lightgreen;
}

.gray {
    background-color: rgb(173, 173, 173);
}

.pink {
    background-color: rgb(245, 203, 210);
}

.height-100 {
    height: 100%;
}