.fullpage { 
  background: url('bg.jpg') no-repeat center center fixed; 
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}





/* Large desktop */
@media (min-width: 481px) { 

	h1 {
		margin-top: 50px;
		font-size: 100px;
		color: #FFFFFF;
		text-align: center;
		font-weight: 900;
	}

}

/* Landscape phones and down */
@media (max-width: 480px) { 
	
	h1 {
		margin-top: 50px;
		font-size: 35px;
		color: #FFFFFF;
		text-align: center;
		font-weight: 900;
	}

}