/* ik style css */

/*
bodyik {
  margin: 0;
  font-family: Arial, Helvetica, sans-serif;
}
*/


.topnav {
  overflow: hidden;
  background-color: #444444;
}

.topnav a {
  float: left; 
  display: block;
  color: #f2f2f2;
  line-height:30px;
  text-align: center;
  padding: 10px 10px;
  text-decoration: none;
  font-size: 16px;
}

.topnav a:hover {
  background-color: #444444;
  color: white;
  
}

.nav_active {
  /* background-color: #4CAF50; */
  color: #444444;
  float: left;
  display: block;
  width: 180px; /* 197 */
  height: 30px; /* 50 */
  background: url(../images/bj_logo.svg) center no-repeat;
  text-indent: -9999px;
  overflow: hidden;
  margin-right: 5px;
  /*
  -webkit-transition: opacity 200ms ease-out;
  -moz-transition: opacity 200ms ease-out;
  -o-transition: opacity 200ms ease-out;
  transition: opacity 200ms ease-out; */
}

.topnav .icon {
  display: none;
  width: 30px; /* 197 */
  height: 30px; /* 50 */
}

@media screen and (max-width: 600px) {
  .topnav a:not(:first-child) {display: none;}
  .topnav a.icon {
    float: right; 
    display: block;
  }
}

@media screen and (max-width: 600px) {
  .topnav.responsive {
      position: relative; 
    }
    
  .topnav.responsive .icon {
    position: absolute;
    right: 0;
    top: 0;
  }
  .topnav.responsive a {
    float: none;
    display: block;
    text-align: left;

  }
}

.fadein {
  opacity : 0;
  transform: translateY(20px);
  transition: all 1s;
}