
    body {
	  background-color: #fc3;
	  min-height: 55px;
	}
	
	.wrapper {
	  width: 100%;
	}

	.navbar {
      position: absolute;
	  left: 0;
	  display: flex;
	  width: 750px;
	  overflow: hidden;
	}
	
	.navbar a {
	  flex: 1;
	  text-align: center;
	}
	
	@media only screen and (min-width: 750px) {
	  .navbar {
	    left: calc(50% - 375px);
	  }
	}