.header {
  /*background: url('../images/backgrounds/header.jpg');*/
  /*background-repeat: no-repeat;*/
  /*background-position: center center;*/
  /*background-size: cover;*/
  /*background-attachment: fixed;*/
  height: 100vh;
  color: #fff;
  text-transform: uppercase;
}

