 body nav{
  font-family: 'Bebas Neue', cursive;
}

.anasayfabaslik {
  font-family: 'Bebas Neue', cursive;
}

.emailFont{
 font-family: 'Bebas Neue', cursive;
}

body{
  font-family: 'Roboto', sans-serif;
}

.nav-item {
  border-bottom: 1px solid rgba(0,0,0,0.2);
}

.anasayfaillustrator:hover {
  opacity: 0.7;
  filter: alpha(opacity=50);
}

.anasayfaillustratoryazi {
  color: black;
}


.anasayfaillustratoryazi:hover {
  color: #17a2b7;
  text-decoration: none;
}

.icBlogBasligi {
  color: #202125;
}

.icBlogBasligi:hover {
  text-decoration: none;
  color: grey;

}


/* language options */
.langWrap a {
  text-decoration: none;
}

a.activeLanguage{
  color: #5bc0de;
  text-decoration: none;
  font-weight: bold;
}




@media only screen and (max-width: 767px) {

  .topnav {
    /* position: fixed;
    margin-top: 0; */
  }

  .logoCSS {
    max-width: 50%;
    height: auto;
    margin-left: 25%;
  }

  #myLinks {
    display: none;
  }
}

@media only screen and (min-width: 768px) {
  /* .topnav {
    position: fixed;
    margin-top: 0;
  } */
  #myLinks {
    display: block;
  }

  .icon {
    display: none;
  }

  .topnav {
    position: sticky;
    top: 1rem;
  }
}
