
@charset "UTF-8";
/*!
 * Bootstrap  v5.3.3 (https://getbootstrap.com/)
 * Copyright 2011-2024 The Bootstrap Authors
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/main/LICENSE)
 */
:root {
  --noc-blue: #0d6efd;
  --noc-indigo: #6610f2;
  --noc-purple: #6f42c1;
  --noc-pink: #d63384;
  --noc-red: #dc3545;
  --noc-orange: #fd7e14;
  --noc-yellow: #ffc107;
  --noc-green: #198754;
  --noc-teal: #20c997;
  --noc-cyan: #0dcaf0;
  --noc-black: #000;
  --noc-white: #fff;
  --noc-gray: #6c757d;
  --noc-gray-dark: #343a40;
  --noc-gray-100: #f8f9fa;
  --noc-gray-200: #e9ecef;
  --noc-gray-300: #dee2e6;
  --noc-gray-400: #ced4da;
  --noc-gray-500: #adb5bd;
  --noc-gray-600: #6c757d;
  --noc-gray-700: #495057;
  --noc-gray-800: #343a40;
  --noc-gray-900: #212529;
  --noc-primary: #0d6efd;
  --noc-secondary: #6c757d;
  --noc-success: #198754;
  --noc-info: #0dcaf0;
  --noc-warning: #ffc107;
  --noc-danger: #dc3545;
  --noc-light: #f8f9fa;
  --noc-dark: #212529;
  --noc-primary-rgb: 13, 110, 253;
  --noc-secondary-rgb: 108, 117, 125;
  --noc-success-rgb: 25, 135, 84;
  --noc-info-rgb: 13, 202, 240;
  --noc-warning-rgb: 255, 193, 7;
  --noc-danger-rgb: 220, 53, 69;
  --noc-light-rgb: 248, 249, 250;
  --noc-dark-rgb: 33, 37, 41;
  --noc-primary-text-emphasis: #052c65;
  --noc-secondary-text-emphasis: #2b2f32;
  --noc-success-text-emphasis: #0a3622;
  --noc-info-text-emphasis: #055160;
  --noc-warning-text-emphasis: #664d03;
  --noc-danger-text-emphasis: #58151c;
  --noc-light-text-emphasis: #495057;
  --noc-dark-text-emphasis: #495057;
  --noc-primary-bg-subtle: #cfe2ff;
  --noc-secondary-bg-subtle: #e2e3e5;
  --noc-success-bg-subtle: #d1e7dd;
  --noc-info-bg-subtle: #cff4fc;
  --noc-warning-bg-subtle: #fff3cd;
  --noc-danger-bg-subtle: #f8d7da;
  --noc-light-bg-subtle: #fcfcfd;
  --noc-dark-bg-subtle: #ced4da;
  --noc-primary-border-subtle: #9ec5fe;
  --noc-secondary-border-subtle: #c4c8cb;
  --noc-success-border-subtle: #a3cfbb;
  --noc-info-border-subtle: #9eeaf9;
  --noc-warning-border-subtle: #ffe69c;
  --noc-danger-border-subtle: #f1aeb5;
  --noc-light-border-subtle: #e9ecef;
  --noc-dark-border-subtle: #adb5bd;
  --noc-white-rgb: 255, 255, 255;
  --noc-black-rgb: 0, 0, 0;
  --noc-body-font-size: 1rem;
  --noc-body-font-weight: 400;
  --noc-body-line-height: 1.5;
  --noc-body-color: #212529;
  --noc-body-color-rgb: 33, 37, 41;
  --noc-body-bg: #fff;
  --noc-body-bg-rgb: 255, 255, 255;
  --noc-emphasis-color: #000;
  --noc-emphasis-color-rgb: 0, 0, 0;
  --noc-secondary-color: rgba(33, 37, 41, 0.75);
  --noc-secondary-color-rgb: 33, 37, 41;
  --noc-secondary-bg: #e9ecef;
  --noc-secondary-bg-rgb: 233, 236, 239;
  --noc-tertiary-color: rgba(33, 37, 41, 0.5);
  --noc-tertiary-color-rgb: 33, 37, 41;
  --noc-tertiary-bg: #f8f9fa;
  --noc-tertiary-bg-rgb: 248, 249, 250;
  --noc-heading-color: inherit;
  --noc-link-color: #0d6efd;
  --noc-link-color-rgb: 13, 110, 253;
  --noc-link-decoration: underline;
  --noc-link-hover-color: #0a58ca;
  --noc-link-hover-color-rgb: 10, 88, 202;
  --noc-code-color: #d63384;
  --noc-highlight-color: #212529;
  --noc-highlight-bg: #fff3cd;
  --noc-border-width: 1px;
  --noc-border-style: solid;
  --noc-border-color: #dee2e6;
  --noc-body-color: #dee2e6;
  --noc-body-color-rgb: 222, 226, 230;
  --noc-body-bg: #212529;
  --noc-body-bg-rgb: 33, 37, 41;
  --noc-emphasis-color: #fff;
  --noc-emphasis-color-rgb: 255, 255, 255;
  --noc-secondary-color: rgba(222, 226, 230, 0.75);
  --noc-secondary-color-rgb: 222, 226, 230;
  --noc-secondary-bg: #343a40;
  --noc-secondary-bg-rgb: 52, 58, 64;
  --noc-tertiary-color: rgba(222, 226, 230, 0.5);
  --noc-tertiary-color-rgb: 222, 226, 230;
  --noc-tertiary-bg: #2b3035;
  --noc-tertiary-bg-rgb: 43, 48, 53;
  --noc-primary-text-emphasis: #052c65;
  --noc-secondary-text-emphasis: #a7acb1;
  --noc-success-text-emphasis: #75b798;
  --noc-info-text-emphasis: #6edff6;
  --noc-warning-text-emphasis: #ffda6a;
  --noc-danger-text-emphasis: #ea868f;
  --noc-light-text-emphasis: #f8f9fa;
  --noc-dark-text-emphasis: #dee2e6;
  --noc-primary-bg-subtle: #031633;
  --noc-secondary-bg-subtle: #161719;
  --noc-success-bg-subtle: #051b11;
  --noc-info-bg-subtle: #032830;
  --noc-warning-bg-subtle: #332701;
  --noc-danger-bg-subtle: #2c0b0e;
  --noc-light-bg-subtle: #343a40;
  --noc-dark-bg-subtle: #1a1d20;
  --noc-primary-border-subtle: #084298;
  --noc-secondary-border-subtle: #41464b;
  --noc-success-border-subtle: #0f5132;
  --noc-info-border-subtle: #087990;
  --noc-warning-border-subtle: #997404;
  --noc-danger-border-subtle: #842029;
  --noc-light-border-subtle: #495057;
  --noc-dark-border-subtle: #343a40;
  --noc-heading-color: inherit;
  --noc-link-color: #6ea8fe;
  --noc-link-hover-color: #8bb9fe;
  --noc-link-color-rgb: 110, 168, 254;
  --noc-link-hover-color-rgb: 139, 185, 254;
  --noc-code-color: #e685b5;
  --noc-highlight-color: #dee2e6;
  --noc-highlight-bg: #664d03;
  --noc-border-color: #495057;
  --noc-border-color-translucent: rgba(255, 255, 255, 0.15);
  --noc-special-headers-color: #FF0000;
  --noc-form-valid-color: #198754;
  --noc-form-valid-border-color: #198754;
  --noc-form-invalid-color: #dc3545;
  --noc-form-invalid-border-color: #dc3545;
  --noc-special-headers-color: #FF3300;
}

@font-face {
        font-family: 'old_english';
        src: url('oldenglishfive-webfont.woff2') format('woff2'),
             url('oldenglishfive-webfont.woff') format('woff');
        font-weight: normal;
        font-style: normal;

    }

@font-face {
        font-family: 'victorian';
        src: url('victoriantext-webfont.woff2') format('woff2'),
             url('victoriantext-webfont.woff') format('woff');
        font-weight: normal;
        font-style: normal;

    }

@font-face {
        font-family: 'deutsch';
        src: url('deutsch.woff2') format('woff2'),
             url('deutsch.woff') format('woff');
        font-weight: normal;
        font-style: normal;

    }

@font-face {
        font-family: 'quintessential';
        src: url('Quintessential-Regular.woff2') format('woff2'),
             url('Quintessential-Regular.woff') format('woff');
        font-weight: normal;
        font-style: normal;

    }    

@media (prefers-reduced-motion: no-preference) {
  :root {
    scroll-behavior: smooth;
  }
}

body {
  min-height: 75rem;
  padding-top: 0.0rem;
}

body {
	background-color: #000;
    min-height: 100rem;
	min-height: 0.0rem;
  	padding-top: 60px;
    padding-bottom: 60px;
}

.navbar-brand, .dropdown-item, .nav-link {
	font-family: 'deutsch';
  	color: var(--bs-special-headers-color);
}


.display-1, .display-2, .display-3, .display-4, .display-5, .display-6{
    color: var(--bs-special-headers-color);
    font-family: 'deutsch';
}

p {
  	font-family: 'quintessential';
}

footer {
	background-color: #000;
}

.footer {
  position: fixed;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 60px
}

.footer-text-body {
	color: var(--bs-special-headers-color);
}
