/* Add a black background color to the top navigation */
.topnav {
  background-color: #006dd4;
  overflow: hidden;

}

/* Style the links inside the navigation bar */
.topnav a {
  float: left;
  display: block;
  color: #f2f2f2;
  text-align: center;
  /*padding: 14px 16px;*/
  text-decoration: none;
  font-size: 0.7rem;
  letter-spacing: 0.1rem;
}

/* Change the color of links on hover */
.topnav a:hover {
  color: #191e25;
}

/* Add an active class to highlight the current page */
.topnav a.active {
  /*background-color: #4CAF50;*/
  color: white;
}

/* Hide the link that should open and close the topnav on small screens */
.topnav .icon {
  display: none;
}


.logo2{
      margin: 0px 70px 0px 50px;
    max-width: 15% !important;
}

@media only screen and (max-width: 767px){
  .logo2{
        align-items: center !important;
    margin: 20px 250px;
  }
}


.men{
 margin: 2rem 1.2rem 2rem 0.2rem !important;
}

@media only screen and (max-width: 767px){
  .men{
    display: none !important;
  }
}

