#Felidae, #Fauna, #FF, #ForestN, #nevisR,#Cambodia,#Canada,#HongKong,#India,#Indonesia,#Malaysia,#Singapore,#Thailand,#UnitedKingdom {
	padding: 10px 0;
	position: relative;
	top:0%;
  }
  .text-box {
	width: 90%;
	color: #fff;
	position: absolute;
	left: 50%;
	transform: translate(-50%, -50%);
	text-align: center;
	}
  
  .text-box h1 {
	font-family: 'Elvishlis', sans-serif;
	color: rgb(247, 244, 244);
	font-size: 80px;
	font-style: bold;
	font-variant: small-caps;
	font-weight: 700;
	line-height: 80px;
  }
  .text-box h2 {
	font-family: 'Elvishlis', sans-serif;
	color: rgb(247, 244, 244);
	font-size: 50px;
	font-style: bold;
	top:90%;
	font-variant: small-caps;
	font-weight: 700;
	line-height: 80px;
  }
  
  .container
  {
  height:100%;	
	z-index: -10;
  }
  .trans
  {
	  transition: all 1s ease;
	  -moz-transition: all 1s ease;
	  -ms-transition: all 1s ease;
	  -o-transition: all 1s ease;
	  -webkit-transition: all 1s ease;
  }
  .top
  {
	  display: flex;
	 height:100%;
  }
  .top ul
  {
	  list-style: none;
	  height:100%;

  
  }
  .top ul li
  {
	  position: relative;
	  float: left;
	  width: 25%;
	  height: 50%;
	  overflow: hidden;
  
  }
  
  .top ul li::before
  {
	  position: absolute;
	  top: 0;
	  left: 0;
	  width: 100%;
	  height: 100%;
	  background-color: #000;
	  content: '';
	  color: white;
	  opacity: 0.4;
	  text-align: center;
	  box-sizing: border-box;
	  pointer-events: none;
	  transition: all 0.5s ease;
	  -moz-transition: all 0.5s ease;
	  -ms-transition: all 0.5s ease;
	  -o-transition: all 0.5s ease;
	  -webkit-transition: all 0.5s ease;
  }
  .top ul li:hover::before
  {
	  opacity: 0;
	  background-color: rgba(0,0,0,0.90);
  }
  .top ul li img
  {
	  width: 100%;
	  height: 100%;
	  overflow: hidden;
  }
  .lightbox
  {
	  position: fixed;
	  width: 100%;
	  height: 100%;
	  text-align: center;
	  top: 0;
	  left: 0;
	  background-color: rgba(0,0,0,0.75);
	  z-index: 999;
	  opacity: 0;
	  pointer-events: none;
  }
  .lightbox img
  {
	  max-width: 90%;
	  max-height: 90%;
	  position: relative;
	  top: -100%;
	  /* Transition */
	  transition: all 1s ease;
	  -moz-transition: all 1s ease;
	  -ms-transition: all 1s ease;
	  -o-transition: all 1s ease;
	  -webkit-transition: all 1s ease;
  }
  .lightbox:target
  {
	  outline: none;
	  top: 0;
	  opacity: 1;
	  pointer-events: auto;
	  transition: all 1.2s ease;
	  -moz-transition: all 1.2s ease;
	  -ms-transition: all 1.2s ease;
	  -o-transition: all 1.2s ease;
	  -webkit-transition: all 1.2s ease;
  }
  .lightbox:target img
  {
	  top: 0;
	  top: 50%;
	  transform: translateY(-50%);
	  -moz-transform: translateY(-50%);
	  -ms-transform: translateY(-50%);
	  -o-transform: translateY(-50%);
	  -webkit-transform: translateY(-50%);
  }

  #ForestN{
	padding: 30px 0;
	position: relative;
	top:20%;
  }
  .text-box {
	width: 90%;
	color: #fff;
	position: absolute;
	left: 50%;
	transform: translate(-50%, -50%);
	text-align: center;
	}
  
  .text-box h1 {
	font-family: 'Elvishlis', sans-serif;
	color: rgb(247, 244, 244);
	font-size: 80px;
	font-style: bold;
	font-variant: small-caps;
	font-weight: 700;
	line-height: 80px;
  }
  .text-box h2 {
	font-family: 'Elvishlis', sans-serif;
	color: rgb(247, 244, 244);
	font-size: 50px;
	font-style: bold;
	top:90%;
	font-variant: small-caps;
	font-weight: 700;
	line-height: 80px;
  }
  
  .container
  {
  height:100%;	
	z-index: -10;
  }
  .trans
  {
	  transition: all 1s ease;
	  -moz-transition: all 1s ease;
	  -ms-transition: all 1s ease;
	  -o-transition: all 1s ease;
	  -webkit-transition: all 1s ease;
  }
  .top
  {
	  display: flex;
	  height:100%;	
	  margin-top: 10vh;
	  margin-left: auto;
	  margin-right: auto;
	  margin-bottom: 10vh;
  }
  .top ul
  {
	  list-style: none;
	  z-index: 1;
  
  }
  .top ul li
  {
	  position: relative;
	  float: left;
	  width: 25%;
	  height: 50%;
	  overflow: hidden;
	  border: 5px solid transparent;
  
  }
  
  .top ul li::before
  {
	  position: absolute;
	  top: 0;
	  left: 0;
	  width: 100%;
	  height: 100%;
	  background-color: #000;
	  content: '';
	  color: white;
	  opacity: 0.4;
	  text-align: center;
	  box-sizing: border-box;
	  pointer-events: none;
	  transition: all 0.5s ease;
	  -moz-transition: all 0.5s ease;
	  -ms-transition: all 0.5s ease;
	  -o-transition: all 0.5s ease;
	  -webkit-transition: all 0.5s ease;
  }
  .top ul li:hover::before
  {
	  opacity: 0;
	  background-color: rgba(0,0,0,0.90);
	 
  }
  .top ul li img
  {
	  width: 100%;
	  height: 100%;
	  overflow: hidden;
  }
  .lightbox
  {
	  position: fixed;
	  width: 100%;
	  height: 100%;
	  text-align: center;
	  top: 0;
	  left: 0;
	  background-color: rgba(0,0,0,0.75);
	  z-index: 999;
	  opacity: 0;
	  pointer-events: none;
  }
  .lightbox img
  {
	  max-width: 90%;
	  max-height: 90%;
	  position: relative;
	  top: -100%;
	  /* Transition */
	  transition: all 1s ease;
	  -moz-transition: all 1s ease;
	  -ms-transition: all 1s ease;
	  -o-transition: all 1s ease;
	  -webkit-transition: all 1s ease;
  }
  .lightbox:target
  {
	  outline: none;
	  top: 0;
	  opacity: 1;
	  pointer-events: auto;
	  transition: all 1.2s ease;
	  -moz-transition: all 1.2s ease;
	  -ms-transition: all 1.2s ease;
	  -o-transition: all 1.2s ease;
	  -webkit-transition: all 1.2s ease;
  }
  .lightbox:target img
  {
	  top: 0;
	  top: 50%;
	  transform: translateY(-50%);
	  -moz-transform: translateY(-50%);
	  -ms-transform: translateY(-50%);
	  -o-transform: translateY(-50%);
	  -webkit-transform: translateY(-50%);
	  box-shadow: 0px 0px 20px rgba(250, 248, 248, 0.3);
  }