.footer-container {
    margin: auto;
    width: 1025px;
    background-color: #007db8;
}

.footer-parent {
    background-color: #007db8;
    margin-top: 50px;
}

/* The logo parent div */
.footer-logo {
    display: inline-block;
    width: 1025px;
    text-align: center;
    padding-top: 20px;
    padding-bottom: 20px;
    
    font-family: "Open Sans", Arial, Helvetica, sans-serif;
    font-size: 75%;
    font-weight: normal;
    color: white;
    
    text-decoration: none;
}

.footer-logo a {
    color: white;
}


.footer-nav {
    margin-left: 10em;
    margin-right: 10em;
    display: inline-block;
    box-shadow: 0px 3px 40px rgba(0, 0, 0, 0.25);
}

.footer-nav__titles {
    list-style-type: none;
    
    margin: 0;
    padding: 0;
    overflow: hidden;
    
    color: white;
    background-color: #007db8;
}

.footer-nav__titles li {
    float: right;
}

/* The footer section names. */
.footer-nav__titles li a {
    display: inline-block;
    color: white;
    text-align: center;
    font-family: "Open Sans", Arial, Helvetica, sans-serif;
    font-weight: normal;
    font-size: 80%;
    padding: 10px 10px;
    text-decoration: none;
}

/* Hovering colors. */
.footer-nav__titles li a:hover {
    background-color: #12394c;
    color: white;
}

.footer-nav__titles li {
    display: inline-block;
}

