body, html {
max-width: none;
position: relative;
overflow-y:auto;
background: url(/img/background.jpg) no-repeat center center fixed; 
background-size: cover;
}

em {
            background-color: rgb(102, 255, 255);
        }
.modal {
	z-index: 2500;
}

.divmain {
	position: relative;
}	 
.icon-container {
  position: fixed;
  top: 0;
  left: 0;
  padding: 10px;
}
	.tooltip2 {
		color: black;
  position: relative;
  display: inline-block;
  border-bottom: 1px dotted black; /* If you want dots under the hoverable text */
}
			.tooltip2 .tooltiptext2 {
  visibility: hidden;
  width: 120px;
  background-color: black;
  color: #fff;
  text-align: center;
  padding: 5px 0;
  border-radius: 6px;
  bottom: 100%;
  left: 50%;
  margin-left: -60px;
  /* Position the tooltip text - see examples below! */
  position: absolute;
  z-index: 1;
}



/* Show the tooltip text when you mouse over the tooltip container */
.tooltip2:hover .tooltiptext2 {
  visibility: visible;
	}


    .sticky-menu {
      position: sticky;
      top: 0;
      background-color: rgba(255, 255, 255, 0.5);
      z-index: 999;
    }
 