/*
''template details start''
'name:Home
'primary:false
'serial:6560
'cssFile:template_home.css
'aspFile:template_home.asp
''template details end''
*/


@import url("/~templates/template_page.css");

#pageContainer { margin-bottom:0; }
.homeBoxes { margin-bottom:50px; }
.homeBox .boxImg { height:200px; background-color:#eee; background-size:cover; background-position:center center; background-repeat:no-repeat; }
.homeBox a { display:block; background:#908e8b; font-size:16px; color:#fff; font-weight:400; padding:20px; text-align:center; text-decoration:none; }
.homeBox a:hover { background:#666; }

			/* MOBILE STYLES */
			@media only screen and (max-width:960px) 
				{
					.judePhoto, .judeContact h3, .judeContact h4 { display:block; }
					#headerBlock { padding:3em 2em; }
					.homeBox { padding:1em 1.5em; }

				}