/************** Footer ************/
footer {
    background-color: #00263e;
    font-size: 14px;
    color: white;
    display: inline-block;
    border-top: 25px solid #035397;
}
div#footer {
    padding: 10px 10%;
}
.footer-img img {
    margin-top: -35px;
    max-height: 150px;
    float: right;
    margin-right: 20px;
}
.footer-text ul {
    list-style: none;
    font-family: 'Archivo', sans-serif;
}
.footer-text ul li {
    font-size: 18px;
    margin-bottom: 9px;
}