/* Bramham Horse Trials 2025 */
:root{
    --indigo: #3f51b5;
    --primary: #12154c;
    --secondary: #7986cb;
    --accent: #F44336;
    --disabled: #6c757d;
    --background: #e8eaf6;
}
#dRefresh{
    display:none!important;
}
header div.dropdown-menu a:first-child{
    display:none; 
}
header ul.nav{
    display:none;
}
header div.container-fluid>div.d-flex{
    display: none!important;
}
header div.container-fluid>div.d-none{
    display: flex!important;
}
header .row>*{
	width: auto;
}
header div img:first-child{
    max-height: 64px;
}
div.row img{
    max-height: 64px;
}
header .event-logo{
    background-image: url("https://bramham-horse.co.uk/wp-content/uploads/2024/03/Defender-Bramham_White-1-980x198.png");
    background-size: contain;
    background-repeat: no-repeat;
    height: 56px;
    width: 202px;
    padding: 4px;
}