* {
	padding:0;
	margin:0;
}

/* background for all pages */

	body {
		background-image: url('../img/img5.png');
		background-repeat: no-repeat;
		background-size: cover;
}

/* entry page button styling */

#enter {
	color: orange;
	font-family: pt mono;
	display: inline-block;
	line-height: 40px;
	margin: 10px;
	padding: 10px;
	border:3px orange;
	position: absolute;
	right: 450px;
  	width: 200px;
 	top: 250px
} 

a:link {
  text-decoration: none;
}


/* home page */

#homehead {
	color: orange;
	font-family: pt mono;
	text-align: center;
}

#intro {
	color: orange;
	font-family: pt mono;
	text-align: center;
}

#whyitworks {
	position:absolute;
	top: 200px;
	left: 100px;
	z-index:-1;
}

#Howtofallasleep {
	position:absolute;
	top: 200px;
	left: 500px;
	z-index:-1;
}

#listentotracks {
	position:absolute;
	top: 200px;
	left: 900px;
	z-index:-1;
}

/* why it works */


#head3 {
	color: orange;
	font-family: pt mono;
	text-align: center;
}

#header4 {
	color: orange;
	font-family: pt mono;
	text-align: center;
}


#paragraph3 {
	color: white;
	background-color:  #FFA50080;   /* orange transparency */
	font-family: pt mono;
	text-align: center;
	font-size: 30px;

}

#raindrops{
	position:absolute;
	top: 64px;
	left:0px;
	z-index:1;
}

/* how to fall asleep */

#header1 {
	color: orange;
	font-family: pt mono;
	text-align: center;
}

#paragraph1 {
	color: white;
	background-color:  #FFA50080;   /* orange transparency */
	font-family: pt mono;
	text-align: center;
	font-size: 30px;
	position:absolute;
	top: 200px;
	left:0px;
	z-index:1;
}

#header4 {
	color: orange;
	font-family: pt mono;
	text-align: center;
}

#raindrops3{
	position:absolute;
	top: 64px;
	left:0px;
	z-index:1;
}

/* listen to tracks */


#head4 {
	color: orange;
	font-family: pt mono;
	text-align: center;
}	

#raindrops2{
	position:absolute;
	top: 40px;
	left:0px;
	z-index:1;
}

#track1 {
	position:absolute;
	top: 250px;
	left: 400px;
	z-index:-1;
}

#track2 {
	position:absolute;
	top: 250px;
	left: 700px;
	z-index:-1;
}


