.pp img {
	position: fixed;
	top: 0px;
}

#headerMenu>nav {
	background: transparent;
}

#headerMenu>nav>ul>li>a {
	color: black;
}



.footerContainer {
	padding-bottom: 1.5rem;
	padding-top: 1.5rem;
	background-color: rgba(0, 51, 153, 1);
}

@media only screen and (max-width: 479px) {
	.h1:first-child {
		font-size: 32.0pt;
	}
}

@media only screen and (min-width: 480px) and (max-width: 767px) {
	.h1:first-child {
		font-size: 39.0pt;
	}
}

@media only screen and (min-width: 768px) and (max-width: 1279px) {
	.h1:first-child {
		font-size: 45.0pt;
	}
}

@media only screen and (min-width: 1280px) {
	.h1:first-child {
		font-size: 45.0pt;
	}
}