* {
    margin: 0;
    padding: 0;
    font-family: Arial, sans-serif;
}

body {
    margin: 0;
    padding: 0;
}

footer {
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0;
    padding: 0;
    flex-direction: column;
    border-bottom: .9em solid rgba(5, 28, 104, 0.863);
    margin-top: 3em;
    max-width: 100%;
    height: auto;
}

.footerSection ul li {
    display: inline;
    justify-content: center;
    align-items: center;
    margin: 10px auto;
    margin-bottom: 10px;
    flex-direction: column;
}

.footerSection ul li {
    list-style: none;
}

.footerSection ul li a {
    text-decoration: underline;
    font-size: .9em;
    font-weight: bold;
    font-family: Arial;
    color: #000322;
    margin: 10px;
    transition: color ease-in-out .8s;
}

.footerSection ul li a:hover {
    color: #02297e;
}

footer p {
    font-size: .9em;
    font-weight: bold;
    font-family: Arial;
    text-align: center;
    color: #000322;
}

footer p a {
    font-size: .8em;
    font-weight: 300;
    font-family: Roboto, sans-serif;
    color: #000322;
    transition: color  .5s ease-in-out;
}

footer p a:hover {
    color: rgb(24, 24, 109);
}

.footerSection {
    padding: 30px;
    margin: auto;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    border-top: .2em solid rgba(5, 28, 104, 0.863);
}

.footer-small {
    font-size: .8em;
    font-weight: 300;
    margin: 10px;
    font-weight: bold;
}

.footer-small a {
    font-size: 14px;
    font-weight: bold;
    font-weight: 'Arial', Helvetica, sans-serif;
    color: #000322;
}
