@charset "utf-8";
/* CSS Document */

h1 {
	text-align: center;
	color: white;
}
h2 a {
	color: white;
	text-decoration: none;
	display: inline-block;
}
h2 a:hover {
	text-decoration: none;
	color: #DB1789;
	transition: all 0.3s ease;
	transform: translateY(-5px);
}
h3 {
	text-align: center;
	color: white;
	font-size: 22pt
}
h3 a:hover{
	color: #DB1789;
}
h3 a {
	text-decoration: none;
	color: white;
}
.servicewrapper {
	font-family: 'Montserrat', sans-serif;
	width: 50%;
	padding-top: 40px;
	margin: 0 auto;
	color: white;
}
.servicewrapper ul {
	list-style-type: none;
	list-style-position: inside;
	font-size: 18px;
	line-height: 1.3
}
.servicewrapper h2 {
	font-size: 30px
}