
/* Footer */

.footer{
    background-color: #046598;
    color: white;
    padding: 20px 0;
}
.footer i {
    margin-right: 5px;
    font-size: 12px;
}

.navbar-social-media-form{
    margin: 20px 0;
}

.social-media-icons{
    font-size: 30px !important;
    margin-right: 5px;
}

.usaid-container{
    justify-content: space-between;
}
.usaid-container p{
    font-size: 14px;
    line-height: 1.234;
}

.usaid-logo img{
    width: 100%;
    height: 100%;
}


.usaid-content p{
    margin: 0;
}

.footer-links{
    display: flex;
    justify-content: center;
}

.footer_menu a:hover{
    text-decoration: none;
    background: #046598;
    color: #fff;
    opacity: 0.8;
}
.footer_menu a:visited{
    color: white;
}
ul.footer_menu{
   list-style: none;
    padding: 0px;
}
.footer_menu a{
    padding: 2px 5px;
    line-height: 22px;
    font-size: 16px;
    color: white;
    width: 140px;
    margin: 5px 5px;
}

.footer-button img{
    width: 18px;
    height: auto;
    margin-top: -3px;
}

.contact-information{
    font-size: 12px;
    line-height: 1.234;
}

.contact-information p{
    margin: 0 0 10px 0;
}

.contact-information-icons{
    width: 15px;
    height: 15px;
}

.contact-information a:hover {
    color: #fff;
    opacity: 0.8;
    text-decoration: none;
}

.contact-information a{
    color: white;
}
.footer .social-icons a i:hover{
    opacity: 0.8;
}
.footer .social-icons a i{
    color: #fff;
    font-size: 20px;
    padding-right: 10px;
    margin-top: 10px;
}
.footer .mio-logo {
    margin-top: 0px !important;
}
.usaid-logo{
    max-width: 220px;
    display: table;
    margin: 0 auto;
    margin-bottom: 10px;
}

#menu-foter1 li a, #menu-footer2 li a{
    text-transform: uppercase;
    font-weight: 600;
}

@media (max-width: 776px){
    .footer-links{
        /*justify-content: flex-start;*/
        margin-top: 0 !important;
    }

    .footer_menu a{
        margin: 0;
    }
}