/*
Welcome to Custom CSS!

CSS (Cascading Style Sheets) is a kind of code that tells the browser how
to render a web page. You may delete these comments and get started with
your customizations.

By default, your stylesheet will be loaded after the theme stylesheets,
which means that your rules can take precedence and override the theme CSS
rules. Just write here what you want to change, you don't need to copy all
your theme's stylesheet content.
*/
/*change background color of footer*/
.genericon {
	color: #75bed9;
}

footer#footer {
	background: none repeat scroll 0 0 #e1eef2;
}

/*change text of footer headers*/
footer#footer a, footer#footer h3 {
	color: #dba204;
	font-weight: bold;
}

/*change text of footers*/
footer#footer a, footer#footer p {
	color: #5a524b;
	font-size: 17px;
}

/*change headings of featured pages text*/
.marketing h2 {
	color: #75bed9;
	font-size: 37px;
	font-weight: bold;
}

/*change subtext of featured pages*/
.fp-text-one, .fp-text-two, .fp-text-three {
	color: #5a524b;
	font-weight: bold;
	font-size: 17px;
}

/*change color of text of tagline I think?*/
.navbar-wrapper .navbar h2 {
	color: #5a524b;
	font-style: normal;
}

/*change text of website title*/
.brand a {
	color: #dba204;
	font-weight: bold;
}

/*change background color of header*/
header.tc-header {
	background: #e1eef2;
}

/*change links on hover*/
a:hover, a:focus {
	color: #dba204;
	text-decoration: underline;
}

/*change color of links not on hover*/
a {
	color: #dba204;
}

/*change text of menu item*/
.navbar .nav > li > a {
	color: #518597;
}

/*change text of post title*/
h1.entry-title {
	color: #518597;
}

/*change academia.edu icon or at least try to*/
.icon-dribbble:before {
	content: '';
}

/*change text color of really simple twitter widget
twitterwidget {
	color: #518597;
}
*/
/*change text of twitter widget pro*/
.widget_twitter li {
	color: #5a524b;
	font-weight: bold;
}

.widget_twitter .entry-content > li > a {
	color: #dba204;
}

.widget_twitter li {
	padding-bottom: 25px;
}

/*attempt to center @karistorla thing
.widget_twitter .follow-button > a{
	text-align: center;
}*/
//*coding to have slider for critical commons open in new tab

add_filter(tc_slide_background, my_slide_custom_link, 10, 3);
function my_slide_custom_link( $slide_image, $slide_link, $id) {
}

add_filter(tc_slide_link_url, my_slide_custom_link, 10, 2);
function my_slide_custom_link( $slide_link, $309 ) {