.topnav {
    overflow: hidden;
    /*background-color: #333;*/
    background-color: #1d3a5e;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
  }
  
  .topnav a {
    float: left;
    color: #f2f2f2;
    text-align: center;
    vertical-align: text-bottom;
    padding: 14px 14px;
    text-decoration: none;
    font-size: 19px;
    
  }
  
  .topnav a:hover {
    color:#6ea787;
    text-decoration-line: underline;
  }
  
  /* Create a right-aligned (split) link inside the navigation bar */
  .topnav a.split {
    float: right;
    background-color: #6ea787;
    color: white;
  }

  .topnav img {
    text-align: center;
    font-size: inherit;
    text-rendering: auto;
  }

  .dropdown-profile {
    float: right;
    background-color: #6ea787;
    color: white;
    overflow: hidden;
    min-width:100px;
    text-align: center;

  }
    .dropdown-profile .dropbtn{
    font-size: 19px;  
    border: none;
    outline: none;
    color: white;
    padding: 14px 16px;
    background-color: inherit;
    font-family: inherit;
    margin: 0;
    

  }
  .dropdown-profile .dropbtn:hover{
    color:#1d3a5e;

  } 

    .dropdown-profile-content {
    display: none;
    position: absolute;
    background-color: #1d3a5e;
    color:white;
    min-width: 115px;
    box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.53);
    z-index: 1;
    border-radius: 5px;
  }
  
  
  
  .dropdown {
    float: left;
    overflow: hidden;
  }




  .dropdown .dropbtn {
    font-size: 19px;  
    border: none;
    outline: none;
    color: white;
    padding: 14px 16px;
    background-color: inherit;
    font-family: inherit;
    margin: 0;
  }

  .dropdown .dropbtn:hover
  {
    Color:#6ea787;
    
  }





  
  .dropdown-content {
    display: none;
    position: absolute;
    background-color: #1d3a5e;
    color:white;
    min-width: 160px;
    box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.53);
    z-index: 1;
    border-radius: 5px;
  }
  
  .dropdown-content a {
    float: none;
    color: white;
    padding: 12px 16px;
    text-decoration: none;
    display: block;
    text-align: left;
  }
  
  .dropdown-content a:hover {
    /*background-color: #ddd;*/
  }
  
  /* .dropdown:hover .dropdown-content {
    display: block;
  } */

   
  .MenuLinks{
    display:block;
    
  }

  .menu_icon{
     display:none;
  }

  @media screen and (max-width:900px)
 {
   
  .MenuLinks{
    display:none;
  }
  .menu_icon{
     display:block;
  }
.dropdown .dropbtn {
    display:none;
  }

.dropdown-profile .dropbtn{
  display:none;
}
  
 }