/*!
Theme Name: BB Theme
Theme URI: https://boys-brigade.org.uk/
Author: The Boys' Brigade
Author URI: https://boys-brigade.org.uk/
Description: A basic WordPress theme developed by The Boys' Brigade for use by Companies, Battalions and Districts.
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: BBTheme24
Tags: custom-menu, featured-images
*/


body {
	background-color: #FFFFFF;
	font-family: "proxima-nova", sans-serif;
	min-height: 100vh;
	margin:0;
	display: flex;
	flex-direction: column;
}

header {
	min-height: 50px;
}

footer {
	min-height: 50px;
}

article {
	flex: 1;
}


.bbwidth {
	max-width: 980px;
	margin: auto;
}

.bbheader {
	background-color: #224b8e;
	color: #FFFFFF;
	text-align: center;
}

.bblogo {
	max-width: 210px;
}

.bbtitle {
	font-family: "futura-pt-bold", sans-serif;
	font-weight: 700;
	font-size: 1.4em;
}

.bbnav {
	background-color: #2d395a;
	color: #FFFFFF;
	font-weight: bold;
	box-shadow: 0 4px 4px rgba(0,0,0,0.2);
}

.bbmain {
	padding-bottom: 16px;
}

.bbfooter {
	background-color: #224b8e;
	color: #FFFFFF;
	box-shadow: 0 -4px 4px rgba(0,0,0,0.2);
	text-align: center;
}

h1, h2, h3, h4, h5, h6 {
	font-family: "futura-pt-bold", sans-serif;
	font-weight: 700;
	color: #2d395a;
	text-decoration: none;
}

.hlink a {
	text-decoration: none;
}

a {
	font-weight: bold;
}