:root{
    --indigo: #3f51b5;
    --primary: #041E2E;
    --secondary: #276B92;
    --accent: #FF9933;
    --disabled: #6c757d;
    --background: #e8eaf6;
}
#dRefresh{
    display:none!important;
}
header div.dropdown-menu a:first-child{
    display:none;
}
/*header ul.nav{
    display:none;
} 
header{
    display:none;
} */
header div.container-fluid div.row:first-child{
    display: none;
}
header div.container-fluid div.row.d-none,
header div.container-fluid div.row:last-child{
    display: flex!important;
}
header div.row img{
    max-height: 64px;
	display:none;
}
header h1{
	margin-bottom: 0;
}
header div.row .spacer[style="order:2;"]:before{
	content: "Burghley Young Event Horse";
	color: white;
	font-weight: 300;
	font-size: 2.5rem;
}
/*@media(max-width: 800px){
	header div.row .spacer[style="order:2;"]:before{
		content: "BYEH";
	}
}*/
@media(max-width: 500px){
	header div.row .spacer[style="order:2;"]:before{
		content: "";
	}
}
/* .event_logo{
    background-image: url("https://burghley-horse.co.uk/assets/images/logo.jpg?ver1.0.1");
    background-size: cover;
    background-repeat: no-repeat;
    height: 56px;    
    width: 202px;
    padding: 4px;
} */