/*
Theme Name: CrimePreventionSociety
Theme URI: http://crimepreventionsociety.org/
Author: Webwork.in
Author URI: www.webwork.in
version: 1.1

*/
.breadcrumb { 
	background-color:#fff;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: 0;
    margin-bottom: 0;
    list-style: none;
    border-radius: 0.25rem;
	}
.breadcrumb a { color : #dd0000 ;}
.breadcrumb a:hover { color : #dd0000 ;}

h1, .h1 {
    font-size: 42px;
    /* line-height: 60px; */
}
.flex-x {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	padding: 1rem;
	margin-bottom: 1rem;
	list-style: none;
	background-color: #dd0000;
	color: #fff;
	border-radius: 0.5rem;
	font-size: 25px;
	letter-spacing: -1px;
	text-align:center;
}
@media (max-width: 768px) {
h1, .h1 {
  font-size: 1.5rem;
}
}
