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

/*Master Colour */
/*-----------------------------------------------------------*/
.season{background-color: #FF8400 !important;}
.tint {background-color: #fffac4 !important;}
.txt {color: #FF8400 !important;}
.quib:hover {background:#FFCC00;}

.masthead {
	background: url(mast/mastheadW02.png) right no-repeat, #FF8400;
	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: #FF8400;}
/*-----------------------------------------------------------*/

h1, h4 {color:#831C0A; text-shadow: 2px 1px 2px #822500;}

/*.content a {color:#831C0A;} h1 colour*/
.content a:hover, .content a:focus {background-color: #ffbf1a; color:#831C0A; } /*butonD background colour*/

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

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

/*download button*/
a.buttonD {
	background-color: #ff8400;
	-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: #ffbf1a;
   border-top-color: #d84500;
   color: #d84500;
}
a.buttonD:active {
   background-color: #812816;
   border-top-color: #0c0c0d;
   color: white;
}

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

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

/*Summary box*/
.summary-info {background-color: #fff7b9 !important;}
.summary-key {background-color: #ff8400}
.summary-b1 {color: #5e1709;}
.summary-b2 {color: #7d2109;}

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

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