#header.header-fixed {
  background: linear-gradient(45deg, #026979, #026979);
  padding: 20px 0;
  height: 72px;
  transition: all 0.5s;
}

#intro {
  width: 100%;
  height: 100vh;
  background: linear-gradient(45deg, rgba(1, 142, 164, 0.8), rgba(1, 142, 164, 0.8)), url("../img/intro-bg.jpg") center top no-repeat;
  background-size: cover;
  position: relative;
}

#intro-top {
  width: 100%;
  height: 12vh;
  background: linear-gradient(45deg, rgba(1, 142, 164, 0.8), rgba(1, 142, 164, 0.8)), url("../img/intro-bg-top.jpg") center top no-repeat;
  background-size: cover;
  position: relative;
}