/*
 Theme Name:   The Box Child Theme
 Theme URI:    https://wordpress.org/themes/the-box/
 Description:  The Box Child Theme
 Author:       Mark Findlay
 Template:     the-box
 Author URI:   http://example.com
 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:  the-box-child
*/

#logo {  /* holder background for logo*/ 
	background-image: url("http://www.mediablog.ed.ac.uk/wp/wp-content/themes/the-box-child/images/logo.png");
	background-repeat: no-repeat;
	background-size: 100% 100%;
	height: 70px;
	margin: auto;	
}

/*h1.site-title {
	margin-top: -55px;
	margin-left: 400px;
	width: 90%;
}

h2.site-description {
	margin-top: 25px;
}*/