



@media all and (min-width:1200px) and (max-width:1700px) {
    
}
@media all and (min-width:780px) and (max-width:1200px) {
    
}
@media all and (min-width:310px) and (max-width:780px) {


}



footer {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100px; 
    margin:0;
    padding: 0;
    background-color:rgb(53, 74, 105);
}
.footer-img {
    display: inline-flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    width: 50%;
    height: 100px;
}
.footer-img img{
    width: 60px;
    height: 60px;
    
}
.footerLogo-text{
    vertical-align: middle;
    width: 120px;
    text-align: center; 
}
.footerLogo-text span {
    letter-spacing: 1px;
    font-weight: 700;
    color:rgb(93, 126, 175);

}

.footer-img p {
    font-size: 10px;
    text-align: center;
    margin-left: 25%;
    color:rgb(93, 126, 175);

}