/*
Theme Name: NICE DSU Twenty Sixteen Child
Theme URI: http://scharr.dept.sheffield.ac.uk/themes/NiceDsu-twentysixteen-child/
Description: This child theme exists mostly to account for adding analytics and any other custom styling that is needed to make the NICE DSU site look right.
Author: Dan Smith
Author URI: https://www.sheffield.ac.uk/scharr/sections/ph/staff/profiles/dansmith
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
Text Domain: NiceDsu-twentysixteen-child
*/
.site-header {
	padding-bottom: 1em;
}
.site-branding {
	width:100%;
	margin-bottom: 0;
	margin-top: 0;
}
.site-title {
	width: 100%;
	height: 125px;
	background-image: url(http://nicedsu.org.uk/wp-content/uploads/2019/04/NiceDSUsmallHeader.png);
	background-position: bottom center;
	background-repeat: no-repeat;
	background-size: 100%;

}
.site-header-menu, #site-header-menu {
	margin-top: 0;
}
@media screen and (max-width: 56.875em) {
	.site-branding {
	width:auto;
	}
	.site-title {
	background-image: url(http://nicedsu.org.uk/wp-content/uploads/2019/04/NiceDSUsmallerHeader.png);}
}