.pageTitle{
	background-image: url("https://www.myt.mu/sinformer/trafficwatch/images/bg-services.jpg");
	max-width: 100%;
	text-align:center;
	height: 150px;
    padding: 10px;
    margin-top: 0px;
}

.h1title{
	font-weight: bold;
    font-size: 35px;
}

.title{
	margin-top: 5px;
    text-shadow: none;
    font-weight: normal;
    font-family: 'Montserrat','Open Sans', sans-serif;
	color:black;
}

.bread{
	color:white;
}

.link{
	color:white;
}

.link:hover{
	color:white;
	text-decoration:underline;
}

@media (min-width: 1200px) {
	 .pageTitle{
		 height:200px;
		 padding:50px;
	 }
	.h1title{
		font-size: 50px;
	}
}

@media (max-width:767px) {
	.pageTitle{
		background-image: url("https://www.myt.mu/sinformer/trafficwatch/images/bg-services.jpg");
		max-width: 100%;
		text-align:center;
		height: 150px;
		padding-top: 25px;
		margin-top: 0px; 
	}
	/* .h1title{
		font-weight: bold;
		font-size: 34px;
	}
}  */