@media only screen and (max-width:750px) {
    a{-webkit-tap-highlight-color: transparent;}
    .nav-top{width: 100%; }
    .nav-top ul{display: flex; flex: 1;}
    .record{width: 100%;}
    .record h2{font-size: 0.7rem;}
	.nav-top ul li{margin-left: 0.5rem;}
}