.logo {
max-width: 400px;
width: 100%;
}
.address {
  font-size:0.75em;
}
.navbar, .footer {
    background: #00407d;
}

body {
    background: #f5f5f5;
}
 .white {
    background: #fff;
    box-shadow: 12px 0 15px -4px rgba(220, 220, 220, 0.8), -12px 0 8px -4px rgba(220, 220, 220, 0.8);
     }
  .container {max-width:1050px;
  }
  .nav-link {
      color:rgba(255, 255, 255, 1.0) !important;
      
  }
  .nav-link:hover {
      color:rgba(220, 220, 220, 0.8) !important;
      
  }