
/* page logo */
@media only screen and (min-width: 767.98px) {
.item.brand.gt-sb {
	padding: 4px 0.93em 0 2px !important;
}
}

/* start page */
.page-content.home {
	height: 100%;
}

.page-content.home > div {
	height: 100%;
	padding: 30px;
	align-items: center;
}

.page-content.home > div > div {
	display: flex !important;
	justify-content: center;
	align-items: center;
}

.page-content.home > div > div > h1 {
	display: inline;
	margin: 0;
	font-weight: normal;
	font-size: 5rem;
}

@media only screen and (max-width: 500px) {
.page-content.home > div > div > h1 {
	display: none;
}
}
