/*

	Author: Mark Pearson
	Date: 04/04/2022

*/

/* Navigation styles */
.burger { background-color: #001a70; }

/* Social media styles */
.facebook { background-color: #001a70; }

/* Accreditations styles */
.checkatrade { width: 200px; height: 55px; display: block; background: url('../svg/checkatrade.svg') center center / 200px no-repeat; margin: auto; }


/* Media queries */
@media (max-width: 64em) 
{



}