#mainSection {
  margin-top: -120px;
}
#ftco-navbar {
  z-index: 9999;
}
.wrap {
  position: relative;
  z-index: 9999;
}

.ftco-navbar-light .navbar-nav > .nav-item > .nav-link {
  color: #000;
}

/* Large Devices, Wide Screens */
@media only screen and (max-width: 1200px) {
}

/* Medium Devices, Desktops */
@media only screen and (max-width: 992px) {
}

/* Small Devices, Tablets */
@media only screen and (max-width: 768px) {
  #mainSection {
    margin-top: 0px;
  }

  .ftco-navbar-light .navbar-nav > .nav-item > .nav-link {
    color: gray;
  }
}

/* Extra Small Devices, Phones */
@media only screen and (max-width: 480px) {
  #mainSection {
    margin-top: 0px;
  }

  .ftco-navbar-light .navbar-nav > .nav-item > .nav-link {
    color: gray;
  }
}

/* Custom, iPhone Retina */
@media only screen and (max-width: 320px) {
  #mainSection {
    margin-top: 0px;
  }

  .ftco-navbar-light .navbar-nav > .nav-item > .nav-link {
    color: gray;
  }
}
