@charset "utf-8";

/*
= = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = */
html {
    scroll-padding-top: 100px; /* Adjust this value to your desired padding */
    overflow-x: hidden;
}

body {
    margin-top: 50px;
    padding: 0;
    background: rgb(10,8,9); /* Old browsers */
    background: -moz-linear-gradient(top, rgba(10,8,9,1) 0%, rgba(174,188,191,1) 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(10,8,9,1)), color-stop(100%,rgba(174,188,191,1))); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, rgba(10,8,9,1) 0%,rgba(174,188,191,1) 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, rgba(10,8,9,1) 0%,rgba(174,188,191,1) 100%); /* Opera11.10+ */
    background: -ms-linear-gradient(top, rgba(10,8,9,1) 0%,rgba(174,188,191,1) 100%); /* IE10+ */
    background: linear-gradient(top, rgba(10,8,9,1) 0%,rgba(174,188,191,1) 100%); /* W3C */
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed; /* Ensures it stays in place while scrolling */
    font-size: 100%;
    min-height: 100vh;
    width: 100vw;
    list-style: none;
    color: #000000;
    scroll-behavior: smooth; /* Enables smooth scrolling when jumping */
}

#Page {
    margin: 0 auto;
    width: 875px;
    background: #030722;
    border-style: solid;
    border-color: #314D7C;
    border-width: 5px;
}

#Banner {
    height: 100px;
    width: 873px;
    margin: 0 auto;
    padding: 0;
    background-image: url("../images/banner.jpg");
    border-style: solid;
    border-color: #030722;
    border-left-width: 1px;
    border-right-width: 1px;
}

#Banner .Main {
    margin: 10px 0 0 20px;
}

#Banner .Main h1 {
    font-family: "TimesNewRoman";
    font-size: 3.0em;
    color: #080C70;
}

#Banner .Sub {
    margin: 5px 0 0 30px;
    float: left;
}

#Banner .Pic {
    float: right;
    margin-right: 50px;
}

#Links {
    position: absolute;
    overflow: hidden;
    margin: 50px 0 0 50px;
    top: 100px;
    z-index: 1000; /* added */
}

#Header {
    height: 350px;
    width: 875px;
    margin: 0 auto;
    overflow: hidden;
}

#Header .Center {
    height: 454px;
    width: 875px;
    margin: 0 auto;
}

#NavMenu {
    height: 30px;
    width: 100%;
    margin: 0 auto;
    display: flex; /* Enables flexbox */
    align-items: center; /* Vertically centers items */
    justify-content: center; /* Horizontally centers items */
}

#TextBox {
    height: auto;
    padding: 0 0 20px 0;
    width: 875px;
    background-color: #CAC7D2;
}

#TextBox .Contact {
    float: left;
    width: 500px;
    height: auto;
    padding: 20px 0 20px 50px;
}

#TextBox .Contact p {
    color: #000000;
    text-align: left;
    font-size: 1.4em;
}

#TextBox .Text {
    margin: 10px 0 0 50px;
    float: left;
    padding: 0 0 0 0;
    width: 770px;
    height: auto;
    text-align: left;
}

#TextBox .Text p {
    font-size: 20px;
}

#TextBox .Text ul {
    padding: 5px 0 0 0;
    line-height: 22px;
    font-size: 1.25em;
    color: #000000;
    list-style-type: bullet;
}

#TextBox .Text ul li {
    margin: 5px 0 0 25px;
    font-size: 20px;
}

#TextBox .Pam {
    margin: 30px 0 0 50px;
    float: left;
    padding: 0 0 0 0;
    width: 770px;
    height: auto;
    text-align: left;
}

#TextBox .Pam p {
    font-size: 20px;
}

#TextBox .Pam ul {
    padding: 5px 0 0 0;
    line-height: 22px;
    font-size: 1.25em;
    color: #000000;
    list-style-type: bullet;
}

#TextBox .Pam ul li {
    margin: 5px 0 0 25px;
    font-size: 20px;
}

#TextBox .Thanks {
    margin: 20px 0 200px 50px;
    float: left;
    padding: 0 0 0 0;
    width: 800px;
    height: auto;
    text-align: left;
}

#TextBox .Thanks p {
    font-size: 20px;
}

#TextBox .Home {
    margin: 30px 0 0 50px;
    float: left;
    padding: 0 0 10px 0;
    width: 770px;
    height: auto;
    text-align: left;
}

#TextBox .Home p {
    font-size: 20px;
}

#TextBox .Title {
    margin: 30px 0 0 50px;
    padding: 5px 10px 5px 10px;
    float: left;
    width: auto;
    height: 110%;
    background-color: #314D7C;
    text-align: center;
}

#TextBox .Thanks {
    margin: 20px 0 30px 50px;
    float: left;
    padding: 0 0 0 0;
    width: 800px;
    height: auto;
    text-align: left;
}

#TextBox .Thanks p {
    font-size: 20px;
}

#TextBox .Title h1 {
    color: #ffffff;
    font-size: 1.5em;
    font-family: "TimesNewRoman";
}

#TextBox .Title h2 {
    color: #ffffff;
    font-size: 1.45em;
    font-family: "TimesNewRoman";
}

#TextBox .Img {
    float: right;
    margin: 10px 10px 0 5px;
    padding: 0 0 0 0;
    height: auto;
    width: auto;
}

#TextBox li a:visited {
    color: #000000;
    text-decoration: none;
}

#TextBox li a:hover {
    color: blue;
    text-decoration: none;
}

#IBF {
    padding: 0px 50px 30px 50px;
    background-color: #CAC7D2;
}

#IBF h1 {
    color: #000000;
    font-size: 2em;
    font-family: "TimesNewRoman";
    
}

#IBF p {
    font-size: 20px;
}

#SubMenu {
    margin-top: 15px;
    margin-bottom: 5px;
    text-align: center;
}

#SubMenu a:link {
    color: #ffffff;
    text-decoration: none;
    font-size: 1.25em;
}

#SubMenu a:visited {
    color: #ffffff;
    text-decoration: none;
    font-size: 1.25em;
}

#Footer {
    margin-top: 10px;
    margin-bottom: 20px;
    text-align: center;
    color: #000000;
    font-size: 14px;
    overflow:visible;
}

#navigation {
    background-color: black;
    width: 875px;
    height: 35px;
}

.alignleft {
    float: left;
    font-size: 14px;
    margin: 2px 0 0 50px;
    width: auto;
    height: auto;
}

.alignright {
    float: right;
    font-size: 14px;
    margin: 2px 50px 0 0;
    width: auto;
    height: auto;
}

#alignright p {
    color: #FFFFFF;
    font-family: Georgia;
    font-style: italic;
}

#alignleft p {
    color: #FFFFFF;
    font-family: Georgia;
    font-style: italic;
}

.Clear {
    clear: both;
}

/* Typography & Colors
= = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = */
body {
    color: #cccccc;
    font-family: "Times New Roman", sans-serif;
    font-size: 13px;
}

h1, h2, h3, h4, h5, h6, h7, p, a {
    font-family: "Times New Roman", sans-serif;
    color: #ffffff;
    font-weight: normal;
}

h1 {
    font-size: 3.125em;
    color: #FFFFFF;
    font-weight: bold;
}

h2 {
    font-size: 2em;
    color: #000000;
    font-weight: bold;
}

h3 {
    font-size: 1.65em;
    line-height: 32px;
    color: #000000;
}

h4 {
    font-size: 1.4em;
    color: #000000;
}

h5 {
    font-size: 1.125em;
    line-height: 25px;
}

/* Headers & Paragraphs
= = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = */
h1, h2, h3, h4, h5, h6 {
    margin: 0 0 0 0;
    padding: 0;
}

p {
    margin-top: 5px;
    padding: 0;
    line-height: 22px;
    font-size: 1.25em;
    color: #000000;
}

/* Links
= = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = */
a:link {
    color: #000000;
    text-decoration: none;
}

a:visited {
    color: #ffffff;
    text-decoration: none;
}

a:hover {
    color: #DA2F2F;
    text-decoration: none;
}

ul {
    margin-top: 0;
}
