
#menu_items {
	top: 0;
}

header {
	height: 70px;
}

header .logo {
	top: 20px;
}

@media screen and (max-width: 1123px) {
	header {
		height: 70px;
	}

  header .logo {
    top: 20px;
  }

	#hamburger {
		top: 15px;
	}

	header {
    position: fixed;
    height: 70px;
    z-index: 10;
  }
}
