/*
 Theme Name:   Twenty Fifteen Child
 Theme URI:    http://example.com/twenty-fifteen-child/
 Description:  Twenty Fifteen Child Theme
 Author:       Karl Kliem
 Author URI:   http://example.com
 Template:     twentyfifteen
 Version:      1.0.0
 License:      GNU General Public License v2 or later
 License URI:  http://www.gnu.org/licenses/gpl-2.0.html
 Tags:         light, dark, two-columns, right-sidebar, responsive-layout, accessibility-ready
 Text Domain:  twenty-fifteen-child
*/




/**
 * 3.0 Typography
 */

body,
button,
input,
select,
textarea {
	color: #111;
	font-family: "Noto Serif", serif;
/*	font-size: 15px; */
	font-size: 1.5rem;
	line-height: 1.6;
}

/**
 * 6.1 Links
 */

a {
	color: #111;
	text-decoration: underline;
	background-color: #ff6; 
	font-size: 1.5rem;
}

/**
 * 12.1 Posts and pages
 */

a:hover,
a:focus {
	color: #111;
	background-color: #fe0;
/*	color: rgba(51, 51, 51, 0.7); */
}

.entry-content a,
.entry-summary a,
.page-content a,
.comment-content a,
.pingback .comment-body > a {
	border-bottom: 0px solid #333;
}

/** diverse */

	.widget-title {
		margin: 0 0 1.5em;
		display: none;
	}

.site-info {
	display: none;
}
