

body {
	font-family: 'Source Sans Pro', sans-serif;
	font-size: 16px;
}
h1 {
	font-family: 'Kaushan Script', cursive;
}
h2 {
	font-family: 'Kaushan Script', cursive;
}
h3 {
	font-family: 'Kaushan Script', cursive;
}
h4 {
	font-family: 'Kaushan Script', cursive;
}
h5 {
	font-family: 'Kaushan Script', cursive;
}
h6 {
	font-family: 'Kaushan Script', cursive;
}
.tattoo-section-title {
	&:before {
		width: 28%;
		content: "";
		border: 1px solid #303030;
		position: absolute;
		left: 100px;
		top: 94px;
	}
	&:after {
		width: 28%;
		content: "";
		border: 1px solid #303030;
		position: absolute;
		right: 100px;
		top: 94px;
	}
}
.tattoo-section-title-02 {
	&:before {
		width: 28%;
		content: "";
		border: 1px solid rgba(255,255,255,0.4);
		position: absolute;
		left: 100px;
		top: 94px;
	}
	&:after {
		width: 28%;
		content: "";
		border: 1px solid rgba(255,255,255,0.4);
		position: absolute;
		right: 100px;
		top: 94px;
	}
}
.tattoo-banner {
	h1 {
		font-size: 80px;
		line-height: 100px;
	}
}
.signature {
	&:before {
		position: absolute;
		border: 1px solid #f2f2f2;
		width: 60px;
		content: "";
		left: 50%;
		margin-left: -30px;
	}
}
.header.burger {
	.logo {
		img {
			height: 100px;
		}
	}
}
.tattoo-content {
	.rounded-bottom {
		border-bottom-right-radius: 10.25rem !important;
		border-bottom-left-radius: 10.25rem !important;
	}
	.dropcap {
		font-size: 56px;
		background: inherit;
	}
}
.tattoo-team {
	.owl-carousel {
		.owl-dots {
			.owl-dot {
				span {
					background: #ffffff;
				}
				&:hover {
					span {
						background: #323232;
					}
				}
			}
			.owl-dot.active {
				span {
					background: #323232;
				}
			}
		}
	}
}
.owl-carousel {
	.owl-dots {
		.owl-dot {
			&:hover {
				span {
					background: #ee82ee;
				}
			}
		}
		.owl-dot.active {
			span {
				background: #ee82ee;
			}
		}
	}
}
.price-tattoo {
	padding: 30px;
	padding-left: 70px;
	ul {
		li {
			border-bottom: 1px solid #2c2c2c;
			display: inline-block;
			float: left;
			width: 100%;
			padding: 15px 0;
			color: #ffffff;
			font-size: 16px;
			line-height: 24px;
			font-family: 'Kaushan Script', cursive;
		}
	}
}
.footer.footer-topbar {
	img {
		height: 44px;
	}
}

