﻿.footer-header
{
    color:silver;
    font-weight:bold;
    font-size:1.5em;
}
body {
    background-color: #154A8B;
    padding: 0;
    margin: 0;
}
#mainContainer{
    width:100%;
}
#imgLogo {
    max-width: 250px;
}
#LogoText {
    padding-top: 1em;
    text-align: left;
    font-size: 2.9em;
    color: white;
    text-shadow: 2px 2px 2px black;
    font-family: 'Times New Roman';
}
.FooterLink {
    color:white;
    text-decoration:none !important;
}
.FooterLink:hover{
    text-decoration:underline !important;
}
.FooterFont {
  font-family:  -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,"Noto Sans",sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji";
  font-size:1.5em;
}
#LinkContainer {
    background-color: white;
    width: 100%;
    padding: 0;
    margin: 0;
}