

  #footertitle{
      color: #ffff;
  }

  footer .container-fluid{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
  }
  #Box4 > #footer-logo{
      height: 80%;
      width: 80%;
  }

  #linklist > li > a{
    color: #ffff;
  }

  #Box2 > p{
    color: #ffff;
  }

 .raised-btn{
    color: #ffff;
  }

  .footer {
    height: 60px;
    background-color: #022C46;
    border-top: 1px solid #ddd;
    padding-top: 20px;

}
.footer > .container-fluid{
    background-color: #022C46;
}

@media(max-width: 500px){
    #Box4 {
        height: 50%;
        width:50%;
        margin-right: 214px;
    }
    #Box4 > #footer-logo{
        height: 80%;
        width: 80%;
        
    }
}