

#top-image {
  background: linear-gradient(
      rgba(0, 0, 0, 0.2),
      rgba(0, 0, 0, 0.2)
  ), url('../images/mountains_light_sun_sky_clouds_114136_2560x1080.jpg') no-repeat fixed;
  /* position:fixed ; */
  /* top:500px; */
  width:100%;
  z-index:0;
  color:white;
  /* height:100%; */
}



#content {
  width: 900px;
  /* transform: 			translateY(-50%); */
  /* top: 30%;
  position: relative; */
  height: 400px;
  font-size: 30px;
}
#content p{
margin-top: 100px;
}