@media screen and (min-width: 601px) {
.homePageH1 p{
    font-size: 40px;
    color:white;

  }
}




@media screen and (max-width: 600px) {
.homePageH1 p{
    font-size: 15px;
      color:white;
  }

}

@media screen and (max-width: 400px) {
.resizefontservice p{
	 display: none; 
	}
}