#content
{
    top:220px !important;
    position:relative;
}

#purple_BG
{
	position:fixed;
	left:0px;
	top:0px;
	width:100%;
	height:220px;
	background:#700fe0;
	z-index:1;
}

#menu_top
{
	background:#700fe0;
	color:#fff;
}

#nl_detail_number
{
	font-size:30px;
	font-weight:500;
	color:#fff;
	position:fixed;
	top:160px;
	z-index:2
}

#detail_nl_signup
{
	border: 1px solid #fff;
	text-align:center;
	padding:5px 10px;
	background:#700fe0;
	color:#fff;
	    width: 100px;
    position: fixed;
    z-index: 2;
    top: 155px;
    left: calc(50% + 388px)
}

.menu_item:not(.nohover):hover
{
	border-bottom:2px solid white;
	margin-bottom: -2px;
}

.menu_item
{
	color: #fff !important;
}

.menu_item.purple:not(.nohover):hover
{
	border-bottom:2px solid white;
	margin-bottom: -2px;
}


@media only screen and (max-width: 1025px) 
{
	
	#purple_BG
	{
		display:block;
	}
	
	#menu_top
	{
		background:#700fe0 !important;
		color:#fff;
	}
	
	#nl_detail_number
	{
		left: 1%;
	}
	
	 #mobile_menu_btn
	 {
	 	filter: invert(1);
	 }   
	 
	 #menuholder
	 {
	 	background: #700fe0;
	 }
	 
	 .menu_item.purple
	 {
	 	color: #fff !important;
	 }
	 
	 .menu_item:not(.nohover):hover
	{
		border-bottom:0px solid black;
		margin-bottom: 30px;
	}
	
	.menu_item.purple:not(.nohover):hover
	{
		border-bottom:0px solid #700fe0;
		margin-bottom: 30px;
	}
	
}