/* CSS Document */

body.bg-home {
	background-image: url(/images/finja_001_1024.jpg);
	background-position: top center;
	background-repeat: no-repeat;
	background-size: cover;
	background-blend-mode: multiply;
}

.masthead .nav-logo {
	vertical-align: middle;
	height: 2em;
}

.vertical-space-50{
    margin-top: 50px;
}