/*
Theme Name:   GeneratePressChild
Description:  Child theme for team tutorials
Author:       Johnathan Ward
Author URL:   http://johnathanward.com
Template:     generatepress
Version:      1.0
Text Domain:  generatepresschild
*/

/* Write here your own personal stylesheet */

#masthead{
	background: rgb(44,83,158);
	background: linear-gradient(180deg, rgba(44,83,158,1) 0%, rgba(36,67,134,1) 100%);
}
.site-description{
	color:#fff;
}