@charset "utf-8";

												/* ALL PAGES -- ALL PAGES */
												/* ALL PAGES -- ALL PAGES */
												/* ALL PAGES -- ALL PAGES */




/* COLOURS */
/* COLOURS */
/* COLOURS */



:root {
	--bmfa-blue: #202444;
	--bmfa-red: #b71918;
	--bmfa-black: #141414;
	--bmfa-grey: #a2a2a2;
	--bmfa-white: #eeeeef;
	--bmfa-green: #03cea4;
	--bmfa-orange: #f3a712;
}



/* BODY */
/* BODY */
/* BODY */



html {
	height: 100%;
}


body {
	height: 100vh;
	width: 100%;
	min-height: 100%;
	overflow-x: hidden !important;
	margin: 0px;
	padding: 0px;
	box-sizing: border-box;
	background-color: var(--bmfa-white);
	display: flex;
	flex-direction: column;
}

a:hover {
 cursor:pointer;
}

.break {
	flex-basis: 100%;
	height: 50px;
}

.break-2 {
	flex-basis: 100%;
	height: 25px;
}

.break-line {
	flex-basis: 100%;
	height: 0;
	margin: 0;
	border-bottom: 5px solid var(--bmfa-white);
}


/* TYPOGRAPHY */
/* TYPOGRAPHY */
/* TYPOGRAPHY */




@font-face {
	font-family: 'Arial';
	src: url("file:///Macintosh HD/Users/ChrisBradbury/Websites/Arial.ttf");
	font-weight: 100;
	font-style: normal;
}

@font-face {
	font-family: 'Arial';
	src: url("file:///Macintosh HD/Users/ChrisBradbury/Websites/G_ari_i.TTF");
	font-weight: 100;
	font-style: italic;
}

@font-face {
	font-family: 'Arial';
	src: url("file:///Macintosh HD/Users/ChrisBradbury/Websites/G_ari_bd.TTF");
	font-weight: 400;
	font-style: normal;
}

@font-face {
	font-family: 'Arial';
	src: url("file:///Macintosh HD/Users/ChrisBradbury/Websites/ARIBL0.ttf");
	font-weight: 800;
	font-style: normal;
}

h1 {
font-family: 'Arial';
font-size: 72px;
color: var(--bmfa-blue);
font-weight: 700;
line-height: 1.2;
margin-top: 150px;
margin-bottom: 75px;
padding: 0;
letter-spacing: 0.5px;
}

@media screen and (max-width:1400px) {
	h1 {
		font-size: 60px;
	}
}

@media screen and (max-width:800px) {
	h1 {
		font-size: 36px;
	}
}

@media screen and (max-width:400px) {
	h1 {
		font-size: 24px;
	}
}

h2 {
font-family: 'Arial';
font-weight: 400;
color: var(--bmfa-red);
font-size: 18px;
marging-bottom: 50px;
padding: 0;
line-height: 1.5;
letter-spacing: 0.5px;
}

h3 {
font-family: 'Arial';
font-weight: 800;
color: var(--bmfa-blue);
font-size: 36px;
padding: 0;
line-height: 1.5;
letter-spacing: 0.5px;
}

h4 {
font-family: 'Arial';
color: var(--bmfa-red);
font-size: 32px;
font-weight: 800;
line-height: 1.5;
letter-spacing: 0.5px;
}

h5 {
font-family: 'Arial';
color: var(--bmfa-green);
font-size: 24px;
font-weight: 400;
line-height: 1.5;
letter-spacing: 0.5px;
}

a {
font-family: 'Arial';
font-weight: 400;
margin: 0;
text-decoration: none;
color: #141414;
letter-spacing: 0.5px;
}

p {
font-family: 'Arial';
color: var(--bmfa-black);
font-weight: 100;
font-size: 18px;
margin: 27px 0 0 0;
padding: 0;
line-height: 1.5;
letter-spacing: 0.5px;
}




/* BUTTONS */
/* BUTTONS */
/* BUTTONS */




.red {
	z-index: 500;
	display: block;
	cursor: pointer;
	width: 350px;
	margin-top: 50px;
	background-color: var(--bmfa-white);
	padding: 30px 10px;
	border-radius: 15px;
	border: 2px solid var(--bmfa-blue);
	text-align: center;
	transition: background-color 150ms;
}
.red a {
	font-size: 24px;
	font-weight: 800;
	color: var(--bmfa-red);
	text-decoration: none;
	text-align: center;
	margin: auto;
}
.red:hover {
	background-color: var(--bmfa-orange);
}
.red:hover a {
	color: var(--bmfa-white);
}

.white {
	z-index: 500;
	display: block;
	cursor: pointer;
	width: 225px;
	margin-top: 50px;
	background-color: var(--bmfa-blue);
	font-size: 18px;
	padding: 12px;
	border-radius: 15px;
	border: 2px solid var(--bmfa-white);
	text-align: center;
	transition: background-color 150ms;
}
.white a {
	color: var(--bmfa-white);
	text-decoration: none;
	text-align: center;
	margin: auto;
}
.white:hover {
	background-color: var(--bmfa-green);
}
.white:hover a {
	color: var(--bmfa-black);
}




/* HEADER */
/* HEADER */
/* HEADER */




.header-bar {
	position: fixed;
	z-index: 1000;
	width: 100%;
	display: flex;
	justify-content:space-between;
	align-items: center;
	height: 60px;
	background-color: #202444;
}

.header-content {
	width: 80%;
	height: 100%;
	margin-left: 10%;
	margin-right: 10%;
	display: flex;
	align-items: center;
}


.header-content a {
	color: #7E959F;
	text-decoration: none;
	font-size: 28px;
	font-weight: 100;
}
.header-content a:hover {
	color: #6BBD9E;
}
.header-content a:active {
	color: #7E959F;
}



/*   HERO   */
/*   HERO   */
/*   HERO   */



.hero-bar {
	z-index: 1000;
	width: 100%;
	display: flex;
	justify-content:space-between;
	align-items: center;
	min-height: 500px;
	background-color: #202444;
}

.hero-title {
	width: 80%;
	max-width:  900px;
	height: 100%;
	margin-left: 10%;
	margin-right: 10%;
}

.hero-content {
	width: 80%;
	max-width:  500px;
	height: 100%;
	margin-left: 10%;
	margin-right: 10%;
	margin-bottom: 150px;
}



/* FOOTER */
/* FOOTER */
/* FOOTER */



.footer-bar {
	z-index: 1000;
	width: 100%;
	margin-top: auto;
	padding-top: 50px;
	padding-bottom: 150px;
	display: flex;
	flex-direction: column;
	align-items: left;
	background-color: #202444;
}

.footer-content {
	width: 80%;
	max-width: 500px;
	height: 100%;
	margin-left: 10%;
	margin-right: 10%;
}

.footer-content p {
	font-size: 14px;
	color: var(--bmfa-white);
}


/*   END   */
/*   END   */
/*   END   */



