@import url('/css/typography/typography.css');

#introOne, #introTwo {
	font-size: 1.5em;
}
	  #captionText {
			font-size: 1.75em;
		}
	#showMore {
		font-size: 1.5em;
		text-decoration: none;
	}
	#showMore:hover, #showMore:focus {
	  text-decoration: underline;
	}
    #callToAction a {
	    font-size: 1.3125em;
		  text-decoration: none;
	  }
#latestPosts {}
    span.post-date {
	    font-size: 1em;
	  }
	  a.post-title {
	    font-size: 1.5em;
			text-decoration: none;
	  }
		a.post-title:hover, a.post-title:focus {
		  text-decoration: underline
		}