@charset "UTF-8";
/* CSS Document */


#nav01 a {
	float:left;
	margin: 0;
	width: 20%;
}
#nav02 a {
	float:left;
	margin: 0;
	width: 20%;
}
#nav03 a {
	float:left;
	margin: 0;
	width: 20%;
}
#nav04 a {
	float:left;
	margin: 0;
	width: 20%;
}
#nav05 a {
	float:left;
	margin: 0;
	width: 20%;
}


/* ------------------------------------------
  NECESSARY STYLES FOR RESPONSIVE NAV
--------------------------------------------- */

.header li {
	width: auto;
}

@media (max-width: 640px) {
.header li {
	width: 100%;
}
}

.js .header {
    position: relative;
    max-height: none;
}

@media (max-width: 640px) {
.js .header {
	clip: rect(0 0 0 0);
	max-height: 0;
	position: absolute;
	display: block;
	overflow: hidden;
	zoom: 1;
}
}


/* ------------------------------------------
  STYLES
--------------------------------------------- */

.header,
.header * {
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

.header ul {
	list-style: none;
	float: left;
}


.nav-toggle {
    display: none;
}



@media (max-width: 640px) {
.nav-toggle {
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	border: 0;
	cursor: pointer;
	width: 100%;
	height: 30px;
	margin: 5px 0 10px;
	float: right;
	text-indent: -9999px;
	overflow: hidden;
	background: url("https://www.basebase.org/images/hamburger.png") no-repeat center;
	display: block;
}
}
