@media(min-width:668px){

.footer-socialmedia{margin-top:-35px;}

.footer-logo p {
    margin-left: 3px;
    
}


}

@media(max-width:768px){

 
.footer-container
 {

    margin: 0 auto;
    padding: 0 20px;
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    align-items: center;
}

}


/* Style the footer */
footer {
    background-color: #2596be;
    color: #fff;
    padding: 20px 0;
}

.footer-container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    align-items: center;
}

.footer-links  {
    flex-grow: 1;
    flex-basis: 200;
    
}
.footer-contact {
    margin-bottom:10px;
}

.footer-links ul {
    list-style: none;
    padding: 0;
    display: block;
    
}

.footer-links li {
    margin-right: 20px;
}

.footer-links a {
    text-decoration: none;
    color: #fff;
}

.footer-links strong {
       font-family: 'Omnes', sans-serif;
    padding-left:5px;
}


.footer-logo img {
    max-width: 150px;
    background-color: #F6F4F9;
    border-radius: 5px;
    height: auto;
}

.footer-logo p {
    font-size: small;
    margin-bottom: 7px;
       font-family: 'Omnes', sans-serif;
    color: azure;
    width:auto;
    
}


.footerInfo strong{
    font-size: small;
    margin-left: 3px;
    margin-bottom: 7px;
       font-family: 'Omnes', sans-serif;
    color: azure;
}




.copyright {
    font-size: 14px; 
    background-color:  var(--primary);
    color: #fff; 
    text-align: center;
    padding: 10px 0; 
    margin-bottom: 0px; 
}