/* .page-header {
    padding-bottom: 9px;
    margin: 40px 0 20px;
    border-bottom: 1px solid #eeeeee;
  } */

  #intro {
    background-color: cadetblue;
    height: 100vh;
  }

  /* Height for devices larger than 576px */
  @media (min-width: 992px) {
    /* #intro {
      margin-top: -58.59px;
    } */
  }