.bg-grey {
    background-color: #E0E0E0;
}
.container-padding {
    padding: 80px 120px;
}
#home {
  height: 500px;
  background-image: url("../images/welcome.jpg");
  background-repeat: no-repeat;
  background-position: center;
  color: white;
}

#home h1{
  text-shadow: 2px 2px 4px #000000;
}
