/*
 Theme Name:   Twenty Sixteen Child
 Theme URI:    http://hathersagememorialhall.org.uk/twenty-sixteen-child/
 Description:  Twenty Sixteen Child Theme
 Author:       John Dalton
 Author URI:   http://dpfr.org.uk
 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:  twenty-sixteen-child
*/

.site-header {
	padding-top: 2em;
	padding-bottom: 2em;
}

.site-header-main {
	background-image: url(/wp-content/uploads/2016/10/millstones.jpg);
	background-color: #f7f7f7;
	background-position: 20px;
	background-repeat: no-repeat;
	padding-left: 240px;
	padding-right: 20px;
}

.site-branding {
	margin: 0;
	padding-top: 2em;
	width: 99%; /* force menu onto next line */
}

.site-title a {
	color: #6689ac !important;
	text-shadow: 2px 2px #663333;
	font-size: 1.625em;
}

li.menu-item a {
	color: #6689ac !important;
}

.site-title a:hover {
	color: #007acc !important;
}

li.menu-item a:hover {
	color: #007acc !important;
	text-decoration: underline;
}

.site-info a {
	font-size: 0.8125rem;
	text-shadow: none;
}

h1.entry-title {
	text-align: center;
}

.widget {
	border-top: none;
	padding-left: 10px;
}

#secondary {
	background-color: #f7f7f7;
}

blockquote {
	font-size: 16px;
	font-size: 1.0rem;
}

table {
	font-size: 80%;
}

.entry-title {
	font-size: 1.5rem;
}

.btn {
	display: inline-block;
	padding: 6px 12px;
	margin-bottom: 0;
	font-size: 14px;
	font-weight: normal;
	line-height: 1.42857143;
	text-align: center;
	white-space: nowrap;
	vertical-align: middle;
	cursor: pointer;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	background-image: none;
	border: 1px solid transparent;
	border-radius: 4px;
}

.btn-primary {
	color: #fff;
	background-color: #007acc;
	border-color: #357ebd;
}

.btn-sm {
	padding: 5px 10px;
	font-size: 12px;
	line-height: 1.5;
	border-radius: 3px;
}

.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active {
	color: #fff;
	background-color: #686868;
	border-color: #c7baa9;
}

img {
	border: 1px solid silver;
	border-radius: 4px;
}