.hidden {
		display: none;
}

@media screen and (max-device-width: 430px) {
 			/* Styles for devices with a screen width of at most 480px */
		
 }

h2, h3 {
		text-align:center;
}

div.ngg-galleryoverview {
		margin-top:1em !important;
}

#service-reverse-graffiti .service-box h2 {
	color:var(--gotworkorange) !important;
}
#service-traffic-cones .service-box h2 {
	color:var(--gotworkorange) !important;
}

#service-tiling .service-box h2 {
	color:black !important;
}

#service-boiler-installation div.service-box {
		margin-bottom:-1.5em;
	padding: 0.5em;
	height:6em;
}
#service-boiler-installation div.service-box h2 {
		transform: translate(-50%, -80%) !important;
	width:80%;
}

.gotwork-color {
 color:var(--gotworkorange);
}

div.robo-slider-gallery {
		width:80vw;
}

div.robo-gallery-slider-container {
		width:80vw;
}
		
div.swiper-slide {
	max-width:80vw;
		height:auto;
}