@charset "utf-8";
/* CSS Document */

body {

}
.phlogo {
	width: 90%;
	height: auto;
	margin: 20% auto 0 auto;
	text-align: center;
}
.phlogo img {
	width: 100%;
	height: 100%;
	object-fit: contain;
}
.text {
	width: 80%;
	height: 200px;
	margin: 30px auto;
	text-align: center;
	font-family: "titillium-web", sans-serif;
}
.text h1 {
	text-transform: none;
	font-size: 1.5em;
	line-height: 1.3em;
}
a {
	color: #10525e;
}
@media (min-width: 768px) {
.phlogo {
	width: auto;
	height: auto;
	margin: 10% auto 0 auto;
	text-align: center;
}
}
@media (min-width: 992px) {
.phlogo {
	width: 400px;
	height: auto;
	margin: 100px auto 0 auto;
	text-align: center;
}
.text {
	width: 60%;
}
.text h1 {
	font-size: 1.75em;
}
}