


/* Clearfix */
.clearfix:before,
.clearfix:after {
    content: " ";
    display: table;
}
.clearfix:after {
    clear: both;
}
.clearfix {
    *zoom: 1;
}

nav ul {
	width: 100%;
	height: 40px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	z-index: 2000;
	padding-top: 0;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 10px;
	color: rgb(255,207,0);
}
nav li 
{
	display: inline;
	float: left;
	color: rgb(255,189,17);
	background-color: rgb(131,46,79);
}



nav a {
	display: inline-block;
	width: 160px;
	text-align: center;
	line-height: 30px;
	color: rgb(255,189,17);
	text-decoration: none;
	background-color: rgb(210,31,78);
}
nav li a {
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	border-right-width: 3px;
	border-right-style: solid;
	border-right-color: #FF688F;
	background-color: rgb(210,31,78);
	color: rgb(255,189,17);
}


nav a:hover, nav a:active {
	background-color: #BE4373;
	color: rgb(255,249,95);
}
nav a#pull {
	display: none;
}
nav1 ul {
	width: 100%;
	height: 30px;
	margin-top: 0;
	padding-top: 0;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 10px;
	}

nav1 li {
	display: inline;
	float: left;

}
nav1 a {
	color: #B4845E;
	display: inline-block;
	width: 160px;
	text-align: center;
	text-decoration: none;
	line-height: 30px;
	margin-top: 2px;
	background-color: rgb(200,206,192);	

}

nav1 a:visited {
	background-color: #C8CEC0;
}

nav1 li a {
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #943358;	
}

nav1 a:hover, nav1 a:active {
	background-color: #B7B8B3;
	color: rgb(190,69,52);
}

nav1 a#pull {
	display: none;
}

/*Styles for screen 600px and lower*/
@media screen and (max-width: 600px) {
	nav {
	height: 100%;
	background-color: rgb(210,31,78);
	color: rgb(255,207,0);

  	}
  	nav ul {
	width: 90%;
	display: block;
	height: auto;
  	}
  	nav li {
  		width: 50%;
  		float: left;
  		position: relative;
  	}
  	nav li a {
	border-right-width: 1px;
	border-right-style: solid;
	border-bottom-style: none;
	border-right-color: #FF688F;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: rgb(255,104,143);
	height: 33px;
	border-top-style: none;
	}
  	nav a {
	text-align: center;
	width: 100%;	  
  	}
}

/*Styles for screen 515px and lower*/
@media only screen and (max-width : 480px) {
	nav {
		border-bottom: 0;
	}
	nav ul {
		display: none;
		height: auto;
	}
	nav a#pull {
	display: block;
	background-color: #57344C;
	width: 100%;
	position: relative;
	}
	nav a#pull:after {
		content:"";
		background: url('nav-icon.png') no-repeat;
		width: 30px;
		height: 30px;
		display: inline-block;
		position: absolute;
		right: 15px;
		top: 10px;
	}
}

/*Smartphone*/
@media only screen and (max-width : 320px) {
	nav li {
		display: block;
		float: none;
		width: 100%;
	}
	nav li a {
	border-bottom-width: 3px;
	border-bottom-style: solid;
	border-bottom-color: #FF688F;
	}
}




