/* Small adjustments that not require sass */

.content-area article {
    line-height: 25px !important; 
}

[data-anchor]:before{
    content:"";
    display:block;
    height:90px;
    margin:-90px 0 0;
}

@media (max-width:575.98px){
	li.item-1, li.item-6{
	    display: none !important;
	}

	:target::before {
	  content: "";
	  display: block;
	  height: 600px; /* fixed header height*/
	  margin: -600px 0 0; /* negative fixed header height */
	}
}

