/* ===== FAIL SAFE TECHNOLOGIES API KEY HEADER STYLE SHEET ===== */
.header {
	background-color: #ffffff;
    /*background: linear-gradient(to bottom, rgba(0,20,37,1) 45%, rgba(0,20,37,0));*/
	color: #77011b;
	/*padding: 15px;*/
	min-height:64px;
    /*border-radius:16px;*/
    border-bottom:4px solid #696a6c;
    position:fixed;
    width:100%;
    top:0;
}

.header a:hover {
    border:2px solid yellow;
    padding:2px;
    background-color:rgba(0,0,0,0.35);
    color:yellow;
}

.header h1 {
	/*text-align:center;*/
}

.header h1 img {
	height:64px;
	width:auto;
	margin: 0 auto;
}

.header .title {
    margin:0px;
	font-size:1.25em;
	color: #ffffff;
	text-align:center;
	text-transform: uppercase;
	font-weight:bold;
}

.header h3 {
	text-align:center;
}

.header span {
	text-decoration:underline;
}

.header span:hover {
	text-decoration:underline;
	font-weight:bold;
	color:#728FCE;
}
