Theme Name: Sydney Child
Theme URI: http://www.insight.org.au
Author: aThemes/James M
Description: This is a child theme of the Sydney theme.
Template: sydney
Version: 1.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: sydney

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.
Sydney is based on Underscores http://underscores.me/, (C) 2012-2015 Automattic, Inc.
*/


/*move the header image down so that the white menu bar does not cover up too much*/

.header-image {
        margin-top: 100px;
		
	}

/*makes the menu bar of the website white rather than transparent as it is by default*/
.site-header {
    background-color: white;
    padding: 5px 0;
}

/*moves down the Welcome to Insight Global Health text so that it is spaced evenly over the image*/

.text-slider .maintitle {
	padding-top: 10%;
		
	}

/*makes the menu float to the left*/

#mainnav li {
    float: left;
    padding: 0 14px;
	}

/*makes the menu button on mobile black instead of white, may not be needed as option was added to customiser*/

.btn-menu {
    color: black;
	}

/*makes the font size of each page title bigger*/

.hentry .title-post {
    font-size: 30px;
	}

/*makes the social media links at the bottom of the page line up to the left so that in mobile collapsed view it looks even*/

.widget_fp_social .social-menu-widget {
    margin: 0;
}

/*reduced the unnecessary space around the top and bottom of the widgets in the footer of the page*/

.footer-widgets {
		padding: 60px 0 30px;