/* EVERYWHERE */
html {
	margin: 0;
	padding: 0;
	font-family: 'Montserrat', 'century gothic', 'calibri light', sans-serif;
}
html a:link {
	text-decoration: none;
}
html a:visited {
	text-decoration: none;
}
body{
	margin: 0;
	padding: 0;
}


/* NAVBAR */

nav{
	width: 160px;
	height: 70px;
	display: block;
	top: 5px;
	bottom: auto;
	left: 5px;
	position: fixed;
	box-sizing: border-box;
	overflow: hidden;
	margin: 0 5px 0 0;
	padding: 0;
	background-color: rgba(255, 255, 255, 0.95);
	border-radius: 35px;
	box-shadow: 0 0 10px #ccc;
	text-align: center;
	font-size: 20px;
	z-index: 90;
}

/*small bar*/
.smallBar{
	width: 100%;
	height: 70px;
	box-sizing: border-box;
	padding: 0 10px 0 10px;
}
.sBarItem{
	width: 70px;
	height: 70px;
	float: left;
	display: block;
	box-sizing: border-box;
}
.sBarItem a:link{
	width: 100%;
	display: block;
	box-sizing: border-box;
	text-decoration: none;
	color: #dcc01f;
}
.sBarItem a:visited{
	width: 100%;
	display: block;
	box-sizing: border-box;
	text-decoration: none;
	color: #dcc01f;
}

/*each small bar item*/
#menuButtonBlock{
	max-width: 70px;
	max-height: 70px;
	box-sizing: border-box;
	padding: 12px;
}
#menuButtonImg{
	max-width: 100%;
	max-height: 45px;
	display: block;
	box-sizing: border-box;
	margin: auto;
	cursor: pointer;
}
#closeButtonImg{
	max-width: 100%;
	max-height: 45px;
	display: none;
	box-sizing: border-box;
	margin: auto;
	cursor: pointer;
}

#searchButtonBlock{
	max-width: 70px;
	max-height: 70px;
	box-sizing: border-box;
	padding: 12px;
}
#searchButtonImg{
	max-width: 100%;
	max-height: 45px;
	display: block;
	box-sizing: border-box;
	margin: auto;
}

#langButtonBlock{
	max-width: 70px;
	max-height: 70px;
	box-sizing: border-box;
	font-size: 25px;
}
#langButtonBlock a:link{
	max-height: 45px;
	display: block;
	box-sizing: border-box;
	padding: 18px 12px 0 12px;
}
#langButtonBlock a:visited{
	max-height: 50px;
	display: block;
	box-sizing: border-box;
	padding: 18px 10px 0 12px;
}

#cartButtonBlock{
	max-width: 70px;
	max-height: 70px;
	box-sizing: border-box;
	padding: 12px;
}
#cartButtonImg{
	max-width: 100%;
	max-height: 45px;
	display: block;
	box-sizing: border-box;
	margin: auto;
}

/*big bar*/
.bigBar{
	width: 95%;
	top: 70px;
	bottom: 20px;
	left: 2.5%;
	right: 2.5%;
	position: absolute;
	box-sizing: border-box;
	overflow-x: hidden;
	overflow-y: auto;
	margin: 0 auto 0 auto;
	padding: 0;
}
.bigBarItem{
	width: 100%;
	box-sizing: border-box;
	overflow: hidden;
	margin: 10px auto;
}

.menuSectionName{
	width: 100%;
	box-sizing: border-box;
	overflow: hidden;
	padding: 15px;
	border-bottom: 1px solid #dcc01f;
	text-align: left;
	font-size: 20px;
	color: #dcc01f;
	cursor: pointer;
}

.menuSectionArrow{
	height: 20px;
	display: block;
	float: right;
}

.menuSectionRef{
	width: 100%;
	box-sizing: border-box;
	overflow: hidden;
	padding: 0;
	border-bottom: 1px solid #dcc01f;
	text-align: left;
	font-size: 20px;
}
.menuSectionRef a:link{
	width: 100%;
	display: block;
	box-sizing: border-box;
	overflow: hidden;
	padding: 15px;
	text-decoration: none;
	color: #dcc01f;
}
.menuSectionRef a:visited{
	width: 100%;
	display: block;
	box-sizing: border-box;
	overflow: hidden;
	padding: 15px;
	text-decoration: none;
	color: #dcc01f;
}
.menuSectionRef a:hover{
	width: 100%;
	display: block;
	box-sizing: border-box;
	overflow: hidden;
	padding: 15px;
	text-decoration: none;
	color: #dcc01f;
}
#homeRef{
	width: 100%;
	display: block;
	margin: 0 auto;
}
#homeRef .menuSectionRef{
	border-bottom: none;
}
#homeRef img{
	max-width: 100%;
	max-height: 80px;
	display: block;
	margin: auto;
}
#workshopRef{
	width: 100%;
	display: block;
	margin: 0 auto;
}
#infoRef{
	width: 100%;
	display: block;
	margin: 0 auto;
}

.menuSectionContent{
	width: 100%;
	display: none;
	grid-template-columns: 50% 50%;
	grid-template-rows: auto;
	box-sizing: border-box;
	overflow: auto;
}

.menuRef{
	width: 100%;
	box-sizing: border-box;
	overflow: hidden;
}
.menuRef a:link{
	width: 100%;
	display: block;
	box-sizing: border-box;
	overflow: hidden;
	padding: 10px;
	text-decoration: none;
	color: #000;
}
.menuRef a:visited{
	width: 100%;
	display: block;
	box-sizing: border-box;
	overflow: hidden;
	padding: 10px;
	text-decoration: none;
	color: #000;
}

.menuRefImg{
	width: 100%;
	display: block;
	box-sizing: border-box;
	border-radius: 20px;
}
.menuRefName{
	width: 100%;
	box-sizing: border-box;
	overflow: hidden;
}


/* FOOTER */

footer{
	width: 100%;
	position: relative;
	box-sizing: border-box;
	overflow: hidden;
	margin: 20px 0 0 0;
	padding: 0;
	z-index: 80;
	background-color: #fff;
	border-radius: 35px 35px 0 0;
	box-shadow: 0 0 20px #ccc;
}

/*socialnetworks*/
.socialnetworks{
	width: 100%;
	box-sizing: border-box;
	overflow: hidden;
	margin: 0;
	padding: 30px 5%;
	text-align: center;
}
.socialnetworks a:link{

}
.socialnetworks a:visited{
	
}
.socialnetworks img{
	width: 60px;
	box-sizing: border-box;
	margin: 0 10px;
}

/*stories*/
.footerStories{
	width: 100%;
	box-sizing: border-box;
	overflow: hidden;
	margin: 0;
	padding: 20px 5%;
	text-align: center;
}
.footerStories a:link{
	width: 90%;
	height: 100px;
	display: block;
	position: relative;
	box-sizing: border-box;
	overflow: hidden;
	margin: 10px auto;
	padding: 0;
	text-decoration: none;
	color: #000;
}
.footerStories a:visited{
	width: 90%;
	height: 100px;
	display: block;
	position: relative;
	box-sizing: border-box;
	overflow: hidden;
	margin: 0 auto;
	padding: 0;
	text-decoration: none;
	color: #000;
}
.footerStories img{
	width: 100%;
	height: 100px;
	display: block;
	object-fit: cover;
	object-position: center;
	margin: 0 auto;
	border-radius: 20px;
}
.footerStories div{
	width: 100%;
	height: 100px;
	position: absolute;
	top: 0;
	box-sizing: border-box;
	overflow: hidden;
	background-color: rgba(255, 255, 255, 0.6);
	padding: 20px 0 0 0;
	font-size: 20px;
	font-weight: bold;
}

/*footer links*/
.footerLinks{
	width: 100%;
	box-sizing: border-box;
	overflow: hidden;
	margin: 0;
	padding: 20px 5%;
	text-align: center;
	font-size: 18px;
}
.footerLinks a:link{
	width: 90%;
	height: 50px;
	display: block;
	box-sizing: border-box;
	overflow: hidden;
	margin: 10px auto;
	padding: 0px;
	border-bottom: 1px solid #000;
	text-decoration: none;
	color: #000;
}
.footerLinks a:visited{
	width: 90%;
	height: 50px;
	display: block;
	box-sizing: border-box;
	overflow: hidden;
	margin: 10px auto;
	padding: 0px;
	border-bottom: 1px solid #000;
	text-decoration: none;
	color: #000;
}


/* GO UP */
#goUp:link{
	width: 70px;
	height: 70px;
	display: block;
	position: fixed;
	bottom: 20px;
	right: 20px;
	box-sizing: border-box;
	overflow: hidden;
	padding: 3px;
	z-index: 500;
	background-color: #dcc01f;
	border-radius: 35px;
	text-align: center;
	text-decoration: none;
	font-size: 50px;
	color: #fff;
}
#goUp:visited{
	width: 70px;
	height: 70px;
	display: block;
	position: fixed;
	bottom: 20px;
	right: 20px;
	box-sizing: border-box;
	overflow: hidden;
	padding: 3px;
	z-index: 500;
	background-color: #dcc01f;
	border-radius: 35px;
	text-align: center;
	text-decoration: none;
	font-size: 50px;
	color: #fff;
}