nav {
  min-height: 56px;
  font-size: 16px;
}

.img_logo {
  position: absolute;
  top: 0;
	background: url("../images/logos/logoDeLevensschool.png"), linear-gradient(120deg, transparent 0, transparent 26%, white 26%, white 73%, transparent 73%, transparent 100%);
  background-repeat: no-repeat;
  background-position: center;
  height: 56px;
  background-size: 45px, cover;
  width: 8rem;
  margin-left: -2.5rem;
}

.nav_name {
  display: flex;
  font-size: 20px;
  margin-left: 5.5rem;
}

.logo_link, .logo_link:hover {
  text-decoration: none;
}

@media only screen and (max-width: 450px) {
  nav {
    min-height: 56px;
    font-size: 16px;
  }
  .img_logo {
    height: 56px;
    background-size: 45px, cover;
    width: 8rem;
    margin-left: -2.5rem;
  }
  .nav_name {
    display: flex;
    font-size: 20px;
    margin-left: 5.5rem;
  }
}/*# sourceMappingURL=layout.css.map */