div.service { /*max-width: 570px;*/ }
div.service_header { max-width: 570px; background-color:#e9f0f7; border:1px solid #000000; padding:6px 16px; font-size: 22px; font-weight:bold; }
div.service_header:a:hover { background-color:#000; }
div.service_description { max-width: 570px; font-size: 14px; background-color:#232a2e; color: #ccc; border:1px solid #000000; /*min-height:88px;*/ padding:8px 14px; line-height: normal; }
div.service_imgcontainer { position: relative; top:0; left:0; }

img.service_hover_img,
div.service_header,
div.service_description {
	transition: .4s ease;
}

a.service_link,
a.service_link:active,
a.service_link:hover,
a.service_link:focus,
a.service_link:visited,
a.service_link:link {
	text-decoration: none;
	color: inherit;
}


div.service_hover_button,
img.service_hover_img {		
	opacity: 0;
	z-index: 80;
	position: absolute;
	top: 0px;
	right: 0px;
}

div.service_hover_button {
	transition: .5s ease;
	z-index:81;
	color: white;		
}

.service_hover_button:hover h1 {
	transform: scaleY(1);
	opacity: 1;
}

.service_hover_text { 
	text-shadow: 1px 1px 2px #000, 2px 2px 5px #000, 3px 3px 10px #000;
	font-size: 30px;
	transform: scaleY(0.5);
	opacity: 0.3;
	transition: all 0.3s ease-in-out;
}

div.service:hover .service_hover_img { opacity: 0.7; }
div.service:hover .service_hover_button { opacity: 1; }
div.service:hover .service_header { background-color:var(--link-clr); }
div.service:hover .service_description { background-color:#131a1e; }

/* div.services_contact { background-color:#111; color: #FFF; font-size: 40px; font-weight:bolder; }
div.services_contact:hover { background-color:#FFF; color: #000; } */

a.contact_button:visited,
a.contact_button:focus,
a.contact_button {
	background-color:#111; 
	color: #FFF; 
	font-size: 40px; 
	font-weight:bolder;		
	text-decoration: none;
	text-decoration-thickness: 0px;
	border-radius: 10px;
}

a.contact_button:active,
a.contact_button:hover {
	background-color:#fff;
	color: #000;
	text-decoration: none;
	text-decoration-thickness: 0px;
}

@media only screen and (max-width: 576px) {
	div.contact_text h5 {
		font-size: 16px;
	}
	a.contact_button,
	a.contact_button:active,
	a.contact_button:hover,
	a.contact_button:focus {
		font-size: 30px;
	}
}


/* @media (orientation: portrait) {
	img.lookdifferent { content:url(content/services/lookdifferent_mobile.png); }	
} */
