header {
  background-image: url(../img/stressfree-header.jpg);
  background-size:cover;
  box-shadow:inset 0 0 0 2000px rgba(0,0,0,.5);
  color: #fed136;
}

header .intro-text {
    padding-top:200px;
}

.col-md-4 {
    width:25%;
}

.copyright {
    color: #fed136;
}