/* 
/* 
/*  custom.css
/*
/*  If not using Gulp and Sass, add your custom CSS below then include it
/*  in your page by adding a reference to assets/css/custom.css in the head of each page.
/*
*/

section{
	padding-top: 15px !important;
}

.cat-toggle{
	cursor: hand; 
	cursor: pointer;
}
.cat-toggle:hover{
	background-color: #f3f3f2;
}

footer{
	padding: 0px !important;
	padding-top: 10px !important;
}

a.white-link{
	color: white !important;
}