
body {margin:0;font-family:Arial}




.menu {
  text-align:center;
   height:110px;
}

.topnav {
  font-size: 14px;
  font-weight: bold;
  /*background-color: #FFF;*/
  color:white;
/*background-color: #243542;*/
  text-align: center ;
  margin:auto;
  width:50%;
  margin-top: 49px;
}

.mirza {
  text-align: right;
}

.mirza img{
  width: 200px;
}

.topnav a {
  /*float: left;*/
  display:block;
  
  padding: 14px 14px;
/*  font-size: 14 px;
*/  text-decoration: none;
}

.topnav .dropdown a {
/*    font-size: 14 px;
*/}

}
.active {
  background-color: #04AA6D;
}

.dropbtn {
}
.dropdown {
  float: left;
  overflow: hidden;
    font-weight: bold;
padding:0px;
}

#user {
  position: fixed;
  right:10px;
  float:right;
  padding:10px;
   font-size: 14px;
   margin-top: 54px;
}

#user img{
  width:27px;
  margin-top: -17px;
}
#user .dropdown .dropdown-content{
  align:left;


}

.dropdown .dropbtn {
  border: none;
  outline: none;

  padding: 14px 14px;
  background-color: inherit;
  font-family: inherit;
  margin: 0;
  font-size: inherit;
  color:inherit;
  font-weight: inherit;
}

.dropdown-content {
  display: none;
  position: absolute;
   padding-top:4  px;
  background-color: #243542; /*#333;*/
  min-width: 140px;
  box-shadow: 0px 8px 14px 0px rgba(0,0,0,0.2);
  z-index: 1;
    border-bottom:2px dashed;
    border-left:2px dashed;
    border-right:2px dashed;
    border-top:none;

}

.dropdown-content a {
  float: none;
  padding: 12px 14px;
  text-decoration: none;
  display: block;
  text-align: left;
}

.topnav a:hover, .dropdown:hover .dropbtn {
  /*background-color: ##04AA6D;*/
  color: #e4e822;
}

.dropdown-content a:hover {
  
  color: black;
  color: #e4e822

}

.dropdown:hover .dropdown-content {
  display: block;
}

.topnav  .icon {
    display: none;

  }

@media screen and (max-width: 768px) {
  .topnav a , .dropdown, .dropbtn { ; /*.dropdown .dropbtn .topnav.dropdown .topnav.dropbtn{*/
    display: none;
  }
  .topnav  .icon {
    display: block;
    position: fixed;
    right:10px;
    top:50px;
  }

  #user .dropdown , #user  .dropbtn {
    position:fixed;
    display:block;
    float:left;
    top:50px;
    left:10px;
  }

}

@media screen and (max-width: 768px) {

  .mirza {
    text-align: center;
    margin-top: -30px;

  }

  .hero {
    border-bottom: none;
  }
    .topnav.responsive #user {
    display:block;
    float:left;
    top:50px;
    position:fixed;
  }

  .topnav.responsive {
    position: fixed;
    margin: auto;
    top:120px;
    width:90%;
    
  }



  .topnav.responsive  .icon {
    display:block;
    position: fixed;
    right: 10px;
    top: 50px;
  }

  .topnav.responsive a {
    float: left;
    display: block;
    
  }

  .topnav.responsive .dropdown {
    position:relative;
    float: none; 
    display: block;  
    background-color:#243542;



 /*       border-bottom:none;
    border-left:2px dashed;
    border-right:2px dashed;
    border-top:2px dashed;*/


  }
  .topnav.responsive .dropdown-content {
    position: relative;  
    border: 2px dashed;
    background-color:#333; 
    margin-left:10px;
    width:90%;
    float:left;



  }

    #user .dropdown-content {
    position: relative;  
    border: 2px dashed;
    background-color:#333; 
    margin-left:10px;
    float:left;


  }

  .topnav.responsive .dropdown .dropbtn {
    display: table;
    left:200px;
    background-color:#333; 
    border:none;
    width:100%;
  }

  .topnav.responsive  .dropdown .dropdown-content,  {
    float:center;
    width:100%;
    padding:0px;
    margin:0px;
    min-width: 140px;
    box-shadow: 0px 8px 14px 0px rgba(0,0,0,0.2);
    z-index: 1;
      border-bottom:2px dashed;
      border-left:2px dashed;
      border-right:2px dashed;
      border-top:2px dashed;

  }

  .topnav.responsive a:hover {
    
  }




}