header {
	background-color: rgba(0, 94, 165, 0.5);
}

header img {
    margin-top: -7px;
}

header .site-logo {
	height: 37px;
}

header.header-scroll {
	background-color: #005EA5;
}

header.header-scroll img {
	max-height: 40px;
}

div.relative {
    position: relative;
    left: 15px;
}

.themed-background-flat {
    background-color: #005EA5 !important;
}