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

/*Master Colour */
/*-----------------------------------------------------------*/
.season {background-color: #A81436 !important;} 
.tint {background-color: #ffe0df !important;} 
.txt {color: #A81436 !important;}
.quib:hover {background:#FFA2DA;}


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

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

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

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

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

/*download button*/

a.buttonD {
	background-color: #a81436;
	-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 12px;
	text-decoration: none;
	text-shadow: rgba(0,0,0,.4) 0 1px 0;
	vertical-align: middle;
}
a.buttonD:hover {
   background-color: #e68093;
   border-top-color: #870808;
   color: #870808;
}
a.buttonD:active {
   background-color: #812816;
   border-top-color: #0c0c0d;
   color: white;
}

.inset {
	background-color: #ffe0df;
	color: #663300;
	display:block;
	margin: auto;
	padding: 12px 20px !important;
	text-align: left;
	width: 70%;
}

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

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

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

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