/*
 * Copyright © 2000-2025 Fluid Media Studio Ltd. All rights reserved
 * http://www.fluidmedia.co.uk/
 */

body, html {height: 100%;}

body,td,th {font-family: Calibri, Candara, Segoe, "Segoe UI", Optima, Arial, sans-serif; color: #333; font-size: large;}

body {background-color: #fff;}

a {text-decoration: none;}

a:link, a:visited {color: #03459c;}
a:active, a:hover {color: #001a3b;}

a.b:link, a.b:visited {color: #666;}
a.b:active, a.b:hover {color: #03459c;}

a.c:link, a.c:visited {color: #fff;}
a.c:active, a.c:hover {color: #ddd;}

a.nav-link, a.nav-link:visited {color:#03459c !important;}
a.nav-link:hover {color:#001a3b !important;}
.navbar ul li a {color:#555;}
.navbar ul li a:hover {color:#000;}

.padstow {background-color: #fffff0;}
.holiday {background-color: #b8d0f0; color: #03459c;}
.copyright {font-size: small; color: #666;}
.fstiny {font-size: 0.75rem; /* even smaller than .small */}


h1, h2 {color: #7099cf; margin-bottom: 3px;}

h3, h4 {color: #fff; font-style: italic; margin-bottom: 3px;}

h3 {font-size: large;}

h4 {font-size: medium;}

h5 {color: #000376; font-size: large; font-style: italic; margin-bottom: 3px;}

h1, h2, h3, h4, h5 {font-weight: bold;}







.shiai {padding: 5% 3%;}

.birmingham {
	background-color: #0b0a4c;
	background-image: url("../birmingham-judo/erdington-judo-club-logo-tatami.png");
  	background-repeat: no-repeat;
	background-position: center;
	border-bottom: 1px solid white;
	color: #fff;
}

.erdington {
	background-color: #000022;
	color: #fff;	
}

.judo {
	background-color: #0b0a4c;
	color: #fff;
}

.fluidmedia {
	font-size: x-small;
	color: #ccc;
}

.contacterror {
	font-size: x-large;
	font-style: italic;
}


.form-error {
	font-size: small;
	color: #cc0000;
}

.mobilelogo {display: none;}

@media (max-width: 991px) {

.judo {padding: 15px !important;}
.shoppingcart {text-align: left;}
.widelogo {display: none;}
.mobilelogo {display: inline;}
.copyright {text-align: center;}

}

@media (max-width: 768px) {

.birmingham {text-align: center;}

}