/* Center the logo on the page */
.layout_mainHeaderLeft {
  width: 100%;
  text-align: center;
}
/*Hide the language selector */
.layout_mainHeaderRight {
  display: none;
}


/* Logo size adjustment -- narrow screen (mobile) */
@media screen and (max-width: 768px) {
  .layout_logo {
	width: 70%;
	height: auto;
  }
}