﻿/* 9 May 2020 - several recent  bmcs items and deleted some now redundant ones */
/* BMCS-2020 CSS - created 2019 */

.airfield-webpage-heading  {
	font-family: Georgia, Times, "Times New Roman", serif;
	font-size: x-large;
	color: red;	
	font-weight: bold;	
	text-align: center;
	margin: 0 0 10px 0;
	text-shadow: 2px 2px 2px gainsboro;	
}

.katoomba-airfield-logo { 
	float:left; 
	margin: 0 0 10px 0;
	width: 200px;
	max-width:50%;	
      position:relative;	
	z-index:2;	
}

h2 {
	font-size: x-large;
	font-weight: bold;
	color: indianred;
}

.navbar ul li a {
	color: navy;
	background-color: aliceblue;
}

.navbar ul li:hover ul.subnav a {
	border: 1px solid aliceblue;					
}
