﻿/* Set padding to keep content from hitting the edges */

@font-face {
    font-family: Nationale;
    src: url(fonts/nationale-demibold.woff2) format("woff2");
    font-weight: 600;
    font-style: normal
}

@font-face {
    font-family: Nationale;
    src: url(fonts/nationale-medium.woff2) format("woff2");
    font-weight: 500;
    font-style: normal
}

@font-face {
    font-family: Nationale;
    src: url(fonts/nationale-regular.woff2) format("woff2");
    font-weight: normal;
    font-style: normal
}

.body-content {
    margin-top: 15px;
    padding-left: 15px;
    padding-right: 15px;
}

:root {
    --bs-font-sans-serif: Nationale;
}

/* Override the default bootstrap behavior where horizontal description lists 
   will truncate terms that are too long to fit in the left column 
*/
.dl-horizontal dt {
    white-space: normal;
}

/* Set width on the form input elements since they're 100% wide by default */
input,
select,
textarea {
    max-width: 280px;
}

.field-validation-error,
label.error {
    color: red;
}

.input-validation-error,
input.error {
    border: 2px solid red;
}