/* 
  -----------------------------------------------------------
  css for Wise Hat Spring
  last modified 2017-11-25
  -----------------------------------------------------------

/*Master Colour */
/*-----------------------------------------------------------*/
.season{background-color: #FF8400 !important;}
.tint {background-color: #fffac4 !important;}
.txt {color: #FF8400 !important;}

.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;}
/*-----------------------------------------------------------*/

.content a {color:#831C0A;} /*h1 colour*/
.content a:hover, .content a:focus {background-color: #ffffff; color:#831C0A;} /*buttonD background colour*/
/*.content a:hover {background-color: #ff0000; color:#831C0A;} buttonD background colour*/

/*download button*/
a.buttonD {
	background-color: #097216;
	-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: #55e256;
   border-top-color: #094e16;
   color: #094e16;
}
a.buttonD:active {
   background-color: #812816;
   border-top-color: #0c0c0d;
   color: white;
}

.inset {
	width: 70%;
	color: #cdf4d4;
	background-color: #fffac4;
	text-align: left;
	padding: 12px 20px !important;
	margin: auto;
	display:block;
}

/*Summary box*/
.summary-info {background-color: #c0ffde !important;}
.summary-key {background-color: #097217;}
.summary-b1 {color: #095317;}
.summary-b2 {color: #00935b;}

@media only screen and (max-width: 489px)  {

	.masthead {
		background-image:url(../css/mast/mastheadN02.png);
		background-position:right;
		background-repeat:no-repeat;	
	}
}