.header .emblem img {
	display: block;
	height: 230px;
	margin-left: auto;
	margin-right: auto;
/*	border-radius: 500px;*/
	margin-top: 80px;
}
.header .title p {
	font-size: 28px;
	text-align: center;
	font-weight: bold;
	margin-bottom: 0;
}

@media only screen and (max-width: 1544px) {
	.header .emblem img {
		height: 200px;
	}
}

@media only screen and (max-width: 921px) {
	html {
		font-size: 14px;
	}
	.header .emblem img {
		height: 150px;
	}
}

@media only screen and (max-width: 608px) {
	.header .emblem img {
		height: 120px;
	}
	.header .title p {
		font-size: 18px;
	}
}

@media only screen and (max-width: 574px) {
	.header .emblem img {
		height: 83px;
	}
}

@media only screen and (max-width: 400px) {
	.header .title p {
		font-size: 16px;
	}
}