
body {
  font-family: Helvetica, Arial, sans-serif;
  margin: 0;
}

header {
  width: 100%;
  background: #46CFB0;
  height: 50px;
  line-height: 50px;/*position: fixed;*/
}

/* REMOVE */

.test-height { height: 500px; background-color:#9FD477 }

.color-change { background-color: #2980b9; }

/* /REMOVE */


.hamburger {
  background: none;
  position: absolute;
  top: 0;
  right: 0;
  line-height: 45px;
  padding: 12px 15px 0px 15px;
  color: ##ecf0f1;
  border: 0;
  font-size: 1.4em;
  font-weight: bold;
  cursor: pointer;
  outline: none;/* z-index: 10000000000000; */
}

.menu {
  z-index: 1000000;
  font-weight: bold;
  font-size: 0.8em;
  width: 100%;
  background: #fff;
  color:#fff
  position: absolute;
  text-align: left;
}

.menu ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
  list-style-image: none;
}

.menu li {
  display: block;
padding: 10px 10px 10px 10px;
  color: #000;
  font-size:13px;
  border-bottom: #d1d1d1 1px solid;
}

.menu li:hover {
  
  background: #E95546;

}

.dropdown-menu>li>a
{
	text-align:left;
}


.menu ul li a {
  text-decoration: none;
  margin: 0px;
  color: #fff;
}

.menu ul li a:hover {
  color: #fff;
  text-decoration: none;
}

.menu a {
  text-decoration: none;
  color: white;
}

.menu a:hover {
  text-decoration: none;
  color: white;
}

.sticky {
  position: fixed;
  width: 100%;
  left: 0;
  top: 0;
  z-index: 100;
  border-top: 0;
}
