h1 {
	font-size: 110%;
	padding: 5px;
	margin: 0;
	text-align: center;
}
body,
figure,
nav {
	padding:0;
	margin: 0;
	-webkit-text-size-adjust: none;
}
nav {
	display: -webkit-box;
	display: box;
	width: 100%;
}

a:hover,
a:link,
a:visited {
//	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#3b679e), color-stop(50%,#2b88d9), color-stop(51%,#207cca), color-stop(100%,#7db9e8));
//	background: -webkit-linear-gradient(top, #3b679e 0%,#2b88d9 50%,#207cca 51%,#7db9e8 100%);
//	background: linear-gradient(to bottom, #3b679e 0%,#2b88d9 50%,#207cca 51%,#7db9e8 100%);
//	border-right:1px solid #fff;
	color: #fff;
	display: block;
	-webkit-box-flex: 1;
	flex: 1;
	padding: 15px 5px;
//	text-align: center;
	text-decoration: none;
}
span {
	display: inline-block;
	-webkit-transform: rotate(90deg);
}
img {
	width: 100%;
}
body,section,header {
	padding: 0;
	margin: 0;
}
header h1 {
	background: #F07E00;
	color: #fff;
}
a:hover,
a:link,
a:visited {
//	font-size: 300%;
//	padding: 30px 5px;
}
figure {
	width: auto;
}
figure img {
	width: auto;
	margin: 0;
	padding: 0;
}
figure img {
	margin-top: -5px;
	width:100%;
}
figure img:nth-child(1) {
	margin: 0;
}
rect.storeButton {
  cursor: pointer;
}
rect.storeButton:active {
  fill: rgba(200, 200, 250, 0.5);
}

#page-top {
    font-size: 0;
    position: fixed;
    bottom: 16px;
    right: 16px;
    opacity: 0;
}
#page-top.fade-in {
    color: #000;
    font-size: 60px;
    opacity: 0.6;
    transition: opacity 1s;
}