
	*{border-radius:0px!important}
	a,a:active,a:visited,a:hover{color:#000}
	h1,h2,h3,li{
		
		background-image:url(../afbeeldingen/dog-paw.png);
		background-repeat:no-repeat
	}
	
	h1,h2,h3{
		font-size:25px;
		padding-left:25px;
		padding-top:-15px;
		color:#e73f98
	}
	
	.tarieven .row{
		transition:ease-in-out 300ms all;
	}
	
	.tarieven .row:hover{
		background-color:#e73f98;
		color:#fff;
	}
	
	.container, tr:first-child:hover{
		background-color:#fff
	}
	body{
		font-size:15px;
		color:#000;
		font-weight:400;
		background-color:#e73f98;
		background-image:url(../afbeeldingen/mobiele-honden-trimsalon-pootjes.png);
		background-repeat:repeat-y;
		background-position:10px;
		background-attachment:fixed
	}
	
	li{padding:0 0 5px 25px;list-style:none}
	
	.big{
		font-size:250%;
		padding:10px;
		font-weight:900
	}

	.carousel img{
		max-height:270px;
		min-width:100%
	}
	

	input, submit{min-width:100%;max-width:100%;padding:3px;margin:10px;height:50px;}

	.btn-success, 
	.btn-success:hover{background-color:#e73f98;border-color:#e73f98}
	
	
	
	.images img{margin:20px 0px}
	.spacer{padding-top:25px}



@media (min-width: 1200px) {
  .container {
    max-width: 1340px;
  }
}


.embed-responsive-16by9 {
  padding-bottom: 56.25%;
}

.embed-responsive > video {
  max-height: 350px;
}


