/* =====================================

          GLOBAL STYLES 

========================================

* This stylesheet is exclusively for general styles displayed throughout the parent theme. Don't cross the streams!
* Please do not edit this file, unless you wish to make a global change for all websites that use one of the OPS child themes.
* If you are unsure, please contact Laura Wheatman or Francis Whiteley or email us at projects@flex4.co.uk
*/
/* Sections*/

header#masthead{
	background-color: #FFF;
}
/*body.page{
	background-color:#691f99;
}*/
#content{
	background-color: #FFF;
}
section{
	padding:2rem 0;
}


/* Call To action/Links */

a{
	text-decoration: none;
}
a.cta{
	background-color:#691f99;
	color:#FFF;
	padding:10px 30px;
	display: inline-block;
}
a.cta:hover{

}
a.cta:visited{
	color:#FFF;
}
