.nav__responsive-ul{
	display: none;
	list-style: none;
}

.nav__responsive-li a{
	color: #030e2e;
	font-size: 16px;
	text-decoration: none;
	letter-spacing: 1px;
}

.nav__responsive-li i{
	margin-right: 5px;
	color: #030e2e;
}

.nav__responsive-li a{
	background-image: linear-gradient(#030e2e,#030e2e);
    background-position: 0% 100%;
    background-repeat: no-repeat;
    background-size: 0% 2px;
    transition: background-size .3s;
    padding-top: 4px;
	padding-right: 4px;
	padding-left: 4px;
}

.nav__responsive-button{
	font-size: 25px;
	padding: 16px;
	margin-top: -5000px;
	position: absolute;
}