/* to get internet explorer 11 and below to recognize the font */
@import url('https://fonts.googleapis.com/css?family=PT+Sans+Narrow');

/* to apply a fallback, and increase the weight of the font in the home page slideshow */
.ls-wrapper h2 { 
	font-weight: 700; font-family: 'PT Sans Narrow', Arial, sans-serif; 
}

/* to fix sub-navigation on browsers less than 1024px wide (they were showing light links on light hover menus) */
.is-dark #site-navigation .sub-menu a:link, .is-dark #site-navigation .sub-menu a:hover, .is-dark #site-navigation .sub-menu a:focus, .is-dark #site-navigation .sub-menu a:active, .is-dark #site-navigation .sub-menu a:visited {
	color: #1a1414 !important;
}

/* to make links more obvious */
.entry-content a:link { font-weight: 400; }
.entry-content a:hover { text-decoration: underline;  }