.grill-header-1.navbar-fixed-top + *
{
	margin-top: 155px;
}

.grill-header-1
{
    /*Border Color is Inherited From Text Color*/
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: inherit;
	margin-bottom: 0;
}

@media (min-width: 768px) {

	.grill-header-1.navbar-fixed-top + *
	{
		margin-top: 127px;
	}
}