
/* Service Items*/

h1 {
    font-family: 'ink free';
}

 .advice {
	padding: 0px 20px 0 20px;
}

.service-items img {
	padding-top: 40px;
	padding-bottom: 40px;
}

#printing1 {
	background-color:  white;
	color: black;
}

#printing {
	margin-top: -8%;
	padding-bottom: 3%;
}

#wedding1 {
	margin-top: 3%;
	font-size: 1.1rem;
}

#wedding2 {
	margin-top: -30%;
	font-size: 1.1rem;
}

#petals {
	position: absolute;
	z-index: -1;
	padding: 0;
	top: 0%;
	height: 100%;
	width: 130%;
	opacity: 0.5;
}

#petals1 {
	position: absolute;
	z-index: -1;
	padding: 0;
	top: -30%;
	height: 130%;
	width: 93%;
	opacity: 0.5;
}

#supplies {
	background-color:  #0a0f0f;
	color: white;
}

.service-items {
	overflow: hidden;
}

#last-para {
	margin-top: -72px;
	padding-bottom: 30px;
}


@media screen and (max-width: 991px){
	#printing {
	margin-top: 4%;
	padding-bottom: 3%;
}

#wedding2 {
	margin-top: 5%;
}

#petals, #petals1 {
	display: none;
}

#last-para {
	margin-top: 0px;
}

 p {
	text-align: justify;
}

.footer p{
	text-align: center;
}
}




