/* Footer */
footer{
    min-height: 270px;
    background-color:#002159;
    font-size: 1.5rem;
    color: white;
}
div#footer {
    padding: 0 10%;
    text-transform: capitalize;
    padding-top: 50px;
}
.footer > ul, .social-media ul, .footer-icons ul {
    display: flex;
    list-style: none;
    margin-bottom: 35px;
}
.footer{
    font-family: proxima-nova, sans-serif;
}
.footer-column-one, .footer-column-two {
    font-family: 'Roboto', sans-serif;
}
.footer-column-one a, .footer-column-two a {
   color: white;
   text-decoration: underline;
}
.footer-column-one ul, .footer-column-two ul {
    list-style: none;
    font-size: 18px;
    line-height: 40px;
}
.footer > ul > li:nth-of-type(1) > img {
    max-height: 145px;
    width: auto;
}
.footer > ul > li:nth-of-type(2) {
    padding-left: 20px;
    margin-top: 20px;
    color: #f5f5f5;
}
.social-media ul li {
    opacity: .6;
    padding-right: 10px;
}
.footer-icons ul li {
    padding-right: 10px;
}