body {
	font-family: 'Source Sans Pro';
}
.introduction {
	background: url(images/bg.jpg) no-repeat center center fixed; 
	  -webkit-background-size: cover;
		  -moz-background-size: cover;
			  -o-background-size: cover;
				  background-size: cover;
}
.justified p {
    text-align: justify
}
.top-menu .nav-item {
    padding: 20px;
}

.intellilogiq-introduction {
	background-color: rgba(0,0,0,0.5);
}

.hero.is-primary {
	background-color: #FFFFFF;
}

