/* Add your CSS code here.

For example:
.example {
    color: red;
}

For brushing up on your CSS knowledge, check out http://www.w3schools.com/css/css_syntax.asp

End of comment */ 

.hide{
	display:none;
}

.wp-block-post-title {
    padding: 0;
}

div.taxonomy-post_tag a,
.taxonomy-category a{
	color:#EDCB96;
}

a:hover{
cursor: pointer;
}

/* Laptop screens */

    div.jatcfront-spacer {
		height:180px !important;
    }

ul.naviburger{
	padding:24px !important;
}


/* Mobile: adjust front-spacer height */
@media (max-width: 768px) {
    div.jatcfront-spacer {
        height: 40px !important; /* adjust to whatever height you want */
    }
}
