﻿html, body {
    background-color: antiquewhite;
    height: 100%;
    margin: 0;
    padding: 0;
    font-family: 'RO Sans', Calibri, Arial, Verdana, sans-serif;
}

/* Regular */
@font-face {
    font-family: 'RO Sans';
    src: url('../fonts/RO-SansWebText-Regular.woff2') format('woff2');
    font-weight: 400; /* normal */
    font-style: normal;
}

/* Bold */
@font-face {
    font-family: 'RO Sans';
    src: url('../fonts/RO-SansWebText-Bold.woff2') format('woff2');
    font-weight: 700; /* bold */
    font-style: normal;
}

/* Italic */
@font-face {
    font-family: 'RO Sans';
    src: url('../fonts/RO-SerifWeb-Italic.woff2') format('woff2');
    font-weight: 400; /* normal weight */
    font-style: italic;
}

.cutive-regular {
    font-family: "Cutive", serif;
    font-weight: 400;
    font-style: normal;
    font-size: 9pt;
    padding-right: 20px;
    margin-top: 2px;
    color: #9a4d0d;
}

.caveat-400 {
    font-family: "Caveat", cursive;
    font-optical-sizing: auto;
    font-weight: 800;
    font-style: normal;
    font-size: 14pt;
    color: midnightblue;
    margin-top: -3px;
}

/* Custom header styling */
.custom-header {
    aspect-ratio: 20 / 3;
    background: url('/images/adjudant-2.jpg');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    background-color: midnightblue;
    color: white;
    display: flex;
    margin: 0 auto;
}

.nav-link {
    color: #ffffff;
    font-size: 16pt;
    padding: 0;
}

    .nav-link:hover {
        color: lightgrey;
        text-decoration: underline;
    }

.navbar {
    background-color: #154273;
    --bs-navbar-padding-y: 0 !important;
}

.content > div {
    background-color: #ffffff;
}

.navbar-toggler {
    color: #fff !important;
    background-color: #e17000 !important;
    border-radius: 0;
    border: 1px solid #ff8a16;
}

    .navbar-toggler:focus {
        text-decoration: none;
        outline: 0;
        box-shadow: 0 !important;
        border: 1px solid #ff8a16 !important;
    }

    .navbar-toggler:focus {
        outline: none;
        box-shadow: none;
    }

.navbar-collapse.show {
    background-color: #ffffff18 !important;
}

.main {
    min-height: 100vh; /* fill at least the full viewport height */
    display: flex; /* optional: for vertical centering */
    flex-direction: column;
}

.main-container-div {
    flex: 1;
    background-color: antiquewhite;
    padding: 0;
}

.main-content-div {
    min-height: 65vh;
    font-family: 'RO Sans', Calibri, Arial, Verdana, sans-serif;
    font-size: 14pt;
}

.dho-h2 {
    font-weight: 700;
    padding: 15px 0 10px 0;
}

.dho-footer {
    padding: 10px 0 0 5px !important;
    color: #ffffffaa;
    font-size: 9pt;
}

.dho-label {

}

.dho-data {

}

#apiUrl {
    color: #aaa;
    font-size: small;
    padding: 10px 0 10px 0;
    text-align: center;
}

