/* 
  -----------------------------------------------------------
  css for Wise Hat Winter
  last modified 2017-11-25
  -----------------------------------------------------------

/*Master Colour */
/*-----------------------------------------------------------*/
.season{background-color: #002A8C !important;} 
.tint {background-color: #c2e4fa !important;}
.txt {color: #002A8C  !important;}
.quib:hover {background:#6FA2F6;}

.masthead {
	background: url(mast/mastheadW04.png) right no-repeat, #0E48AB;
	box-shadow: 0px 0px 30px #000;
	left: 0;
	padding: 0px;
	position: fixed;
	text-align: left;
	top: 0;
	width: 100%;
	z-index: 10;	
}

.footer {background-color: #0E48AB;}
/*-----------------------------------------------------------*/

h1, h4 {color:#00006C; text-shadow: 2px 1px 2px #67c4ef;}

/*.content a {color:#00006C; } h1 colour*/
.content a:hover, .content a:focus {background-color: #3183ff; color:#00006C;} /*buttonD background colour*/

/*comment*/
.onfocus:focus {background-color: #c2e4fa;}

/*Audio Button*/
.CDsummary {background-color:#7AB7F3;}

/*download button*/

a.buttonD {
	background-color: #0E48AB;
	-webkit-border-radius: 18px;
	-moz-border-radius: 18px;
	border-radius: 18px;
	border-top: 1px solid #030303;
	-webkit-box-shadow: rgba(0,0,0,1) 0 1px 0;
	-moz-box-shadow: rgba(0,0,0,1) 0 1px 0;
	box-shadow: rgba(0,0,0,1) 0 1px 0;   
	color: white;
	display: -webkit-box;			/* OLD - iOS 6-, Safari 3.1-6  ORDER CRITICAL!*/
	display: -moz-box;				/* OLD - Firefox 19- (buggy but mostly works) ORDER CRITICAL!*/
	display: -ms-flexbox;			/* TWEENER - IE 10 ORDER CRITICAL!*/
	display: -webkit-flex;			/* NEW - Chrome ORDER CRITICAL!*/
	display: flex;					/* NEW, Spec - Opera 12.1, Firefox 20+ ORDER CRITICAL!*/   
	display: flex;
	font-family: "Times New Roman", Times, serif;
	font-size: 19px;
	letter-spacing: 0.07em;
	margin: 12px;
	padding: 9.5px 19px;
	text-decoration: none;
	text-shadow: rgba(0,0,0,.4) 0 1px 0;
	vertical-align: middle;
}
a.buttonD:hover {
   background-color: #3183ff;
   border-top-color: #00006e;
   color: #00006e;
}
a.buttonD:active {
   background-color: #812816;
   border-top-color: #0c0c0d;
   color: white;
}

.inset {
	background-color: #c2e4fa;
	color: #663300;
	font-weight: 600;
	margin: 10px auto;
	padding: 20px 20px;
	text-align: left;
	width: 70%;
}

.line {
	display:block;
	background-image:url(/css/assets/wiseline04.gif);
	height:12px;
	margin:auto;
	width: 100%;
}

/*Summary box*/
.summary-info {background-color: #94bee1 !important;}
.summary-key {background-color: #0E48AB;}
.summary-b1 {color: #009;}
.summary-b2 {color: #0064c2;}

@media only screen and (max-width: 489px)  {

	.masthead {
		background-image:url(../css/mast/mastheadN04.png);
		background-position:right;
		background-repeat:no-repeat;	
	}
}