/*
 Theme Name:   GeneratePress Child
 Theme URI:    https://generatepress.com
 Description:  WES GeneratePress child theme
 Author:       Ben Hastil
 Author URI:   mailto:ben.hastil@gmail.com
 Template:     generatepress
 Version:      1.0
*/

body {
	background: #B20000;
	background: linear-gradient(90deg, rgba(178, 0, 0, 1) 0%, rgba(75, 11, 11, 1) 100%);
}

#masthead > div > div > div.site-branding > p {
	max-width: 185px;
	padding-right: 7px;
}

.page-id-114
	#masthead > div > div > div.site-branding > p {
	max-width: 1200px;
}

@media only screen and (max-width: 600px) {
	.page-id-114
	#masthead > div > div > div.site-branding > p {
	max-width: 185px;
	padding-right: 7px;
}
	}

.page-id-114 #site-navigation { background-color: rgba(255,0,0,0.25)
}