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