html, body{
	height: 100%;
	margin: 0;
	font-family: 'Nunito', sans-serif;
	
}
#index3{
	position: absolute;
	display: block;
	width: 100%;
	height: 100%;
	top:0;
	bottom:0;
	left: 0;
	right:0;
}
@media screen and (min-width: 1100px){
	body{
		background-image: url("images/jayden_1.jpg");
	    background-repeat: no-repeat;
	  	background-size: cover;
	  	background-position: bottom left;
	}

	p{
		position:absolute;
		top: 130px;
		left:150px;
		text-align: left;
		font-size: 25pt;
		color:#ef0ba7;
	}
}
@media screen and (min-width: 900px) and (max-width: 1100px){
	body{
		background-image: url("images/jayden_1.jpg");
	    background-repeat: no-repeat;
	  	background-position: bottom center;
	}

	p{
		position:absolute;
		top: 220px;
		left:60px;
		text-align: left;
		font-size: 22pt;
		color: #ef0ba7;
	}
}
@media screen and (max-width: 900px){
	body{
		background-image: url("images/jayden_1.jpg");
	    background-repeat: no-repeat;
	  	background-position: bottom center;
	}

	p{
		position:absolute;
		bottom: 20px;
		left:60px;
		text-align: left;
		font-size: 18pt;
		color: white;
	}
}
