body {
	margin: 0;
	padding: 0;
}
.section {
	margin-top: 7%;
}
.section-header {
	width: 100%;
	padding: 10px;
	background: #7c4c2d;
	color: white;
}
.section h4 {
	font-family: 'Merriweather', serif;
}
.section p {
	font-family: 'Roboto Slab', serif;
	font-size: 16px;
	word-spacing: 2px;
	letter-spacing: 0.0001px;
}
.navbar {
	background-color: white;
	color: black;
}
.dropdown-item {
	font-weight: bold;
}
#myCarousel img {
	width: 100%;
	height: 460px;
}
.clerfix {
	width: 50%;
	height: 5px;
	background-color: #87170f;
	border-radius: 10px;
	margin-bottom: 2%;
}
.clerfix1 {
	width: 70%;
	height: 5px;
	background-color: #87170f;
	border-radius: 10px;
}
.service-border {
	width: 10%;
	border: 1px solid black;
	padding: 5px;
	border-style: dashed;
}
.table tr th {
	font-family: 'Roboto Slab', serif;
	font-weight: bold;
}
.table tr td {
	font-weight: bold;

	font-family: 'Merriweather', serif;
}
#img {
	width: 100%;
	height: 300px;
}
.gallery {
	-webkit-column-count: 3;
	-moz-column-count: 3;
	column-count: 3;
	-webkit-column-width: 33%;
	-moz-column-width: 33%;
	column-width: 33%;
}
.gallery .pics {
	-webkit-transition: all 350ms ease;
	transition: all 350ms ease;
}
.gallery .animation {
	-webkit-transform: scale(1);
	-ms-transform: scale(1);
	transform: scale(1);
}
@media (max-width: 450px) {
	.gallery {
		-webkit-column-count: 1;
		-moz-column-count: 1;
		column-count: 1;
		-webkit-column-width: 100%;
		-moz-column-width: 100%;
		column-width: 100%;
	}
}
@media (max-width: 400px) {
	.btn.filter {
		padding-left: 1.1rem;
		padding-right: 1.1rem;
	}
}
