.topnav {
  overflow: hidden;
  background-color: #ffffff;
}

.topnav a {
  float: left;
  display: block;
  color: #333333;
font-weight: bold;
text-transform: uppercase;
  text-align: center;
  padding: 40px 16px;
  text-decoration: none;
  font-size: 14px;
}

.topnav a:hover {
  background-color: #ddd;
  color: black;
}

.topnav a.active {
  background-color: #333;
  color: white;
}

.topnav .icon {
  display: none;
}
.img-responsive
{
    margin-left: 75px;
}
#link{
        margin-left: 13% !important;
}
@media screen and (max-width: 1200px) {
  .topnav a:not(:first-child) {display: none;}
  .topnav a.icon {
    float: right;
    display: block;
  }
  .menu a {
  float: none;
}
.img-responsive
{
    margin-left: 0px;
}

#link{
        margin-left: 0% !important;
}
}


@media screen and (max-width: 1200px) {
  .topnav.responsive {position: relative;}
  .topnav.responsive .icon {
    position: absolute;
    right: 0;
    top: 0;
  }
  .topnav.responsive a {
    float: none;
    display: block;
    text-align: left;
     padding-top: 8px;
     padding-bottom: 8px;
  }
}