﻿@font-face {
    font-family: 'Edition';
    src: url('../webfonts/edition_-webfont.eot');
    src: url('../webfonts/edition_-webfont.eot?#iefix') format('embedded-opentype'), url('../webfonts/edition_-webfont.woff') format('woff'), url('../webfonts/edition_-webfont.ttf') format('truetype'), url('../webfonts/edition_-webfont.svg#editionregular') format('svg');
    font-weight: normal;
    font-style: normal;
}

html, body {
    height: 100%;
}

header {
    font-family: 'Edition', serif;
    font-weight: normal;
    color: #16140d;
    text-transform: uppercase;
    border-bottom: 1px solid #16140d;
}

footer {
    background: #2c291b;
    color: #f6f6e8;
}

#content {
    padding: 4em;
}

#card-subsection {
    font-size: 0.9em;
}

#card-subsection td {
    padding: 0;
}

.btn:focus, .btn:active:focus, .btn:focus-visible, .btn-close:focus {
    box-shadow: none;
}

.form-control:focus, .form-select:focus {
    box-shadow: none;
    border-color: #ced4da;
}
