/* court/styles.css
 * SMC site only
 * ===================================
 * =================================== */

@charset "utf-8";

h1, h2, h3, h4, h5 {
  padding-bottom: 0.5em;
}

/* Hide link to department site on department pages */

.ContactComponent .contactText .contactDeptLink {
	display: none;
}


/* Top Nav Styles */ 

#deptTopNav {
	height:50px;
	text-align:center;
}
#deptTopNav ul li a {

}

/* Footer Customizations */


/* Small devices (phone, up to 767px) */
@media (max-width: 767px) {
  	#deptFooter div#deptColumn1 #deptFooterTitle {padding-left:0}	
  	#deptFooterLogo {float:none}
	#deptColumn2 {display:block}

}


/* Medium devices (tablet, 768px to 992px) */
@media (min-width: 768px) and (max-width: 991px) {
	#deptFooterLogo {display:none}
	#deptFooterTitle {padding-left:0;}
}


/* Desktop (992px + ) */

@media (min-width: 992px) {
	

	#deptFooter div#deptColumn1 {
		width: 66%;
	}
	#deptFooter div#deptColumn2 {
    	display:none;
	}
	#deptFooter div#deptColumn3 {
    	width: 34%;
		margin-top:30px;
	}
	#deptFooter div#deptColumn1 #deptFooterTitle #addressStreet,
	#deptFooter div#deptColumn1 #deptFooterTitle #addressMailing {
		float:left;
		width:30%;
	}
	#deptSocialMediaFooter {
	    padding: 2px 0 0 87px;
	}
}
