
.bg-cover {
	position: fixed;
	left: 0;
		width: 100%;
	height: 100%;
	background-color: #000;
	z-index:998;
	transition: all 350ms ease;
	opacity: 0;
	visibility: hidden;
	pointer-events: none;
	margin-top:95px;
}


.header.fixed .bg-cover {
	
	margin-top:80px !important;
}







.reveal {
	opacity: .75;
	display: block;
	pointer-events: auto;
	visibility: visible;
	
}




.hamburger-shell {
	margin: 0;
	position: fixed;
	overflow: hidden;
	width: 35px;
	height: 50px;
	overflow: auto;
	left: calc(100% - 100px);
	top: 28px;
	cursor: pointer;
	padding: 0;
	background: transparent;
	border: none;
}

.top, .middle, .bottom{
	position: absolute;
	width: 30px;
	height: 4px;
	background-color: #ec6707;
	transition: all 350ms ease-in-out;
	top: 7px;
}

.middle {
	top: 14px;
}
.bottom {
	top: 21px;
}
#menu {
	position: fixed;
	right: 0px;
	top: -40px;
	color: black;
	display: none;
	text-decoration: none;
	font-size: 14px;
	color: #333;
	width: 320px;
	background-color: #fff;
	height: 100vh;
	margin-top: 120px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	z-index: 999!important;
	box-shadow: 0 2px 2px rgba(0,0,0,0.2) !important;
	padding-top: 24px;
	padding-right: 24px;
	padding-bottom: 74px;
	padding-left: 0px;
	overflow: scroll;
}
body {
	overflow-x: hidden;
}

.header.fixed #menu{
z-index:999!important;
}


#menu li {
	text-decoration: none!important;
	padding-bottom: 10px;
	margin-bottom: 12px;
		list-style: none;
	color: #555;
	transition: all 150ms ease;
	vertical-align:middle;
}

#menu li:hover {
	color: #ec6707;
	padding-right: 3px;
}

#menu a {
	text-decoration: none;
	color: inherit;
}

.menu-open .top {
	transform: rotate(225deg);
	-webkit-transform: rotate(225deg);
	top: 30px;
	background-color: red;
	height: 2px;
}
.menu-open .bottom {
	transform: rotate(225deg);
	-webkit-transform: rotate(225deg);
	top: 30px;
	background-color: red;
	height: 2px;
}


.menu-open .middle {
	transform: rotate(-225deg);
	-webkit-transform: rotate(-225deg);
	top: 30px;
	background-color: red;
	height: 2px;
}


#menu i {
	vertical-align:middle;
	margin-right:10px;
	font-size:21px;
}

/* ===== Scrollbar CSS ===== */
  /* Firefox */


  /* Chrome, Edge, and Safari */
.scrollbar {

  overflow-y: scroll;
  background: #c3bebe;
  scrollbar-color: black #c3bebe;
  scrollbar-width: thin;
}
 #menu::-webkit-scrollbar-track {
     background: linear-gradient(to right, var(--scroll-track-color) 0%, var(--scroll-track-color) 35%, var(--scroll-color) 55%, var(--body-bg-color) 61%, var(--body-bg-color) 100%);
  }

 #menu::-webkit-scrollbar-thumb {
	background-color: var(--scroll-color);
  border-radius: 5px;
  }







