

@media screen and (min-width: 1025px){
	
body {
	background-image: url("images/hero-coat-of-arms.jpg");
	background-size: 100%;
	background-attachment: fixed;
	background-repeat: no-repeat;
}
	
@media screen and (min-width: 769px) and (max-width: 1024px){
	
body {
	background-image: url("images/hero-coat-of-arms.jpg");
	background-size: 100%;
	background-attachment: fixed;
	background-repeat: no-repeat;
}

}

@media screen and (min-width: 426px) and (max-width: 768px){
	
}

@media screen and (max-width: 425px){
	
	
}