.contact-media i {
  background: none !important;
  width: 50px !important;
  line-height: 0px !important
}

.about-us {
  background-color: #f9f9f9;
}
.navbar-logo {
  height: 100px;       /* Adjust as needed */
  width: auto;        /* Maintain aspect ratio */
  display: block;     /* Removes extra line-height from inline images */
  padding: 0;         /* Make sure image has no internal padding */
  margin: 0;          /* Remove any default spacing */
}
.navbar,
.navbar-brand,
.container {
  padding-top: 0;
  padding-bottom: 0;
  margin-top: 0;
  margin-bottom: 0;
}