.primary_header {
    width: 100%;
    height: 20%;
    background-color: #3d586d;
    padding-top: 10px;
    clear: left;
    border-bottom: 2px solid #2C9AB7;
	background: rgb(25,100,126);
	background: linear-gradient(90deg, rgba(25,100,126,1) 0%, rgba(47,68,84,1) 33%, rgba(172,112,28,1) 100%);
}

.title {
    font-weight: bold;
    font-style: normal;
    /*font-family: "Source Sans Pro";*/
    font-family: Segoe, "Segoe UI", "DejaVu Sans", "Trebuchet MS", Verdana, sans-serif;
    /*color: #FFFFFF;*/
    color: #e8e8e8;
    letter-spacing: 5px;
    padding-right: 10%;
	text-align: center;
}

