/* ===== FAIL SAFE TECHNOLOGIES HEADER STYLE SHEET ===== */
.header {
	background-color: #000;
	color: #ffffff;
	padding: 15px;
	max-height:128px;
    /*border-radius:16px;*/
    border-bottom:4px solid #ff0044;
    position:fixed;
    top:0;
    width:100%;
}

.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 .title {
    margin:0px;
	font-size:1.35em;
	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;
}
