
/*  - - - - - - - - - - - - - - - - - - - -  */
/*  BAS - header.css  */
/*  - - - - - - - - - - - - - - - - - - - -  */


	/*  - - - - - - - - - - - - - - - - - - - - - - - */
	/*
	/*  header - general
	/*
	/*  - - - - - - - - - - - - - - - - - - - - - - - */
	
	header {

		height: 200px;
		width: 100%;

		margin: 0;
		padding: 0;

		background: #448C95;
		background: linear-gradient(90deg, rgba(68, 140, 149, 1) 0%, rgba(233, 233, 233, 1) 20%, rgba(233, 233, 233, 1) 80%, rgba(68, 140, 149, 1) 100%);
		
/*		background: radial-gradient(rgba(233, 233, 233, 0) 0%, rgb(233, 233, 233) 60%, rgb(68, 140, 149) 100%); */
	}

	#header_banner {
	
		position: relative;
	}
	
	/*  - - - - - - - - - - - - - */
	/*  nav menus
	/*  - - - - - - - - - - - - - */

	.bas_nav_menu {
	
		z-index: 100;
	}

	::marker {
	
		content: "";
	}

	.bas_nav_menu li a,
	.bas_nav_menu li a:visited  {

		padding: 5px 8px;
		border-radius: 5px;
		color: #44535C;
		text-decoration: none;
		font-size: 120%;
	}

	.bas_nav_menu li a:hover {

		background: white;
	}

	.bas_nav_menu li a:active {

		color: white;
		background: #44535C;
	}

	/*  - - - - - - - - - - - - - */
	/*  gold buttons
	/*  - - - - - - - - - - - - - */

	.bas_gold_button {
	
		padding: 0 6px;
		background: none;
		border-radius: 6px;
		cursor: pointer;
	}
	
	.bas_gold_button:hover {
	
		color: #D09432;		
		background: white;
	}

	.bas_gold_button:active {
	
		color: white;		
		background: #D09432;
	}

	.bas_gold_button a,
	.bas_gold_button a:visited {
	
		color: inherit;
		text-decoration: none;
	}
