#cont1 {
  width: 100vw;
  height: 100vh;
  position: relative;
	overflow-x: hidden;
	z-index: 1;
}
/* Hide scrollbar for Chrome, Safari and Opera */
#cont1::-webkit-scrollbar {
    display: none;
}

/* Hide scrollbar for IE, Edge and Firefox */
#cont1 {
  -ms-overflow-style: none;  /* IE and Edge */
  scrollbar-width: none;  /* Firefox */
}

#cont {
  position: relative;
  width: 100vw;
  height: 100vh;
  overflow: hidden;
	background-color: #fbf4ec;
	pointer-events: auto;
}
#gbcont {
  top: calc(100vh/1.618 - 30px);
  padding-left: 5vw;
	padding-right: 5vw;
  position: absolute;
  width: 100vw;
  z-index: 2;
}
#girlboss {
  font-family: Avenir Next;
  font-size: 80px;
  margin-left: 5vw;
  position: relative;
  padding-bottom: 30px;
  content: url(img/gbl.png);
  width: 60%;
}
#menulist {
  font-family: Avenir Next;
  font-weight: 500;
  margin: 0;
  padding: 0;
  margin-left: 5vw;
	display: inline-block;
	float: left;
}
li:hover {
  padding-left: 6vw;
  transition: 0.5s;
  font-size: 3vh;
}
li {
  transition: 0.5s;
  padding: 3vw;
  font-size: 3vh;
}
ul {
  list-style-type: none;
  padding: 0;
  margin-left: 0px;
  margin-top: -10px;
}
#mbgr {
  width: 100vw;
  object-fit: cover;
  height: calc(100vh/1.618);
  object-fit: cover;
  content:url(img/mbgr.png);
  z-index: 1;
  position: fixed;
  background-color: #fbf4ec;
}
#gradmbgr {
  background: rgb(251,244,236);
  background: linear-gradient(0deg, rgba(251,244,236,1) 10%, rgba(251,244,236,0) 100%);
  width: 100vw;
  height: 200px;
  top: calc(100vh/1.618);
  margin-top: -198px;
  position: fixed;
  z-index: 2;
}
#lang {
	float: right;
	margin-right: 30px;
	bottom: 30px;
	right: 0;
	position: absolute;
	z-index:10;
}
#a {
	content: url(img/a.png);
	width: 3vw;
	height: auto;
	margin-left: auto;
	margin-right: auto;
	position: relative;
	animation: MoveUpDown 5s ease infinite;
}
#g {
	content: url(img/g.png);
  width: 5vw;
}
#langsel {
	width: 100%;
	background-color: white;
	height: 65px;
	text-align: left;
	vertical-align: middle;
	line-height: 65px;
	padding-left: 15px;
	bottom: -5px;
	z-index: 0;
	overflow: hidden;
	bottom: 0;
	position: fixed;
	pointer-events: click;
}
#ph{ /*enabes scroll*/
	width: 100%;
	height: 65px;
	text-align: left;
	vertical-align: middle;
	line-height: 65px;
	padding-left: 15px;
	bottom: -5px;
	z-index: -5;
	overflow: hidden;
	bottom: 0;
	pointer-events: auto;
	visibility: none;
	color: rgba(255,255,255,0)
}
th {
	text-align: center;
	font-family: Avenir Next;
	font-size: 20px;
	font-weight: 600;
	letter-spacing: 2px;
	color: #3a3431;
}
@keyframes MoveUpDown {
  0%, 50%, 100%{
    margin-bottom: -8px;
  }
  25% {
    margin-bottom: 3px;
  }
}
#cont {

}
