/*
show tagline under title
*/
#masthead .site-branding .site-description {
	display: block;
}

/*
remove address from map
*/
.footer-widget-area .widget_contact_info .confit-address {
	display: none;
}

/*
change the width of text on featured content
*/
#fullscreen-header .featured-slide .entry-title {
	max-width: 1200px;
}

/*
add subtitle underneath the title on front page
*/
#fullscreen-header .featured-slide .post-2 .entry-title:after {
	content: "We explore fundamentals of molecular assembly and devise new materials for sensors and biology";
	display: block;
	font-size: 24px;
	margin-top: 24px;
}

/*
add subtitle underneath the title on front page
*/
#fullscreen-header .featured-slide .post-5349 .entry-title:after {
	content: "We explore fundamentals of molecular assembly and devise new materials for sensors and biology";
	display: block;
	font-size: 24px;
	margin-top: 24px;
}

/*
add subtitle underneath the title on front page
*/
#fullscreen-header .featured-slide .post-5650 .entry-title:after {
	content: "We explore fundamentals of molecular assembly and devise new materials for sensors and biology";
	display: block;
	font-size: 24px;
	margin-top: 24px;
}

/*
add subtitle underneath the title on front page
*/
#fullscreen-header .featured-slide .post-5705 .entry-title:after {
	content: "We explore fundamentals of molecular assembly and devise new materials for sensors and biology";
	display: block;
	font-size: 24px;
	margin-top: 24px;
}

/*
add subtitle underneath the title on front page
*/
#fullscreen-header .featured-slide .post-5863 .entry-title:after {
	content: "We explore fundamentals of molecular assembly and devise new materials for sensors and biology";
	display: block;
	font-size: 24px;
	margin-top: 24px;
}

/*
change the width of introductory text
*/
.front-block.front-block-one .front-block-inner {
	max-width: 70%;
}

/*
change hyperlink style
*/
.front-block-one .front-block-content a,
.entry-content a,
.entry-summary a,
.comment-content a,
.widget_text a {
	border-bottom: 1px solid;
	color: green;
}