#menu{
    background-color: rgb(63, 124, 175);
    overflow: hidden;
    width: 100%;
    height: 80PX;
    position: fixed;
}
#menu ul{list-style: none;
    display: flex;
    align-items: center;
}
#menu ul li{
    margin: 0;
}
#menu ul li a{
    text-decoration: none;
    color: white;
    padding: 14px 20px;
    font-family: Cambria, Cochin, Georgia, Times, 'Times New Roman', serif;
    font-weight: bold;

}
#menu ul li img{
    width: 100px;
    height: 50px;
}
#menu ul li a:hover{
    background-color: rgb(127, 141, 156);
    
}
#footer{
    width: 100%;
    height: 250px;
    background-color: rgb(137, 159, 180);
    display: flex;
}

.footer1{
    width: 25%;
    
    font-family: 'Franklin Gothic Medium', 'Arial Narrow', Arial, sans-serif;
    font-style: italic;
  
}
.footer1 img{
    width: 120px;
    height:65px;

}
    
.footer2{
    width: 25%;
    
    text-align: center;
    font-style: italic;
    font-family: 'Franklin Gothic Medium', 'Arial Narrow', Arial, sans-serif;
    
}
.footer2 img{
    width: 40px;
    height: 40px;
    padding: 15px;
}
.footer3{
    width: 25%;
    
    text-align: center;
    font-family: 'Franklin Gothic Medium', 'Arial Narrow', Arial, sans-serif;
    font-style: italic;
    
    
}
.footer3 ul{list-style: none;}

.footer4{
    width: 25%;
   
    font-family: 'Franklin Gothic Medium', 'Arial Narrow', Arial, sans-serif;
    font-style: italic;
    
}
.footer4 img{
    width: 30px;
    height: 30px;
    display: flex;
    
    
}
.ft1{
    display: flex;
}
.ft2{
    display: flex;
}
.ft3{
    display: flex;
}