a:focus { 
    outline: none; 
}
*{box-sizing:border-box;}
#heroFP{width:100%;padding:200px 0 250px 0;box-sizing:border-box;background-repeat: no-repeat;background-size:cover;background-position:50% 50%;display: flex;align-content: center;justify-content: center;align-items: center;}
#heroFP h1{text-align:center;}
.fullWidth{width:100%;box-sizing:border-box;}
@media(max-width:1300px){
	#heroFP{padding:100px 0;}
}
@media(max-width:835px){
	#heroFP{padding:50px 0;}
}
@media(max-width:560px){
	#heroFP{display:none;}
}