@media screen and (max-width: 1024px)
{
	.follow-list-item a
	{
		font-size: 1.6rem!important;
	}

}


@media screen and (min-width: 920px)
{
	.navbar-desktop{
		display:none;
	}

}

@media screen and (max-width: 720px)
{
	.heading-promo
	{
		font-size: 2rem;
	}
}
@media screen and (max-width: 650px)
{

}
@media screen and (max-width: 605px)
{
	.navbar-brand img{
		width: 220px !important;
	}
	.heading-help
	{
		font-size: 2rem;
	}
	.help-parallax-title
	{
		font-size: 1.2rem;
	}


}


@media screen and (max-width:38em){
	.navbar{
		padding:1rem .2rem;
	}
	.html{
		font-size:80%;
	}
	.section-help{
		margin-top:-3rem;
	}
	.btn-promo
	{
		margin-top: 6rem;
	}
	.follow-list-item a
	{
		font-size: 1rem;
	}
	.primary-text
	{
		font-size:2rem;
	}
}



.current a{
	color: #6c757d !important;
	
}
