body {
	margin: 0;
	padding: 0;
	background: #202020;
	cursor: none !important;
	overflow: hidden;
	font-size: 14px;
	line-height: 21px;
	font-family: "Helvetica", Garuda, Arial, sans-serif;
}

.jibe-logo {
	position: absolute;
	left: 0px;
	right: 0px;
	top: 0px;
	bottom: 0px;
	width: 350px;
	margin: 10% auto 15px;
}

.main-logo {
	-webkit-filter: drop-shadow(0px 0px 20px #202020);
	filter: drop-shadow(0px 0px 20px #202020);
}

.scene {
	min-height: 1920px;
	height: 100%;
	position: relative;
	left: 0px;
	top: 0px;
	overflow: hidden;
	list-style: none;
	display: block;
	padding: 0;
	margin: 0;
}

.scene,
.layer {
	display: block;
	height: 100%;
	width: 100%;
	padding: 0;
	margin: 0;
}

.blue-container {
	position: absolute;
	top: 0px;
	left: 0px;
}

.jibe-slides {
	position: absolute;
	top: -150px;
	left: -150px;
}

.menu {
	cursor: auto;
	position: absolute;
	bottom: 25%;
	width: 100%;
	max-width: 355px;
	min-width: 320px;
	margin: 0 auto;
	left: 0px;
	right: 0px;
	background: rgba(0, 0, 0, 0.6) url(../assets/congruent_outline.png);
	-webkit-filter: drop-shadow(0px 0px 20px #202020);
	filter: drop-shadow(0px 0px 20px #202020);
}

.menu-ul {
	margin-bottom: 14px;
	list-style: none;
	padding: 0;
	margin: 0;
}

.menu-li {
	width: 300px;
	height: 30px;
	margin: 0;
	padding: 7.5px 25px;
	border-left: 5px solid rgba(229, 57, 52, 0.3);
	background-image: url(../assets/arrow-grey.svg);
	background-size: 20px;
	background-repeat: no-repeat;
	background-position: 90% center;
	transition: 0.4s;
}

.menu-li:hover {
	background-size: 25px;
	background-position: 95% center;
	border-left: 5px solid #e53934;
	background-image: url(../assets/arrow-white.svg);
}

.menu-li a {
	display: block;
	width: 300px;
	height: 30px;
	font-size: 18px;
	color: #ccc;
	padding: 5px 0 0 20px;
	text-decoration: none;
}

.menu-li a:hover {
	color: #fff;
	text-decoration: underline;
}

#bluedot,
.layer#jibe-logo-layer {
	pointer-events: none;
}

#bluedot>span#dot {
	width: 25px;
	height: 25px;
	background: #2196f3;
	border-radius: 50%;
	border: 2px solid white;
	position: absolute;
}

#bluedot>span#pulse {
	top: -85.5px;
	left: -85.5px;
	background: #3f51b5;
	border-radius: 50%;
	height: 200px;
	width: 200px;
	-ms-transform: scale(0);
	transform: scale(0);
	animation: ping 2s infinite;
	position: absolute;
}

@keyframes ping {
	100% {
		opacity: 0;
		transform: scale(1);
	}
}

.st11,
.st9,
.st16,
.st10,
.st13,
.st15 {
	transition: 0.5s
}

.st11:hover,
.st9:hover,
.st16:hover,
.st10:hover,
.st13:hover,
.st15:hover {
	fill: #e53934;
}

@media only screen and (max-width: 320px) {
  .menu-li {
    background-image: none;
  }
}

@media only screen and (max-width: 768px) {
  .jibe-logo {
    width: 80%;
  }
  .shadow-logo {
    opacity: 0 !important;
  }
}

