img.sh_logo
{
	position: absolute;
	max-width: 80%;
	top: 10%;
	left: 10%;

}

img.sh_logo:empty
{
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	-o-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}

@media screen and (orientation: portrait) {
  img.sh_logo {
      max-width: 90%;
  }
}

@media screen and (orientation: landscape) {
  img.sh_logo {
      max-height: 90%;
  }
}

.nopage {
	text-align: center;
	color:white;
	font-family: sans-serif;
	font-size: 18px;
	line-height: 40px;
	
}

.nopageholder {
	background-color: #85c1dc;
	display: block;
	margin-left: auto;
	margin-right: auto;
    height: 40px;
}