.image_background {
   /* padding-top: 70px;  Required padding for .navbar-fixed-top. Remove if using .navbar-static-top. Change if height of navigation changes. */
	background: url(../img/simple-wallpaper-26.jpg) no-repeat center center fixed; 
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	
	position: relative;
	min-height: 100vh !important;
}

.text-primary:before,
.text-primary:after,
.text-primary {
    color: #5d598d !important
}
