.menuc {
    float: right;
}


/* Add a black background color to the top navigation */



/* Style the links inside the navigation bar */
.menuc a{
  float: left;
  display: block;
  color: black;
  text-align: center;
  padding: 14px 16px;
  text-decoration: none;
  font-size: 20px;
}

/* Change the color of links on hover */
.menuc a:hover {
  color: green;
  text-decoration: none;
}

/* Add an active class to highlight the current page */


.active a {
  background-color: white;
  color: green;
}

.active a:hover {
  background-color: white;
  color: green;
}

.icons
{
  padding: 10px;
  padding-top: 20px;
}

.sticky {
background-color:white;
z-index: 99999;
text-align:center;
position:fixed;
margin: 0 auto; left:0px; right:0px;
float:clear;
vertical-align: top;
top: 0;
}

.white{
  background-color:white;
}
