header {
  background-color: #252828;
}

header a {
  color: #ffffff;
}

header svg {
  width:120px;
}

.img-gray {
  filter:contrast(1.2) grayscale(100%);
}

#home .hero {
 height:calc(100vh - 60px);
}