@font-face {
	font-family: 'wali';
	src: url("../fonts/grotesk.ttf");
}

* {
	margin: 0;
	padding: 0;
	position: relative;
	box-sizing: border-box;	
}

html {
	font-family: 'wali';
	width: 100%;
	height: 100%;	
	overflow-y: scroll;
	overflow-x: hidden;
}

body {	
	width: 100%;
	height: 100%;
}

a {
	color: black;
	text-decoration: none;
}

a:hover {
	color: black;
	text-decoration: none;
}

#wrapper {
	width: 100%;
	height: 100%;	
}

#landing-logo {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-image: url("../img/logo.jpg");	
	background-position: center center;
	background-repeat: no-repeat;
	opacity: 1;		
}

#landing-home {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	min-height: 100%;
	opacity: 0;
}

#landing-home-title {
	position: fixed;
	top: 0;
	width: 100%;	
	height: 60px;
	z-index: 1;
	
	text-align: center;
	font-size: 20pt;
	line-height: 60px;
	mix-blend-mode: difference;
	text-rendering: optimizeLegibility;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
	color: white;
}

#landing-home-images {
	position: absolute;
	top: 0;
	width: 100%;
	opacity: 1;
}

.landing-home-image {
	position: absolute;
	height: auto;
	max-width: 60%;
}

#shop-wrapper {
	position: fixed;
	bottom: 0;
	width: 100%;
	height: 60px;
	padding: 0 30px;	
}

#info-wrapper {
	pointer-events: none;
	position: fixed;
	bottom: 0;
	width: 100%;
	height: 60px;
	padding: 0 30px;	
}


#shop-title {	
	border-top: 2pt black solid;
	text-align: center;
	line-height: 60px;
	font-size: 10pt;
}

#shop-expander {
	cursor: pointer;
}

#info-title {
	text-align: right;
	line-height: 60px;
	font-size: 10pt;
}

#info-expander {
	cursor: pointer;
}

#info-content {
	position: absolute;
	top: 90px;
	height: calc(100% - 100px);
}

#info-credits {
	position: absolute;
	bottom: 30px;
	left: calc(16% + 30px);
	width: 16%;
	font-size: 10pt;
	line-height: 10pt;
	opacity: 0;
}

#info-right {
	width: 33%;
	float: right;
	font-size: 10pt;
	line-height: 10pt;
	padding-right: 30px;
	text-align: justify;
}

#info-left {
	width: 16%;
	float: left;
	font-size: 20pt;
	line-height: 20pt;
	padding-left: 30px;
}

#info-center {
	
}

#shop-menu {
	position: absolute;
	top: 60px;
	transform: rotate(-90deg) translateX(-100%);
    transform-origin: left top;
}

.shop-menu-item {	
	display: table;
	text-align: right;
	width: 100%;
	height: 16.6%;
	line-height: 18pt;	
	text-align: right;
	font-size: 20pt;
}

.shop-menu-item-inner {	
	display: table-cell;
	vertical-align: middle;
}

.shop-menu-item-clickable  {	
	cursor: pointer;
}

.shop-menu-item-clickable:hover {
	color: blue;
}

.shop-preview {
	position: fixed;
	width: 100%;
	text-align: center;
	top: 100px;
	left: 0;
	margin: 0 auto;
	pointer-events: none;
	opacity: 0;
	z-index: -1;
}

.shop-preview img {
	max-width: calc(33% - 60px);
	height: auto;
}


#shop-category {
	position: absolute;
	top: -120px;
	left: 30px;
	width: calc(100% - 60px);
}

.shop-category-gallery {
	position: absolute;
	top: 0;
	left: 25%;
	width: 50%;
}

.shop-category-gallery img {
	width: 100%;
	margin-bottom: 20px;
}

.shop-category-description {
	position: fixed;
	bottom: 30px;
	left: 30px;
	font-size: 10pt;
	line-height: 10pt;
	z-index: 2;
}

.shop-category-description a:hover {
	color: blue;
}

#shop-category-menu {	
	position: fixed;
	display: table;
	z-index: 2;
}

#shop-category-menu-inner {
	display: table-cell;
	vertical-align: middle;
}

.shop-category-menu-item  {
	width: 100px;
	height: 100px;
	background-position: center;
	margin-bottom: 10px;
	cursor: pointer;	
}


@media screen and (min-width: 1601px) {

}

@media screen and (min-width: 1300px) and (max-width: 1600px) {

}
