/*
 Theme Name:   Twenty Sixteen Child
 Theme URI:    http://example.com/twenty-sixteen-child/
 Description:  2016 child
 Author:       Automatit
 Author URI:   https://automatit.net
 Template:     twentysixteen
 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:  twentysixteen-child
*/

body {
	background: #fff;
}

body,
.entry-title,
.comments-title,
.comment-reply-title,
.no-comments,
.comment-form label,
button,
button[disabled]:hover,
button[disabled]:focus,
input[type="button"],
input[type="button"][disabled]:hover,
input[type="button"][disabled]:focus,
input[type="reset"],
input[type="reset"][disabled]:hover,
input[type="reset"][disabled]:focus,
input[type="submit"],
input[type="submit"][disabled]:hover,
input[type="submit"][disabled]:focus {
	font-family: 'Open Sans', sans-serif;
}

a {
	color: #2267b5;
}

.entry-title {
	box-sizing: border-box;
	background: #C69C6D;
	padding: .25em;
	color: #fff;
}
	.entry-title a {
		color: #fff;
	}
