#intro {
    background-image: url(img/background.jpg);
    height: 100vh;
    background-color: #2C3531;
  }

  /* Height for devices larger than 576px */
  @media (min-width: 992px) {
    #intro {
      margin-top: -58.59px;
    }
  }

  .navbar .nav-link {
    color: #FFCB9A !important;
    /* background-color: #2C3531; */
    /* background-color: rgba(0, 0, 0, 0.8); */
  }

  .navbar-nav {
    color: #FFCB9A;
  }

.footer {
    color: #FFCB9A; 
    background-color: #2C3531;
  }