

.nav2 { border-bottom: 3px solid #204295; bottom: -2px;}

@media (max-width: 1030px) { 
	.nav2 {display:none; border-bottom:unset; bottom:0;}
}
@media (max-width: 800px) { 
	.nav2 {display:none; border-bottom:unset; bottom:0;}
}
@media (max-width: 414px) { 
	.nav2 {display:none; border-bottom:unset; bottom:0;}
}