body {
  background-image:  url("bg-nancy.jpg");
  background-repeat: no-repeat;
  background-size: 1920px 1080px;
  background-attachment: fixed;
  font-family: Raleway, Open Sans, Droid Sans, Roboto,arial, sans-serif;
  position: relative;
}

img {
	height: 1000px;
	max-width: 1900px;
}

#text {
	display: none;
	color: black;
	font-family: 'Raleway', sans-serif;
	font-size: 53px;
	font-weight: 500;
}

#name {
	display: none;
	color: black;
	font-weight:100 ;
	margin-left : 350px;
	font-size: 53px;
	font-family: 'Raleway', sans-serif;
}