/* For navigation bar on index*/
.customnav{
	color: white;
	background-color: #181818;
	list-style-type: none;
	overflow: visible;
	max-width: auto;
	margin: 0;
	padding: 0;
	position: fixed;
	top: 0;
	width: 100%;
	z-index:999;
}

li{
	float: left;
  color: #f2f2f2;
  padding: 14px 16px;
  text-decoration: none;
	padding-left:22px;
  font-size: 18px;
	text-align: center;
}

.customnav li button{
	background-color: #181818;
	color: white;
	font-size: 18px;
	border: none;
	text-align: center;
}

.navButtons{
	background-color: #181818;
  	color: white;
	font-size: 16px;
	border: none;
	text-decoration: none;
}

.navButtons:hover{
	background-color: #313131;
}

.navButtonsSpecial{
	background-color: #181818;
  	color: white;
	font-size: 16px;
	border: none;
	text-decoration: none;
	display: inline;
}

@media screen and (max-width: 1151px) {
  .customnav li .navButtons{display: none;}
  .openbtn {
    float: left;
    display: block;
  }
  .navLeftButtonSlots{
	  display: none;
  }
}

@media screen and (max-width: 1151px) {
  .customnav.responsive {position: relative;}
  .openbtn {
    position: relative;
    left: 0;
    top: 0;
  }
  .navLeftButtonSlots{
	  display: none;
  }
  .customnav.responsive button{
    float: none;
    display: block;
    text-align: left;
  }
}

@media screen and (max-width: 360px) {
  .customnav li .navButtons{
	  display: none;
  }
  .navLeftButtonSlots{
	  display: none;
  }
   .customnav{
	   height:50px;
   }
  
}

@media screen and (max-width: 208px) {
  .customnav li .navButtons{
	  display: none;
  }
  .navLeftButtonSlots{
	  display: none;
  }
   .customnav{
	   height:50px;
   }
   
   .navButtonsSpecial{
	   display: none;
   }
  
}

