  .marcoNavbar { 
      display:block; 
      width:100%;  
      height:auto; 
      /*text-align center; */
      padding: 20px;  
      background:white ; 
      background-color:white ; 
      z-index:1001;
      font-size:16pt; 
      color:black;  
      position: -webkit-sticky;  
      position: sticky; 
      top: 0; 
      border-bottom:1px solid #eee; 

      box-shadow: 0px 2px 20px rgba(1, 41, 112, 0.1);
      
      -webkit-user-select: none; /* Safari */
        -ms-user-select: none; /* IE 10 and IE 11 */
        user-select: none; /* Standard syntax */
       -moz-user-select: none; /* mo zilla */
  }



.marcoNavbar i { font-size: 20px;  }

.marcoNavbar a , .marcoNavbar a:link { cursor:pointer; color: black; text-decoration: none; font-size: 16px; }

.marcoNavbar a:visited { cursor:pointer; color: black; text-decoration: none; font-size: 16px; }

.marcoNavbar a:hover { cursor:pointer; color: black; text-decoration: none; font-size: 16px; }







    /* Formatting search box */


.search {
    display: block;  /*inline-block*/
    position: relative; top:0; left:0;
    margin: 20px 0 0 0 ; margin-left: 0;
    height: 40px;
    box-sizing: border-box;
    width: 100%!important;
    padding:0px;


}
  

  div.search input[type=text]{
  height: 40px;
  padding: 10px 20px;
  border: 1px solid grey;
  width: calc(100% - 50px )!important; 
  min-width: 50px!important; 
  max-width: 2000px!important; 
  border-radius:  5px ;
  margin:0;margin-left: 0!important;
}

div.search form {    background:white; }

div.search i {
  display: inline-block;
  height:40 px;
  width:40px; 
  padding:8px ;
  margin:0 ;margin-top:-5px;
  background:brown;
  color: white;
  cursor: pointer;
  border-radius: 10px ;
}

div.search i:hover {
  background: red;
}


    /* End Formatting search box */




