@charset "UTF-8";
/* CSS Document */

html {
	overflow:hidden;
}

body {
	margin:0;
	padding:0;
}

p {
	font-family: "Trebuchet MS", Helvetica, sans-serif !important;
}

a {
	text-decoration: none;
}

.tigerBirth {
	width: 1000px;
	height: 1000px;
	background: url("../img/tiger birth bg.jpg");
	  background-repeat: repeat;
	  background-size: auto;
	position: fixed;
	top:-40px;
	left: 300px;
	background-size: contain;
	background-repeat: no-repeat;
}

.dragscroll {
	position: relative;
	z-index:999;
	height:100vh;
	overflow: scroll;
	cursor: grab;
	cursor: -o-grab;
	cursor: -moz-grab;
	cursor: -webkit-grab;
}

.dragscroll img {
	-webkit-filter: drop-shadow(4px 2px 10px #222222a3);
 	filter: drop-shadow(4px 2px 10px #222222a3);
}

.tigerbirth-Click {
	position:absolute;
	z-index:9999999;
	left: 440px;
	top: 220px;
	width: 600px;
	height: 310px;
}

.tigerbirth-Click a {
	width: 100%;
	height: 100%;
	display: block;
	cursor: crosshair;
}

/* The sticky note itself */

.sticky-container {
	position: absolute;
	left: 400px;
	top: 350px;
	width: 220px;
	transform: scale(.5);
}

.sticky-content {
  background: linear-gradient(
    2deg,
    rgba(187, 235, 255, 1) 0%,
    rgba(187, 235, 255, 1) 12%,
    rgba(170, 220, 241, 1) 75%,
    rgba(195, 229, 244, 1) 100%
  );
  width: 100%;
  height: 100%;

  display: flex;
  justify-content: center;
  align-items: center;
  font-family: arial;
	font-size: 1rem;
	line-height: 1.5;
	padding: 11px 20px 34px 17px !important;
  clip-path: url(#stickyClip);
}

.nmc .sticky-content {
	background: linear-gradient(
    2deg,
    rgba(75, 119, 209, 1) 0%,
    rgba(86, 127, 212, 1) 12%,
    rgba(86, 127, 212, 1) 75%,
    rgba(75, 119, 209, 1) 100%
  );
	opacity:.85;
}

.nmc .sticky-content p {
	color:#fff;
}

.navControl-left {
	position: fixed;
	left: 5px;
	top: 30px;
	width: 63px;
	height: 223px;
	background: #fff;
	z-index: 999999;
	outline: 1px solid #b3b3b3;
	border: 1px solid #e1e1e1;
}

.navControl-right {
	position: fixed;
	right: 15px;
	top: 30px;
	height: 105px;
	width: 70px;
	background: #fff;
	z-index: 99999;
}

.navControl-right img {
	width:80%;
	margin-left:10%;
	margin-top:10%;
	opacity:.6;
}

.navControl-right p {
	font-size:13px;
	text-align:center;
	line-height:1.1;
	margin-top:5px;
	color:#706E6E;
}